| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.Parties | |
Java class for Parties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parties">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="CustomFieldDefinition" type="{http://www.intuit.com/sb/cdm/v2}CustomFieldDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="Party" type="{http://www.intuit.com/sb/cdm/v2}Party" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldDefinition | |||||||||||
| party | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldDefinition property.
| |||||||||||
Gets the value of the party property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldDefinition property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customFieldDefinition property.
For example, to add a new item, do as follows:
getCustomFieldDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
CustomFieldDefinition
Gets the value of the party property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the party property.
For example, to add a new item, do as follows:
getParty().add(newItem);
Objects of the following type(s) are allowed in the list
Party