public class

ChargeLine

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

Class Overview

A service or product sold, along with quantity, price, and other descriptive information

Java class for ChargeLine complex type.

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

 <complexType name="ChargeLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SellableItemGroup" minOccurs="0"/>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal amount
protected IdType itemId
protected String itemName
protected ItemTypeEnum itemType
protected IdType overrideItemAccountId
protected String overrideItemAccountName
protected BigDecimal qty
protected BigDecimal unitPrice
protected String uomAbbrv
protected IdType uomId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.LineBase
Public Constructors
ChargeLine()
Public Methods
BigDecimal getAmount()
Gets the value of the amount 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.
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.
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 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 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 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.online.schema.LineBase
From class java.lang.Object

Fields

protected BigDecimal amount

protected IdType itemId

protected String itemName

protected ItemTypeEnum itemType

protected IdType overrideItemAccountId

protected String overrideItemAccountName

protected BigDecimal qty

protected BigDecimal unitPrice

protected String uomAbbrv

protected IdType uomId

Public Constructors

public ChargeLine ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

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 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 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 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 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 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