public class

FixedAssetQuery

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.FixedAssetQuery

Class Overview

Java class for FixedAssetQuery complex type.

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

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

Summary

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

Public Constructors

public FixedAssetQuery ()

Public Methods

public SortByColumnFixedAssetWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setSortByColumn (SortByColumnFixedAssetWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnFixedAssetWithOrder