public class

InventoryTransferLine

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

Class Overview

Product: QBW Description: Adjusted inventory item, along with adjusted quantity, adjusted value, and other descriptive information

Java class for InventoryTransferLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InventoryTransferLine">
   <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="Qty" type="{http://www.intuit.com/sb/cdm/v2}QtyAdj" minOccurs="0"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected IdType itemId
protected String itemName
protected ItemTypeEnum itemType
protected QtyAdj qty
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
InventoryTransferLine()
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 getQty()
Gets the value of the qty 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 setQty(QtyAdj value)
Sets the value of the qty property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType itemId

protected String itemName

protected ItemTypeEnum itemType

protected QtyAdj qty

Public Constructors

public InventoryTransferLine ()

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 getQty ()

Gets the value of the qty 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 setQty (QtyAdj value)

Sets the value of the qty property.

Parameters
value Allowed object is QtyAdj