| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.TransactionQueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.InventoryTransferQuery | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fromSiteId | |||||||||||
| includeLine | |||||||||||
| refNumber | |||||||||||
| sortByColumn | |||||||||||
| toSiteId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fromSiteId property.
| |||||||||||
Gets the value of the refNumber property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Gets the value of the toSiteId property.
| |||||||||||
Gets the value of the includeLine property.
| |||||||||||
Sets the value of the fromSiteId property.
| |||||||||||
Sets the value of the includeLine property.
| |||||||||||
Sets the value of the refNumber property.
| |||||||||||
Sets the value of the sortByColumn property.
| |||||||||||
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
| |||||||||||
Gets the value of the fromSiteId property.
IdSet
Gets the value of the refNumber property.
Gets the value of the sortByColumn property.
SortByColumnInventoryTransferWithOrder
Gets the value of the toSiteId property.
IdSet
Gets the value of the includeLine property.
Sets the value of the fromSiteId property.
| value | Allowed object is
IdSet
|
|---|
Sets the value of the includeLine property.
| value | Allowed object is Boolean |
|---|
Sets the value of the refNumber property.
| value | Allowed object is String |
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnInventoryTransferWithOrder
|
|---|
Sets the value of the toSiteId property.
| value | Allowed object is
IdSet
|
|---|