public class

BuildAssembly

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.BuildAssembly

Class Overview

Product: QBW Description: Transaction that adds Assembly Items to inventory. The assembly's components (identified by Line/ItemId) are deducted from inventory and the quantity of assembly items (identified by Header/ItemId) is increased accordingly. Note that while the QBSDK returns QuantityOnHand data for the assembly and the components of the assembly, Data Services does NOT. Quantity on hand data can be obtained by looking only at the Item object itself.

Java class for BuildAssembly complex type.

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

 <complexType name="BuildAssembly">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Header" type="{http://www.intuit.com/sb/cdm/v2}BuildAssemblyHeader" minOccurs="0"/>
         <element name="Line" type="{http://www.intuit.com/sb/cdm/v2}BuildAssemblyLine" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected BuildAssemblyHeader header
protected List<BuildAssemblyLine> line
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
BuildAssembly()
Public Methods
BuildAssemblyHeader getHeader()
Gets the value of the header property.
List<BuildAssemblyLine> getLine()
Gets the value of the line property.
void setHeader(BuildAssemblyHeader value)
Sets the value of the header property.
void setLine(List<BuildAssemblyLine> line)
Sets the value of the line property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BuildAssemblyHeader header

protected List<BuildAssemblyLine> line

Public Constructors

public BuildAssembly ()

Public Methods

public BuildAssemblyHeader getHeader ()

Gets the value of the header property.

Returns

public List<BuildAssemblyLine> getLine ()

Gets the value of the line property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the line property.

For example, to add a new item, do as follows:

    getLine().add(newItem);
 

Objects of the following type(s) are allowed in the list BuildAssemblyLine

public void setHeader (BuildAssemblyHeader value)

Sets the value of the header property.

Parameters
value Allowed object is BuildAssemblyHeader

public void setLine (List<BuildAssemblyLine> line)

Sets the value of the line property.

Parameters
line Allowed object is BuildAssemblyLine