| java.lang.Object | ||||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.ListQueryBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.NameQueryBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.JobQuery | |||
Java class for JobQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobQuery">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}NameQueryBase">
<sequence>
<element name="CustomerIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
<element name="IncludeFinancialIndicator" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.NameQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customerIdSet | |||||||||||
| includeFinancialIndicator | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customerIdSet property.
| |||||||||||
Gets the value of the includeFinancialIndicator property.
| |||||||||||
Sets the value of the customerIdSet property.
| |||||||||||
Sets the value of the includeFinancialIndicator property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customerIdSet property.
IdSet
Gets the value of the includeFinancialIndicator property.
Sets the value of the customerIdSet property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the includeFinancialIndicator property.
| value | Allowed object is Boolean |
|---|