| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ItemGroupComponent | |
Product: QBW Description: Describes one line of the Item Group Endpoint: services.intuit.com Business Rules: None
Java class for ItemGroupComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemGroupComponent">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmObject">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}ItemParentReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}ItemReferenceGroup" minOccurs="0"/>
<element name="Qty" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}UOMReferenceGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemId | |||||||||||
| itemName | |||||||||||
| itemParentId | |||||||||||
| itemParentName | |||||||||||
| itemType | |||||||||||
| qty | |||||||||||
| uomAbbrv | |||||||||||
| uomId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemId property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemParentId property.
| |||||||||||
Gets the value of the itemParentName property.
| |||||||||||
Gets the value of the itemType property.
| |||||||||||
Gets the value of the qty property.
| |||||||||||
Gets the value of the uomAbbrv property.
| |||||||||||
Gets the value of the uomId property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemParentId property.
| |||||||||||
Sets the value of the itemParentName property.
| |||||||||||
Sets the value of the itemType property.
| |||||||||||
Sets the value of the qty property.
| |||||||||||
Sets the value of the uomAbbrv property.
| |||||||||||
Sets the value of the uomId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the itemName property.
Gets the value of the itemParentId property.
IdType
Gets the value of the itemParentName property.
Gets the value of the itemType property.
ItemTypeEnum
Gets the value of the qty property.
Gets the value of the uomAbbrv 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 itemParentId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the itemParentName property.
| value | Allowed object is String |
|---|
Sets the value of the itemType property.
| value | Allowed object is
ItemTypeEnum
|
|---|
Sets the value of the qty property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the uomAbbrv property.
| value | Allowed object is String |
|---|
Sets the value of the uomId property.
| value | Allowed object is
IdType
|
|---|