| java.lang.Object | ||||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | |||
| ↳ | org.mule.modules.quickbooks.online.schema.RoleBase | |||
| ↳ | org.mule.modules.quickbooks.online.schema.Customer | |||
| ↳ | org.mule.modules.quickbooks.online.schema.Job | |||
Java class for Job complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}Customer">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}CustomerReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}JobParentReferenceGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customerId | |||||||||||
| customerName | |||||||||||
| jobParentId | |||||||||||
| jobParentName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.Customer
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customerId property.
| |||||||||||
Gets the value of the customerName property.
| |||||||||||
Gets the value of the jobParentId property.
| |||||||||||
Gets the value of the jobParentName property.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the customerName property.
| |||||||||||
Sets the value of the jobParentId property.
| |||||||||||
Sets the value of the jobParentName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.Customer
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customerId property.
IdType
Gets the value of the customerName property.
Gets the value of the jobParentId property.
IdType
Gets the value of the jobParentName property.
Sets the value of the customerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the customerName property.
| value | Allowed object is String |
|---|
Sets the value of the jobParentId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the jobParentName property.
| value | Allowed object is String |
|---|