| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.Party | ||
Product: ALL Description: Specifies the base Party that describes the party model. Unsupported type.
Java class for Party complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}PartyGroup"/>
<element name="Role" type="{http://www.intuit.com/sb/cdm/v2}roleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CustomField" type="{http://www.intuit.com/sb/cdm/v2}CustomField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| rest | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the rest of the content model.
| |||||||||||
Gets the rest of the content model.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the rest of the content model.
You are getting this "catch-all" property because of the following reason: The field name "CustomField" is used by two different parts of a schema. See: line 417 of file:/Users/josesahad/Development/git/quickbooks-connector/target/checkout/windows/src/main/resources/schema/windows/CustomerCdmTypes.xsd line 96 of file:/Users/josesahad/Development/git/quickbooks-connector/target/checkout/windows/src/main/resources/schema/windows/IntuitCdmBaseTypes.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest 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 rest property.
For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<PartyType>
JAXBElement<EmailAddress>
JAXBElement<TelephoneNumber>
JAXBElement<WebSiteAddress>
JAXBElement<CustomField>
JAXBElement<RoleType>
JAXBElement<PhysicalAddress>
JAXBElement<String>
JAXBElement<String>
Gets the rest of the content model.
You are getting this "catch-all" property because of the following reason: The field name "CustomField" is used by two different parts of a schema. See: line 417 of file:/Users/josesahad/Development/git/quickbooks-connector/target/checkout/windows/src/main/resources/schema/windows/CustomerCdmTypes.xsd line 96 of file:/Users/josesahad/Development/git/quickbooks-connector/target/checkout/windows/src/main/resources/schema/windows/IntuitCdmBaseTypes.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names:
| rest | Allowed object is
JAXBElement<PartyType>
JAXBElement<EmailAddress>
JAXBElement<TelephoneNumber>
JAXBElement<WebSiteAddress>
JAXBElement<CustomField>
JAXBElement<RoleType>
JAXBElement<PhysicalAddress>
JAXBElement<String>
JAXBElement<String>
|
|---|