public class

ItemQuery

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

Class Overview

Java class for ItemQuery complex type.

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

 <complexType name="ItemQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}ListQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnItemWithOrder" minOccurs="0"/>
         <element name="PrintGroupedItemsEnable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="RatePercentEnable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean printGroupedItemsEnable
protected Boolean ratePercentEnable
protected SortByColumnItemWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
ItemQuery()
Public Methods
SortByColumnItemWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
Boolean isPrintGroupedItemsEnable()
Gets the value of the printGroupedItemsEnable property.
Boolean isRatePercentEnable()
Gets the value of the ratePercentEnable property.
void setPrintGroupedItemsEnable(Boolean value)
Sets the value of the printGroupedItemsEnable property.
void setRatePercentEnable(Boolean value)
Sets the value of the ratePercentEnable property.
void setSortByColumn(SortByColumnItemWithOrder 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 Boolean printGroupedItemsEnable

protected Boolean ratePercentEnable

protected SortByColumnItemWithOrder sortByColumn

Public Constructors

public ItemQuery ()

Public Methods

public SortByColumnItemWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public Boolean isPrintGroupedItemsEnable ()

Gets the value of the printGroupedItemsEnable property.

Returns
  • possible object is Boolean

public Boolean isRatePercentEnable ()

Gets the value of the ratePercentEnable property.

Returns
  • possible object is Boolean

public void setPrintGroupedItemsEnable (Boolean value)

Sets the value of the printGroupedItemsEnable property.

Parameters
value Allowed object is Boolean

public void setRatePercentEnable (Boolean value)

Sets the value of the ratePercentEnable property.

Parameters
value Allowed object is Boolean

public void setSortByColumn (SortByColumnItemWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnItemWithOrder