| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.ListQueryBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.ItemConsolidatedQuery | ||
Product: QBW Description: Sorting is always by default by Type, and by Name within each Type
Java class for ItemConsolidatedQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemConsolidatedQuery">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}ListQueryBase">
<sequence>
<element name="NameContains" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PrintGroupedItemsEnable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| nameContains | |||||||||||
| printGroupedItemsEnable | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the nameContains property.
| |||||||||||
Gets the value of the printGroupedItemsEnable property.
| |||||||||||
Sets the value of the nameContains property.
| |||||||||||
Sets the value of the printGroupedItemsEnable property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the nameContains property.
Gets the value of the printGroupedItemsEnable property.
Sets the value of the nameContains property.
| value | Allowed object is String |
|---|
Sets the value of the printGroupedItemsEnable property.
| value | Allowed object is Boolean |
|---|