| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition | |
Known Direct Subclasses
|
Product: QBW Description: Specifies the CustomFieldDefinition that can be defined to a CDM to add additional columns dynamically on a existing CDM entities, this object is not extended from CdmBase as it is considered as definition that can be manipulated by specifying the definition ID
Java class for CustomFieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldDefinition">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmObject">
<sequence>
<element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="SyncToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CdmType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SetId" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cdmType | |||||||||||
| hidden | |||||||||||
| id | |||||||||||
| name | |||||||||||
| required | |||||||||||
| setId | |||||||||||
| setName | |||||||||||
| syncToken | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cdmType property.
| |||||||||||
Gets the value of the hidden property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Gets the value of the setId property.
| |||||||||||
Gets the value of the setName property.
| |||||||||||
Gets the value of the syncToken property.
| |||||||||||
Sets the value of the cdmType property.
| |||||||||||
Sets the value of the hidden property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the setId property.
| |||||||||||
Sets the value of the setName property.
| |||||||||||
Sets the value of the syncToken property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cdmType property.
Gets the value of the hidden property.
Gets the value of the name property.
Gets the value of the required property.
Gets the value of the setId property.
Gets the value of the setName property.
Gets the value of the syncToken property.
Sets the value of the cdmType property.
| value | Allowed object is String |
|---|
Sets the value of the hidden property.
| value | Allowed object is Boolean |
|---|
Sets the value of the id property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|
Sets the value of the setId property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the setName property.
| value | Allowed object is String |
|---|
Sets the value of the syncToken property.
| value | Allowed object is String |
|---|