public class

InventoryTransferQuery

extends TransactionQueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.InventoryTransferQuery

Class Overview

Java class for InventoryTransferQuery complex type.

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

 <complexType name="InventoryTransferQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnInventoryTransferWithOrder" 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"/>
         <element name="FromSiteId" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
         <element name="ToSiteId" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Fields
protected IdSet fromSiteId
protected Boolean includeLine
protected String refNumber
protected SortByColumnInventoryTransferWithOrder sortByColumn
protected IdSet toSiteId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
InventoryTransferQuery()
Public Methods
IdSet getFromSiteId()
Gets the value of the fromSiteId property.
Boolean getIncludeLine()
Gets the value of the includeLine property.
String getRefNumber()
Gets the value of the refNumber property.
SortByColumnInventoryTransferWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
IdSet getToSiteId()
Gets the value of the toSiteId property.
void setFromSiteId(IdSet value)
Sets the value of the fromSiteId 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(SortByColumnInventoryTransferWithOrder value)
Sets the value of the sortByColumn property.
void setToSiteId(IdSet value)
Sets the value of the toSiteId 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdSet fromSiteId

protected Boolean includeLine

protected String refNumber

protected IdSet toSiteId

Public Constructors

public InventoryTransferQuery ()

Public Methods

public IdSet getFromSiteId ()

Gets the value of the fromSiteId property.

Returns
  • possible object is IdSet

public Boolean getIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

public String getRefNumber ()

Gets the value of the refNumber property.

Returns
  • possible object is String

public SortByColumnInventoryTransferWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public IdSet getToSiteId ()

Gets the value of the toSiteId property.

Returns
  • possible object is IdSet

public void setFromSiteId (IdSet value)

Sets the value of the fromSiteId property.

Parameters
value Allowed object is IdSet

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 (SortByColumnInventoryTransferWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnInventoryTransferWithOrder

public void setToSiteId (IdSet value)

Sets the value of the toSiteId property.

Parameters
value Allowed object is IdSet