| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.TransactionQueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.BillQuery | ||
Java class for BillQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillQuery">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
<sequence>
<element name="MinimumAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="MinimumBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnBillWithOrder" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeLine | |||||||||||
| minimumAmount | |||||||||||
| minimumBalance | |||||||||||
| sortByColumn | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeLine property.
| |||||||||||
Gets the value of the minimumAmount property.
| |||||||||||
Gets the value of the minimumBalance property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Sets the value of the includeLine property.
| |||||||||||
Sets the value of the minimumAmount property.
| |||||||||||
Sets the value of the minimumBalance property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the includeLine property.
Gets the value of the minimumAmount property.
Gets the value of the minimumBalance property.
Gets the value of the sortByColumn property.
SortByColumnBillWithOrder
Sets the value of the includeLine property.
| value | Allowed object is Boolean |
|---|
Sets the value of the minimumAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the minimumBalance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnBillWithOrder
|
|---|