| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.QtyAdj |
Java class for QtyAdj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QtyAdj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}QtyAdjustmentGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| newQty | |||||||||||
| qtyDiff | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the newQty property.
| |||||||||||
Gets the value of the qtyDiff property.
| |||||||||||
Sets the value of the newQty property.
| |||||||||||
Sets the value of the qtyDiff property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the newQty property.
Gets the value of the qtyDiff property.
Sets the value of the newQty property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the qtyDiff property.
| value | Allowed object is BigDecimal |
|---|