| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CustomField |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Product: QBW Description: Specifies the custom field type that can be added to an entity, this object is not extended from CdmBase as CustomField can not be manipulated as independent object and will always be considered in association with another top level CDM object
Java class for CustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefinitionId" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| definitionId | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the definitionId property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the definitionId property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the definitionId property.
IdType
Gets the value of the name property.
Sets the value of the definitionId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|