public class

ReportAccountBalances

extends ReportQueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ReportQueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ReportAccountBalances

Class Overview

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>
 

Summary

Fields
protected List<SortByColumnNameAmount> sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ReportQueryBase
Public Constructors
ReportAccountBalances()
Public Methods
List<SortByColumnNameAmount> getSortByColumn()
Gets the value of the sortByColumn property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.ReportQueryBase
From class java.lang.Object

Fields

protected List<SortByColumnNameAmount> sortByColumn

Public Constructors

public ReportAccountBalances ()

Public Methods

public List<SortByColumnNameAmount> getSortByColumn ()

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