public class

AccountQuery

extends ListQueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ListQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.AccountQuery

Class Overview

Java class for AccountQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AccountQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}ListQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnAccountWithOrder" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SortByColumnAccountWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
AccountQuery()
Public Methods
SortByColumnAccountWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
void setSortByColumn(SortByColumnAccountWithOrder value)
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

Fields

protected SortByColumnAccountWithOrder sortByColumn

Public Constructors

public AccountQuery ()

Public Methods

public SortByColumnAccountWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setSortByColumn (SortByColumnAccountWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnAccountWithOrder