public class

ItemGroupComponent

extends CdmObject
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.ItemGroupComponent

Class Overview

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>
 

Summary

Fields
protected IdType itemId
protected String itemName
protected IdType itemParentId
protected String itemParentName
protected ItemTypeEnum itemType
protected BigDecimal qty
protected String uomAbbrv
protected IdType uomId
Public Constructors
ItemGroupComponent()
Public Methods
IdType getItemId()
Gets the value of the itemId property.
String getItemName()
Gets the value of the itemName property.
IdType getItemParentId()
Gets the value of the itemParentId property.
String getItemParentName()
Gets the value of the itemParentName property.
ItemTypeEnum getItemType()
Gets the value of the itemType property.
BigDecimal getQty()
Gets the value of the qty property.
String getUOMAbbrv()
Gets the value of the uomAbbrv property.
IdType getUOMId()
Gets the value of the uomId property.
void setItemId(IdType value)
Sets the value of the itemId property.
void setItemName(String value)
Sets the value of the itemName property.
void setItemParentId(IdType value)
Sets the value of the itemParentId property.
void setItemParentName(String value)
Sets the value of the itemParentName property.
void setItemType(ItemTypeEnum value)
Sets the value of the itemType property.
void setQty(BigDecimal value)
Sets the value of the qty property.
void setUOMAbbrv(String value)
Sets the value of the uomAbbrv property.
void setUOMId(IdType value)
Sets the value of the uomId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType itemId

protected String itemName

protected IdType itemParentId

protected String itemParentName

protected ItemTypeEnum itemType

protected BigDecimal qty

protected String uomAbbrv

protected IdType uomId

Public Constructors

public ItemGroupComponent ()

Public Methods

public IdType getItemId ()

Gets the value of the itemId property.

Returns

public String getItemName ()

Gets the value of the itemName property.

Returns
  • possible object is String

public IdType getItemParentId ()

Gets the value of the itemParentId property.

Returns

public String getItemParentName ()

Gets the value of the itemParentName property.

Returns
  • possible object is String

public ItemTypeEnum getItemType ()

Gets the value of the itemType property.

Returns

public BigDecimal getQty ()

Gets the value of the qty property.

Returns
  • possible object is BigDecimal

public String getUOMAbbrv ()

Gets the value of the uomAbbrv property.

Returns
  • possible object is String

public IdType getUOMId ()

Gets the value of the uomId property.

Returns

public void setItemId (IdType value)

Sets the value of the itemId property.

Parameters
value Allowed object is IdType

public void setItemName (String value)

Sets the value of the itemName property.

Parameters
value Allowed object is String

public void setItemParentId (IdType value)

Sets the value of the itemParentId property.

Parameters
value Allowed object is IdType

public void setItemParentName (String value)

Sets the value of the itemParentName property.

Parameters
value Allowed object is String

public void setItemType (ItemTypeEnum value)

Sets the value of the itemType property.

Parameters
value Allowed object is ItemTypeEnum

public void setQty (BigDecimal value)

Sets the value of the qty property.

Parameters
value Allowed object is BigDecimal

public void setUOMAbbrv (String value)

Sets the value of the uomAbbrv property.

Parameters
value Allowed object is String

public void setUOMId (IdType value)

Sets the value of the uomId property.

Parameters
value Allowed object is IdType