| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.JobType | ||
Product: QBW Description: Job types allow categorizing jobs so that similar jobs can be grouped and subtotaled on reports. Ultimately, they will help in determining which jobs are most profitable for the business.
Java class for JobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobType">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}JobTypeParentReferenceGroup" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| jobTypeParentId | |||||||||||
| jobTypeParentName | |||||||||||
| name | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobTypeParentId property.
| |||||||||||
Gets the value of the jobTypeParentName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the jobTypeParentId property.
| |||||||||||
Sets the value of the jobTypeParentName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the jobTypeParentId property.
IdType
Gets the value of the jobTypeParentName property.
Gets the value of the name property.
Gets the value of the active property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobTypeParentId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the jobTypeParentName property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|