public class

ValueAdj

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ValueAdj

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal newQty
protected BigDecimal newValue
Public Constructors
ValueAdj()
Public Methods
BigDecimal getNewQty()
Gets the value of the newQty property.
BigDecimal getNewValue()
Gets the value of the newValue property.
void setNewQty(BigDecimal value)
Sets the value of the newQty property.
void setNewValue(BigDecimal value)
Sets the value of the newValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal newQty

protected BigDecimal newValue

Public Constructors

public ValueAdj ()

Public Methods

public BigDecimal getNewQty ()

Gets the value of the newQty property.

Returns
  • possible object is BigDecimal

public BigDecimal getNewValue ()

Gets the value of the newValue property.

Returns
  • possible object is BigDecimal

public void setNewQty (BigDecimal value)

Sets the value of the newQty property.

Parameters
value Allowed object is BigDecimal

public void setNewValue (BigDecimal value)

Sets the value of the newValue property.

Parameters
value Allowed object is BigDecimal