public class

BuildAssemblyQuery

extends TransactionQueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.BuildAssemblyQuery

Class Overview

Java class for BuildAssemblyQuery complex type.

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

 <complexType name="BuildAssemblyQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}TransactionQueryBase">
       <sequence>
         <element name="AssemblyItemIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnBuildAssemblyWithOrder" minOccurs="0"/>
         <element name="IncludeLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdSet assemblyItemIdSet
protected Boolean includeLine
protected SortByColumnBuildAssemblyWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
BuildAssemblyQuery()
Public Methods
IdSet getAssemblyItemIdSet()
Gets the value of the assemblyItemIdSet property.
SortByColumnBuildAssemblyWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
Boolean isIncludeLine()
Gets the value of the includeLine property.
void setAssemblyItemIdSet(IdSet value)
Sets the value of the assemblyItemIdSet property.
void setIncludeLine(Boolean value)
Sets the value of the includeLine property.
void setSortByColumn(SortByColumnBuildAssemblyWithOrder value)
Sets the value of the sortByColumn property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.TransactionQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Fields

protected IdSet assemblyItemIdSet

protected Boolean includeLine

protected SortByColumnBuildAssemblyWithOrder sortByColumn

Public Constructors

public BuildAssemblyQuery ()

Public Methods

public IdSet getAssemblyItemIdSet ()

Gets the value of the assemblyItemIdSet property.

Returns
  • possible object is IdSet

public SortByColumnBuildAssemblyWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public Boolean isIncludeLine ()

Gets the value of the includeLine property.

Returns
  • possible object is Boolean

public void setAssemblyItemIdSet (IdSet value)

Sets the value of the assemblyItemIdSet property.

Parameters
value Allowed object is IdSet

public void setIncludeLine (Boolean value)

Sets the value of the includeLine property.

Parameters
value Allowed object is Boolean

public void setSortByColumn (SortByColumnBuildAssemblyWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnBuildAssemblyWithOrder