public class

BuildAssemblyHeader

extends HeaderBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.windows.schema.BuildAssemblyHeader

Class Overview

Product: QBW Description: Information that pertains to the entire Build Assembly.

Java class for BuildAssemblyHeader complex type.

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

 <complexType name="BuildAssemblyHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
       <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="QtyToBuild" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="QtyCanBuild" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="QtyOnSalesOrder" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Fields
protected IdType itemId
protected String itemName
protected ItemTypeEnum itemType
protected BigDecimal qtyCanBuild
protected BigDecimal qtyOnSalesOrder
protected BigDecimal qtyToBuild
protected IdType siteId
protected String siteName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
BuildAssemblyHeader()
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 getQtyCanBuild()
Gets the value of the qtyCanBuild property.
BigDecimal getQtyOnSalesOrder()
Gets the value of the qtyOnSalesOrder property.
BigDecimal getQtyToBuild()
Gets the value of the qtyToBuild 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 setQtyCanBuild(BigDecimal value)
Sets the value of the qtyCanBuild property.
void setQtyOnSalesOrder(BigDecimal value)
Sets the value of the qtyOnSalesOrder property.
void setQtyToBuild(BigDecimal value)
Sets the value of the qtyToBuild 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.HeaderBase
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 BigDecimal qtyCanBuild

protected BigDecimal qtyOnSalesOrder

protected BigDecimal qtyToBuild

protected IdType siteId

protected String siteName

Public Constructors

public BuildAssemblyHeader ()

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

Gets the value of the qtyCanBuild property.

Returns
  • possible object is BigDecimal

public BigDecimal getQtyOnSalesOrder ()

Gets the value of the qtyOnSalesOrder property.

Returns
  • possible object is BigDecimal

public BigDecimal getQtyToBuild ()

Gets the value of the qtyToBuild 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 setQtyCanBuild (BigDecimal value)

Sets the value of the qtyCanBuild property.

Parameters
value Allowed object is BigDecimal

public void setQtyOnSalesOrder (BigDecimal value)

Sets the value of the qtyOnSalesOrder property.

Parameters
value Allowed object is BigDecimal

public void setQtyToBuild (BigDecimal value)

Sets the value of the qtyToBuild 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