| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.JobInfo |
Java class for JobInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{http://www.intuit.com/sb/cdm/v2}JobStatusEnum" minOccurs="0"/>
<element name="StartDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="ProjectedEndDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="EndDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}JobTypeReferenceGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| endDate | |||||||||||
| jobTypeId | |||||||||||
| jobTypeName | |||||||||||
| projectedEndDate | |||||||||||
| startDate | |||||||||||
| status | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the jobTypeId property.
| |||||||||||
Gets the value of the jobTypeName property.
| |||||||||||
Gets the value of the projectedEndDate property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the jobTypeId property.
| |||||||||||
Sets the value of the jobTypeName property.
| |||||||||||
Sets the value of the projectedEndDate property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the endDate property.
Gets the value of the jobTypeId property.
IdType
Gets the value of the jobTypeName property.
Gets the value of the projectedEndDate property.
Gets the value of the startDate property.
Gets the value of the status property.
JobStatusEnum
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the endDate property.
| value | Allowed object is String |
|---|
Sets the value of the jobTypeId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the jobTypeName property.
| value | Allowed object is String |
|---|
Sets the value of the projectedEndDate property.
| value | Allowed object is String |
|---|
Sets the value of the startDate property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is
JobStatusEnum
|
|---|