public class

InventoryAdjustmentQuery

extends TransactionQueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.InventoryAdjustmentQuery

Class Overview

Java class for InventoryAdjustmentQuery complex type.

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

 <complexType name="InventoryAdjustmentQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnInventoryAdjustmentWithOrder" minOccurs="0"/>
         <element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="RefNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean includeLine
protected String refNumber
protected SortByColumnInventoryAdjustmentWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
InventoryAdjustmentQuery()
Public Methods
String getRefNumber()
Gets the value of the refNumber property.
SortByColumnInventoryAdjustmentWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
Boolean isIncludeLine()
Gets the value of the includeLine property.
void setIncludeLine(Boolean value)
Sets the value of the includeLine property.
void setRefNumber(String value)
Sets the value of the refNumber property.
void setSortByColumn(SortByColumnInventoryAdjustmentWithOrder value)
Sets the value of the sortByColumn property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Fields

protected Boolean includeLine

protected String refNumber

Public Constructors

public InventoryAdjustmentQuery ()

Public Methods

public String getRefNumber ()

Gets the value of the refNumber property.

Returns
  • possible object is String

public SortByColumnInventoryAdjustmentWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public Boolean isIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

public void setIncludeLine (Boolean value)

Sets the value of the includeLine property.

Parameters
value Allowed object is Boolean

public void setRefNumber (String value)

Sets the value of the refNumber property.

Parameters
value Allowed object is String

public void setSortByColumn (SortByColumnInventoryAdjustmentWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnInventoryAdjustmentWithOrder