public class

Party

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.Party

Class Overview

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>
 

Summary

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
protected List<JAXBElement<?>> rest
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
Party()
Public Methods
List<JAXBElement<?>> getRest()
Gets the rest of the content model.
void setRest(List<JAXBElement<?>> rest)
Gets the rest of the content model.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<JAXBElement<?>> rest

Public Constructors

public Party ()

Public Methods

public List<JAXBElement<?>> getRest ()

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>

public void setRest (List<JAXBElement<?>> rest)

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:

Parameters
rest Allowed object is JAXBElement<PartyType> JAXBElement<EmailAddress> JAXBElement<TelephoneNumber> JAXBElement<WebSiteAddress> JAXBElement<CustomField> JAXBElement<RoleType> JAXBElement<PhysicalAddress> JAXBElement<String> JAXBElement<String>