| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.UnitsTypeUom |
Java class for UnitsTypeUom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitsTypeUom">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pluralName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="abbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pluralAbbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="baseUnit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abbreviation | |||||||||||
| baseUnit | |||||||||||
| conversionRate | |||||||||||
| internalId | |||||||||||
| pluralAbbreviation | |||||||||||
| pluralName | |||||||||||
| unitName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the abbreviation property.
| |||||||||||
Gets the value of the conversionRate property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the pluralAbbreviation property.
| |||||||||||
Gets the value of the pluralName property.
| |||||||||||
Gets the value of the unitName property.
| |||||||||||
Gets the value of the baseUnit property.
| |||||||||||
Sets the value of the abbreviation property.
| |||||||||||
Sets the value of the baseUnit property.
| |||||||||||
Sets the value of the conversionRate property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the pluralAbbreviation property.
| |||||||||||
Sets the value of the pluralName property.
| |||||||||||
Sets the value of the unitName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the abbreviation property.
Gets the value of the conversionRate property.
Gets the value of the internalId property.
Gets the value of the pluralAbbreviation property.
Gets the value of the pluralName property.
Gets the value of the unitName property.
Gets the value of the baseUnit property.
Sets the value of the abbreviation property.
| value | Allowed object is String |
|---|
Sets the value of the baseUnit property.
| value | Allowed object is Boolean |
|---|
Sets the value of the conversionRate property.
| value | Allowed object is Double |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the pluralAbbreviation property.
| value | Allowed object is String |
|---|
Sets the value of the pluralName property.
| value | Allowed object is String |
|---|
Sets the value of the unitName property.
| value | Allowed object is String |
|---|