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