| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.LineBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.InventoryAdjustmentLine | |
Adjusted inventory item, along with adjusted quantity, adjusted value, and other descriptive information
Java class for InventoryAdjustmentLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryAdjustmentLine">
<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="QtyAdj" type="{http://www.intuit.com/sb/cdm/v2}QtyAdj" minOccurs="0"/>
<element name="ValueAdj" type="{http://www.intuit.com/sb/cdm/v2}ValueAdj" minOccurs="0"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemId | |||||||||||
| itemName | |||||||||||
| itemType | |||||||||||
| qtyAdj | |||||||||||
| valueAdj | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.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 qtyAdj property.
| |||||||||||
Gets the value of the valueAdj 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 qtyAdj property.
| |||||||||||
Sets the value of the valueAdj property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.LineBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the itemName property.
Gets the value of the itemType property.
ItemTypeEnum
Gets the value of the valueAdj property.
ValueAdj
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 qtyAdj property.
| value | Allowed object is
QtyAdj
|
|---|
Sets the value of the valueAdj property.
| value | Allowed object is
ValueAdj
|
|---|