public class

PurchaseOrderLine

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

Class Overview

Product: QBW Description: Information about a specific good or service purchased for which payment is being demanded, as part of a PurchaseOrder.

Java class for PurchaseOrderLine complex type.

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

 <complexType name="PurchaseOrderLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
       <sequence>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ClassReferenceGroup" minOccurs="0"/>
         <element name="ReimbursableInfo" type="{http://www.intuit.com/sb/cdm/v2}ReimbursableInfo" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SellableItemGroup" minOccurs="0"/>
         <element name="ManPartNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ServiceDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="Custom1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Custom2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected BigDecimal amount
protected IdType classId
protected String className
protected String custom1
protected String custom2
protected IdType itemId
protected String itemName
protected ItemTypeEnum itemType
protected String manPartNum
protected IdType overrideItemAccountId
protected String overrideItemAccountName
protected BigDecimal qty
protected ReimbursableInfo reimbursableInfo
protected String serviceDate
protected BigDecimal unitPrice
protected String uomAbbrv
protected IdType uomId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
PurchaseOrderLine()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
IdType getClassId()
Gets the value of the classId property.
String getClassName()
Gets the value of the className property.
String getCustom1()
Gets the value of the custom1 property.
String getCustom2()
Gets the value of the custom2 property.
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.
String getManPartNum()
Gets the value of the manPartNum property.
IdType getOverrideItemAccountId()
Gets the value of the overrideItemAccountId property.
String getOverrideItemAccountName()
Gets the value of the overrideItemAccountName property.
BigDecimal getQty()
Gets the value of the qty property.
ReimbursableInfo getReimbursableInfo()
Gets the value of the reimbursableInfo property.
String getServiceDate()
Gets the value of the serviceDate property.
String getUOMAbbrv()
Gets the value of the uomAbbrv property.
IdType getUOMId()
Gets the value of the uomId property.
BigDecimal getUnitPrice()
Gets the value of the unitPrice property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setClassId(IdType value)
Sets the value of the classId property.
void setClassName(String value)
Sets the value of the className property.
void setCustom1(String value)
Sets the value of the custom1 property.
void setCustom2(String value)
Sets the value of the custom2 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 setManPartNum(String value)
Sets the value of the manPartNum property.
void setOverrideItemAccountId(IdType value)
Sets the value of the overrideItemAccountId property.
void setOverrideItemAccountName(String value)
Sets the value of the overrideItemAccountName property.
void setQty(BigDecimal value)
Sets the value of the qty property.
void setReimbursableInfo(ReimbursableInfo value)
Sets the value of the reimbursableInfo property.
void setServiceDate(String value)
Sets the value of the serviceDate property.
void setUOMAbbrv(String value)
Sets the value of the uomAbbrv property.
void setUOMId(IdType value)
Sets the value of the uomId property.
void setUnitPrice(BigDecimal value)
Sets the value of the unitPrice 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 BigDecimal amount

protected IdType classId

protected String className

protected String custom1

protected String custom2

protected IdType itemId

protected String itemName

protected ItemTypeEnum itemType

protected String manPartNum

protected IdType overrideItemAccountId

protected String overrideItemAccountName

protected BigDecimal qty

protected ReimbursableInfo reimbursableInfo

protected String serviceDate

protected BigDecimal unitPrice

protected String uomAbbrv

protected IdType uomId

Public Constructors

public PurchaseOrderLine ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public IdType getClassId ()

Gets the value of the classId property.

Returns

public String getClassName ()

Gets the value of the className property.

Returns
  • possible object is String

public String getCustom1 ()

Gets the value of the custom1 property.

Returns
  • possible object is String

public String getCustom2 ()

Gets the value of the custom2 property.

Returns
  • possible object is String

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 String getManPartNum ()

Gets the value of the manPartNum property.

Returns
  • possible object is String

public IdType getOverrideItemAccountId ()

Gets the value of the overrideItemAccountId property.

Returns

public String getOverrideItemAccountName ()

Gets the value of the overrideItemAccountName property.

Returns
  • possible object is String

public BigDecimal getQty ()

Gets the value of the qty property.

Returns
  • possible object is BigDecimal

public ReimbursableInfo getReimbursableInfo ()

Gets the value of the reimbursableInfo property.

Returns

public String getServiceDate ()

Gets the value of the serviceDate property.

Returns
  • possible object is String

public String getUOMAbbrv ()

Gets the value of the uomAbbrv property.

Returns
  • possible object is String

public IdType getUOMId ()

Gets the value of the uomId property.

Returns

public BigDecimal getUnitPrice ()

Gets the value of the unitPrice property.

Returns
  • possible object is BigDecimal

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setClassId (IdType value)

Sets the value of the classId property.

Parameters
value Allowed object is IdType

public void setClassName (String value)

Sets the value of the className property.

Parameters
value Allowed object is String

public void setCustom1 (String value)

Sets the value of the custom1 property.

Parameters
value Allowed object is String

public void setCustom2 (String value)

Sets the value of the custom2 property.

Parameters
value Allowed object is String

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 setManPartNum (String value)

Sets the value of the manPartNum property.

Parameters
value Allowed object is String

public void setOverrideItemAccountId (IdType value)

Sets the value of the overrideItemAccountId property.

Parameters
value Allowed object is IdType

public void setOverrideItemAccountName (String value)

Sets the value of the overrideItemAccountName property.

Parameters
value Allowed object is String

public void setQty (BigDecimal value)

Sets the value of the qty property.

Parameters
value Allowed object is BigDecimal

public void setReimbursableInfo (ReimbursableInfo value)

Sets the value of the reimbursableInfo property.

Parameters
value Allowed object is ReimbursableInfo

public void setServiceDate (String value)

Sets the value of the serviceDate property.

Parameters
value Allowed object is String

public void setUOMAbbrv (String value)

Sets the value of the uomAbbrv property.

Parameters
value Allowed object is String

public void setUOMId (IdType value)

Sets the value of the uomId property.

Parameters
value Allowed object is IdType

public void setUnitPrice (BigDecimal value)

Sets the value of the unitPrice property.

Parameters
value Allowed object is BigDecimal