| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.RoleBase | ||
Known Direct Subclasses
|
Known Indirect Subclasses
|
Product: QBW Description: Describes Role of a Party. Generally the role can be Customer, Vendor, Employee, Other Name.
Java class for RoleBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleBase">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="PartyReferenceId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}PartyGroup"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}PersonGroup"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}OrganizationGroup"/>
<element name="TaxIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Notes" type="{http://www.intuit.com/sb/cdm/v2}Note" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| birthDate | |||||||||||
| category | |||||||||||
| dbaName | |||||||||||
| externalId | |||||||||||
| familyName | |||||||||||
| gender | |||||||||||
| givenName | |||||||||||
| industry | |||||||||||
| legalName | |||||||||||
| legalStructure | |||||||||||
| middleName | |||||||||||
| name | |||||||||||
| nonProfit | |||||||||||
| notes | |||||||||||
| orgId | |||||||||||
| partyReferenceId | |||||||||||
| phone | |||||||||||
| suffix | |||||||||||
| taxIdentifier | |||||||||||
| title | |||||||||||
| typeOf | |||||||||||
| userId | |||||||||||
| webSite | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the birthDate property.
| |||||||||||
Gets the value of the category property.
| |||||||||||
Gets the value of the dbaName property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the familyName property.
| |||||||||||
Gets the value of the gender property.
| |||||||||||
Gets the value of the givenName property.
| |||||||||||
Gets the value of the industry property.
| |||||||||||
Gets the value of the legalName property.
| |||||||||||
Gets the value of the legalStructure property.
| |||||||||||
Gets the value of the middleName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the nonProfit property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the orgId property.
| |||||||||||
Gets the value of the partyReferenceId property.
| |||||||||||
Gets the value of the phone property.
| |||||||||||
Gets the value of the suffix property.
| |||||||||||
Gets the value of the taxIdentifier property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the typeOf property.
| |||||||||||
Gets the value of the userId property.
| |||||||||||
Gets the value of the webSite property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the birthDate property.
| |||||||||||
Sets the value of the category property.
| |||||||||||
Sets the value of the dbaName property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the familyName property.
| |||||||||||
Sets the value of the gender property.
| |||||||||||
Sets the value of the givenName property.
| |||||||||||
Sets the value of the industry property.
| |||||||||||
Sets the value of the legalName property.
| |||||||||||
Sets the value of the legalStructure property.
| |||||||||||
Sets the value of the middleName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the nonProfit property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the orgId property.
| |||||||||||
Sets the value of the partyReferenceId property.
| |||||||||||
Sets the value of the phone property.
| |||||||||||
Sets the value of the suffix property.
| |||||||||||
Sets the value of the taxIdentifier property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the typeOf property.
| |||||||||||
Sets the value of the userId property.
| |||||||||||
Sets the value of the webSite property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the address 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 address property.
For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list
PhysicalAddress
Gets the value of the birthDate property.
Gets the value of the category property.
Gets the value of the dbaName property.
Gets the value of the email 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 email property.
For example, to add a new item, do as follows:
getEmail().add(newItem);
Objects of the following type(s) are allowed in the list
EmailAddress
Gets the value of the externalId property.
Gets the value of the familyName property.
Gets the value of the givenName property.
Gets the value of the industry property.
Gets the value of the legalName property.
Gets the value of the legalStructure property.
Gets the value of the middleName property.
Gets the value of the name property.
Gets the value of the nonProfit property.
Gets the value of the notes 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 notes property.
For example, to add a new item, do as follows:
getNotes().add(newItem);
Objects of the following type(s) are allowed in the list
Note
Gets the value of the orgId property.
Gets the value of the partyReferenceId property.
IdType
Gets the value of the phone 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 phone property.
For example, to add a new item, do as follows:
getPhone().add(newItem);
Objects of the following type(s) are allowed in the list
TelephoneNumber
Gets the value of the suffix property.
Gets the value of the taxIdentifier property.
Gets the value of the title property.
Gets the value of the typeOf property.
PartyType
Gets the value of the userId property.
Gets the value of the webSite 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 webSite property.
For example, to add a new item, do as follows:
getWebSite().add(newItem);
Objects of the following type(s) are allowed in the list
WebSiteAddress
Sets the value of the address property.
| address | Allowed object is
PhysicalAddress
|
|---|
Sets the value of the birthDate property.
| value | Allowed object is String |
|---|
Sets the value of the category property.
| value | Allowed object is String |
|---|
Sets the value of the dbaName property.
| value | Allowed object is String |
|---|
Sets the value of the email property.
Allowed object is
EmailAddress
|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the familyName property.
| value | Allowed object is String |
|---|
Sets the value of the gender property.
| value | Allowed object is
Gender
|
|---|
Sets the value of the givenName property.
| value | Allowed object is String |
|---|
Sets the value of the industry property.
| value | Allowed object is String |
|---|
Sets the value of the legalName property.
| value | Allowed object is String |
|---|
Sets the value of the legalStructure property.
| value | Allowed object is String |
|---|
Sets the value of the middleName property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the nonProfit property.
| value | Allowed object is Boolean |
|---|
Sets the value of the notes property.
| notes | Allowed object is
Note
|
|---|
Sets the value of the orgId property.
| value | Allowed object is String |
|---|
Sets the value of the partyReferenceId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the phone property.
| phone | Allowed object is
TelephoneNumber
|
|---|
Sets the value of the suffix property.
| value | Allowed object is String |
|---|
Sets the value of the taxIdentifier property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the typeOf property.
| value | Allowed object is
PartyType
|
|---|
Sets the value of the userId property.
| value | Allowed object is String |
|---|
Sets the value of the webSite property.
| webSite | Allowed object is
WebSiteAddress
|
|---|