| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.BuildAssemblyHeader | |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemId | |||||||||||
| itemName | |||||||||||
| itemType | |||||||||||
| qtyCanBuild | |||||||||||
| qtyOnSalesOrder | |||||||||||
| qtyToBuild | |||||||||||
| siteId | |||||||||||
| siteName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemId property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemType property.
| |||||||||||
Gets the value of the qtyCanBuild property.
| |||||||||||
Gets the value of the qtyOnSalesOrder property.
| |||||||||||
Gets the value of the qtyToBuild property.
| |||||||||||
Gets the value of the siteId property.
| |||||||||||
Gets the value of the siteName property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemType property.
| |||||||||||
Sets the value of the qtyCanBuild property.
| |||||||||||
Sets the value of the qtyOnSalesOrder property.
| |||||||||||
Sets the value of the qtyToBuild property.
| |||||||||||
Sets the value of the siteId property.
| |||||||||||
Sets the value of the siteName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the itemName property.
Gets the value of the itemType property.
ItemTypeEnum
Gets the value of the qtyCanBuild property.
Gets the value of the qtyOnSalesOrder property.
Gets the value of the qtyToBuild property.
Gets the value of the siteName property.
Sets the value of the itemId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the itemType property.
| value | Allowed object is
ItemTypeEnum
|
|---|
Sets the value of the qtyCanBuild property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the qtyOnSalesOrder property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the qtyToBuild property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the siteId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the siteName property.
| value | Allowed object is String |
|---|