public class

QtyAdj

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.QtyAdj

Class Overview

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>
 

Summary

Fields
protected BigDecimal newQty
protected BigDecimal qtyDiff
Public Constructors
QtyAdj()
Public Methods
BigDecimal getNewQty()
Gets the value of the newQty property.
BigDecimal getQtyDiff()
Gets the value of the qtyDiff property.
void setNewQty(BigDecimal value)
Sets the value of the newQty property.
void setQtyDiff(BigDecimal value)
Sets the value of the qtyDiff property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal newQty

protected BigDecimal qtyDiff

Public Constructors

public QtyAdj ()

Public Methods

public BigDecimal getNewQty ()

Gets the value of the newQty property.

Returns
  • possible object is BigDecimal

public BigDecimal getQtyDiff ()

Gets the value of the qtyDiff 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 setQtyDiff (BigDecimal value)

Sets the value of the qtyDiff property.

Parameters
value Allowed object is BigDecimal