| 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.CustomerQuery | |||
Java class for CustomerQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerQuery">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}NameQueryBase">
<sequence>
<element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnCustomerWithOrder" minOccurs="0"/>
<element name="FirstLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MinimumBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<choice>
<element name="FirstLastEnd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstLastStart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstLastInside" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</choice>
<element name="OpenBalanceWithJobs" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| firstLastEnd | |||||||||||
| firstLastInside | |||||||||||
| firstLastName | |||||||||||
| firstLastStart | |||||||||||
| includeFinancialIndicator | |||||||||||
| minimumBalance | |||||||||||
| openBalanceWithJobs | |||||||||||
| sortByColumn | |||||||||||
|
[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 firstLastEnd property.
| |||||||||||
Gets the value of the firstLastInside property.
| |||||||||||
Gets the value of the firstLastName property.
| |||||||||||
Gets the value of the firstLastStart property.
| |||||||||||
Gets the value of the includeFinancialIndicator property.
| |||||||||||
Gets the value of the minimumBalance property.
| |||||||||||
Gets the value of the openBalanceWithJobs property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Sets the value of the firstLastEnd property.
| |||||||||||
Sets the value of the firstLastInside property.
| |||||||||||
Sets the value of the firstLastName property.
| |||||||||||
Sets the value of the firstLastStart property.
| |||||||||||
Sets the value of the includeFinancialIndicator property.
| |||||||||||
Sets the value of the minimumBalance property.
| |||||||||||
Sets the value of the openBalanceWithJobs property.
| |||||||||||
Sets the value of the sortByColumn 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 firstLastEnd property.
Gets the value of the firstLastInside property.
Gets the value of the firstLastName property.
Gets the value of the firstLastStart property.
Gets the value of the includeFinancialIndicator property.
Gets the value of the minimumBalance property.
Gets the value of the openBalanceWithJobs property.
Gets the value of the sortByColumn property.
SortByColumnCustomerWithOrder
Sets the value of the firstLastEnd property.
| value | Allowed object is String |
|---|
Sets the value of the firstLastInside property.
| value | Allowed object is String |
|---|
Sets the value of the firstLastName property.
| value | Allowed object is String |
|---|
Sets the value of the firstLastStart property.
| value | Allowed object is String |
|---|
Sets the value of the includeFinancialIndicator property.
| value | Allowed object is Boolean |
|---|
Sets the value of the minimumBalance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the openBalanceWithJobs property.
| value | Allowed object is Boolean |
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnCustomerWithOrder
|
|---|