public class

InventoryAdjustmentLine

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

Class Overview

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>
 

Summary

Fields
protected IdType itemId
protected String itemName
protected ItemTypeEnum itemType
protected QtyAdj qtyAdj
protected ValueAdj valueAdj
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.LineBase
Public Constructors
InventoryAdjustmentLine()
Public Methods
IdType getItemId()
Gets the value of the itemId property.
String getItemName()
Gets the value of the itemName property.
ItemTypeEnum getItemType()
Gets the value of the itemType property.
QtyAdj getQtyAdj()
Gets the value of the qtyAdj property.
ValueAdj getValueAdj()
Gets the value of the valueAdj property.
void setItemId(IdType value)
Sets the value of the itemId property.
void setItemName(String value)
Sets the value of the itemName property.
void setItemType(ItemTypeEnum value)
Sets the value of the itemType property.
void setQtyAdj(QtyAdj value)
Sets the value of the qtyAdj property.
void setValueAdj(ValueAdj value)
Sets the value of the valueAdj property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.LineBase
From class java.lang.Object

Fields

protected IdType itemId

protected String itemName

protected ItemTypeEnum itemType

protected QtyAdj qtyAdj

protected ValueAdj valueAdj

Public Constructors

public InventoryAdjustmentLine ()

Public Methods

public IdType getItemId ()

Gets the value of the itemId property.

Returns

public String getItemName ()

Gets the value of the itemName property.

Returns
  • possible object is String

public ItemTypeEnum getItemType ()

Gets the value of the itemType property.

Returns

public QtyAdj getQtyAdj ()

Gets the value of the qtyAdj property.

Returns

public ValueAdj getValueAdj ()

Gets the value of the valueAdj property.

Returns

public void setItemId (IdType value)

Sets the value of the itemId property.

Parameters
value Allowed object is IdType

public void setItemName (String value)

Sets the value of the itemName property.

Parameters
value Allowed object is String

public void setItemType (ItemTypeEnum value)

Sets the value of the itemType property.

Parameters
value Allowed object is ItemTypeEnum

public void setQtyAdj (QtyAdj value)

Sets the value of the qtyAdj property.

Parameters
value Allowed object is QtyAdj

public void setValueAdj (ValueAdj value)

Sets the value of the valueAdj property.

Parameters
value Allowed object is ValueAdj