| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.LineBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.InventoryTransferLine | |
Product: QBW Description: Adjusted inventory item, along with adjusted quantity, adjusted value, and other descriptive information
Java class for InventoryTransferLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryTransferLine">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}ItemReferenceGroup" minOccurs="0"/>
<choice>
<element name="Qty" type="{http://www.intuit.com/sb/cdm/v2}QtyAdj" minOccurs="0"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemId | |||||||||||
| itemName | |||||||||||
| itemType | |||||||||||
| qty | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemId property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemType property.
| |||||||||||
Gets the value of the qty property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemType property.
| |||||||||||
Sets the value of the qty property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the itemName property.
Gets the value of the itemType property.
ItemTypeEnum
Sets the value of the itemId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the itemType property.
| value | Allowed object is
ItemTypeEnum
|
|---|
Sets the value of the qty property.
| value | Allowed object is
QtyAdj
|
|---|