| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.CustomFieldDefinition |
Known Direct Subclasses
|
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>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cdmType | |||||||||||
| hidden | |||||||||||
| id | |||||||||||
| name | |||||||||||
| required | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cdmType property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the hidden property.
| |||||||||||
Gets the value of the required 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cdmType property.
Gets the value of the id property.
Gets the value of the name property.
Gets the value of the hidden property.
Gets the value of the required 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 String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|