| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.UOM | ||
Product: QBW Description: You can use the UOM (Unit of Measure) object to represent data such as quantities, prices, rates, and costs, in units. This object also helps you to convert these units to related units. The UOM type defines the data used to represent a set of equivalent units and the conversion rates to other related units. It allows showing what quantities, prices, rates, and costs are based on. Endpoint: services.intuit.com Business Rules: None
Java class for UOM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UOM">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Abbrv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BaseType" type="{http://www.intuit.com/sb/cdm/v2}UOMBaseTypeEnum" minOccurs="0"/>
<element name="ConvUnit" type="{http://www.intuit.com/sb/cdm/v2}UOMConvUnit" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abbrv | |||||||||||
| baseType | |||||||||||
| convUnit | |||||||||||
| name | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the abbrv property.
| |||||||||||
Gets the value of the baseType property.
| |||||||||||
Gets the value of the convUnit property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the abbrv property.
| |||||||||||
Sets the value of the baseType property.
| |||||||||||
Sets the value of the convUnit property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the abbrv property.
Gets the value of the baseType property.
UOMBaseTypeEnum
Gets the value of the convUnit property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the convUnit property.
For example, to add a new item, do as follows:
getConvUnit().add(newItem);
Objects of the following type(s) are allowed in the list
UOMConvUnit
Gets the value of the name property.
Sets the value of the abbrv property.
| value | Allowed object is String |
|---|
Sets the value of the baseType property.
| value | Allowed object is
UOMBaseTypeEnum
|
|---|
Sets the value of the convUnit property.
| convUnit | Allowed object is
UOMConvUnit
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|