public class

BuildAssemblyLine

extends LineBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.BuildAssemblyLine

Class Overview

Product: QBW Description: Specifies a component of the Build assembly transaction. It can be an inventory or assembly item with the actual quantity used to build that assembly.[br/] Non QB-writable.

Java class for BuildAssemblyLine complex type.

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

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

Summary

Fields
protected IdType itemId
protected String itemName
protected ItemTypeEnum itemType
protected BigDecimal qty
protected IdType siteId
protected String siteName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
BuildAssemblyLine()
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.
BigDecimal getQty()
Gets the value of the qty property.
IdType getSiteId()
Gets the value of the siteId property.
String getSiteName()
Gets the value of the siteName 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(BigDecimal value)
Sets the value of the qty property.
void setSiteId(IdType value)
Sets the value of the siteId property.
void setSiteName(String value)
Sets the value of the siteName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Fields

protected IdType itemId

protected String itemName

protected ItemTypeEnum itemType

protected BigDecimal qty

protected IdType siteId

protected String siteName

Public Constructors

public BuildAssemblyLine ()

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

Gets the value of the qty property.

Returns
  • possible object is BigDecimal

public IdType getSiteId ()

Gets the value of the siteId property.

Returns

public String getSiteName ()

Gets the value of the siteName property.

Returns
  • possible 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 setQty (BigDecimal value)

Sets the value of the qty property.

Parameters
value Allowed object is BigDecimal

public void setSiteId (IdType value)

Sets the value of the siteId property.

Parameters
value Allowed object is IdType

public void setSiteName (String value)

Sets the value of the siteName property.

Parameters
value Allowed object is String