| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.ItemConsolidated | ||
Product: QBW Description: ItemConsolidated object allows collaboration of the following objects: [li]Item [/li][li]Discount [/li][li]FixedAssets [/li][li]SalesTax [/li][li]SalesTaxGroup.[/li] This object allows efficient parity between QuickBooks, and applications that use the Canonical Data Model (CDM) for certain use cases that depend on the CDM Item types that are in synchronized with the QuickBooks Item type. Endpoint: services.intuit.com Business Rules: None
Java class for ItemConsolidated complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemConsolidated">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}ItemParentReferenceGroup" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice minOccurs="0">
<element name="UnitPrice" type="{http://www.intuit.com/sb/cdm/v2}Money" minOccurs="0"/>
<element name="RatePercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</choice>
<element name="Type" type="{http://www.intuit.com/sb/cdm/v2}ItemConsolidatedTypeEnum" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}SalesTaxCodeReferenceGroup" minOccurs="0"/>
<element name="PrintGroupedItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| desc | |||||||||||
| itemParentId | |||||||||||
| itemParentName | |||||||||||
| name | |||||||||||
| printGroupedItems | |||||||||||
| ratePercent | |||||||||||
| salesTaxCodeId | |||||||||||
| salesTaxCodeName | |||||||||||
| type | |||||||||||
| unitPrice | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the desc property.
| |||||||||||
Gets the value of the itemParentId property.
| |||||||||||
Gets the value of the itemParentName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the ratePercent property.
| |||||||||||
Gets the value of the salesTaxCodeId property.
| |||||||||||
Gets the value of the salesTaxCodeName property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the unitPrice property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Gets the value of the printGroupedItems property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
Sets the value of the itemParentId property.
| |||||||||||
Sets the value of the itemParentName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the printGroupedItems property.
| |||||||||||
Sets the value of the ratePercent property.
| |||||||||||
Sets the value of the salesTaxCodeId property.
| |||||||||||
Sets the value of the salesTaxCodeName property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the unitPrice property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the desc property.
Gets the value of the itemParentId property.
IdType
Gets the value of the itemParentName property.
Gets the value of the name property.
Gets the value of the ratePercent property.
Gets the value of the salesTaxCodeId property.
IdType
Gets the value of the salesTaxCodeName property.
Gets the value of the type property.
ItemConsolidatedTypeEnum
Gets the value of the unitPrice property.
Money
Gets the value of the active property.
Gets the value of the printGroupedItems property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the desc property.
| value | Allowed object is String |
|---|
Sets the value of the itemParentId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the itemParentName property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the printGroupedItems property.
| value | Allowed object is Boolean |
|---|
Sets the value of the ratePercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the salesTaxCodeId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the salesTaxCodeName property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
ItemConsolidatedTypeEnum
|
|---|
Sets the value of the unitPrice property.
| value | Allowed object is
Money
|
|---|