| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.ReportQueryBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ReportAccountBalances | |
Product: QBW Description: Balance Sheet Accounts balances. No filter criteria
Java class for ReportAccountBalances complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportAccountBalances">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}ReportQueryBase">
<sequence>
<element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}sortByColumnNameAmount" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ReportQueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| sortByColumn | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ReportQueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the sortByColumn property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ReportQueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the sortByColumn property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sortByColumn property.
For example, to add a new item, do as follows:
getSortByColumn().add(newItem);
Objects of the following type(s) are allowed in the list
SortByColumnNameAmount
Sets the value of the sortByColumn property.
| sortByColumn | Allowed object is
SortByColumnNameAmount
|
|---|