| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.SalesRep | |
Java class for SalesRep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesRep">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="NameOf" type="{http://www.intuit.com/sb/cdm/v2}SalesRepTypeEnum" minOccurs="0"/>
<choice minOccurs="0">
<element name="Employee" type="{http://www.intuit.com/sb/cdm/v2}EmployeeRef" minOccurs="0"/>
<element name="Vendor" type="{http://www.intuit.com/sb/cdm/v2}VendorRef" minOccurs="0"/>
<element name="OtherName" type="{http://www.intuit.com/sb/cdm/v2}OtherNameRef" minOccurs="0"/>
</choice>
<element name="Initials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employee | |||||||||||
| initials | |||||||||||
| nameOf | |||||||||||
| otherName | |||||||||||
| vendor | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employee property.
| |||||||||||
Gets the value of the initials property.
| |||||||||||
Gets the value of the nameOf property.
| |||||||||||
Gets the value of the otherName property.
| |||||||||||
Gets the value of the vendor property.
| |||||||||||
Sets the value of the employee property.
| |||||||||||
Sets the value of the initials property.
| |||||||||||
Sets the value of the nameOf property.
| |||||||||||
Sets the value of the otherName property.
| |||||||||||
Sets the value of the vendor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the employee property.
EmployeeRef
Gets the value of the initials property.
Gets the value of the nameOf property.
SalesRepTypeEnum
Gets the value of the otherName property.
OtherNameRef
Gets the value of the vendor property.
VendorRef
Sets the value of the employee property.
| value | Allowed object is
EmployeeRef
|
|---|
Sets the value of the initials property.
| value | Allowed object is String |
|---|
Sets the value of the nameOf property.
| value | Allowed object is
SalesRepTypeEnum
|
|---|
Sets the value of the otherName property.
| value | Allowed object is
OtherNameRef
|
|---|
Sets the value of the vendor property.
| value | Allowed object is
VendorRef
|
|---|