public class

Parties

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CdmBase
     ↳ org.mule.modules.quickbooks.online.schema.Parties

Class Overview

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>
 

Summary

Fields
protected List<CustomFieldDefinition> customFieldDefinition
protected List<Party> party
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
Parties()
Public Methods
List<CustomFieldDefinition> getCustomFieldDefinition()
Gets the value of the customFieldDefinition property.
List<Party> getParty()
Gets the value of the party property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Fields

protected List<CustomFieldDefinition> customFieldDefinition

protected List<Party> party

Public Constructors

public Parties ()

Public Methods

public List<CustomFieldDefinition> getCustomFieldDefinition ()

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

public List<Party> getParty ()

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