public class UOM extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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://schema.intuit.com/finance/v3}IntuitEntity">
<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://schema.intuit.com/finance/v3}UOMBaseTypeEnum" minOccurs="0"/>
<element name="ConvUnit" type="{http://schema.intuit.com/finance/v3}UOMConvUnit" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbrv |
protected UOMBaseTypeEnum |
baseType |
protected List<UOMConvUnit> |
convUnit |
protected String |
name |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
UOM() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAbbrv()
Gets the value of the abbrv property.
|
UOMBaseTypeEnum |
getBaseType()
Gets the value of the baseType property.
|
List<UOMConvUnit> |
getConvUnit()
Gets the value of the convUnit property.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAbbrv(String value)
Sets the value of the abbrv property.
|
void |
setBaseType(UOMBaseTypeEnum value)
Sets the value of the baseType property.
|
void |
setConvUnit(List<UOMConvUnit> convUnit)
Sets the value of the convUnit property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String name
protected String abbrv
protected UOMBaseTypeEnum baseType
protected List<UOMConvUnit> convUnit
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAbbrv()
Stringpublic void setAbbrv(String value)
value - allowed object is
Stringpublic UOMBaseTypeEnum getBaseType()
UOMBaseTypeEnumpublic void setBaseType(UOMBaseTypeEnum value)
value - allowed object is
UOMBaseTypeEnumpublic List<UOMConvUnit> getConvUnit()
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
public void setConvUnit(List<UOMConvUnit> convUnit)
convUnit - allowed object is
UOMConvUnitpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.