public class

VendorTypeQuery

extends ListQueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ListQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.VendorTypeQuery

Class Overview

Java class for VendorTypeQuery complex type.

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

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

Summary

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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SortByColumnNameDateWithOrder sortByColumn

Public Constructors

public VendorTypeQuery ()

Public Methods

public SortByColumnNameDateWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setSortByColumn (SortByColumnNameDateWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnNameDateWithOrder