public class

UnitsTypeUom

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.UnitsTypeUom

Class Overview

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>
 

Summary

Fields
protected String abbreviation
protected Boolean baseUnit
protected Double conversionRate
protected String internalId
protected String pluralAbbreviation
protected String pluralName
protected String unitName
Public Constructors
UnitsTypeUom()
Public Methods
String getAbbreviation()
Gets the value of the abbreviation property.
Double getConversionRate()
Gets the value of the conversionRate property.
String getInternalId()
Gets the value of the internalId property.
String getPluralAbbreviation()
Gets the value of the pluralAbbreviation property.
String getPluralName()
Gets the value of the pluralName property.
String getUnitName()
Gets the value of the unitName property.
Boolean isBaseUnit()
Gets the value of the baseUnit property.
void setAbbreviation(String value)
Sets the value of the abbreviation property.
void setBaseUnit(Boolean value)
Sets the value of the baseUnit property.
void setConversionRate(Double value)
Sets the value of the conversionRate property.
void setInternalId(String value)
Sets the value of the internalId property.
void setPluralAbbreviation(String value)
Sets the value of the pluralAbbreviation property.
void setPluralName(String value)
Sets the value of the pluralName property.
void setUnitName(String value)
Sets the value of the unitName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String abbreviation

protected Boolean baseUnit

protected Double conversionRate

protected String internalId

protected String pluralAbbreviation

protected String pluralName

protected String unitName

Public Constructors

public UnitsTypeUom ()

Public Methods

public String getAbbreviation ()

Gets the value of the abbreviation property.

Returns
  • possible object is String

public Double getConversionRate ()

Gets the value of the conversionRate property.

Returns
  • possible object is Double

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getPluralAbbreviation ()

Gets the value of the pluralAbbreviation property.

Returns
  • possible object is String

public String getPluralName ()

Gets the value of the pluralName property.

Returns
  • possible object is String

public String getUnitName ()

Gets the value of the unitName property.

Returns
  • possible object is String

public Boolean isBaseUnit ()

Gets the value of the baseUnit property.

Returns
  • possible object is Boolean

public void setAbbreviation (String value)

Sets the value of the abbreviation property.

Parameters
value Allowed object is String

public void setBaseUnit (Boolean value)

Sets the value of the baseUnit property.

Parameters
value Allowed object is Boolean

public void setConversionRate (Double value)

Sets the value of the conversionRate property.

Parameters
value Allowed object is Double

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setPluralAbbreviation (String value)

Sets the value of the pluralAbbreviation property.

Parameters
value Allowed object is String

public void setPluralName (String value)

Sets the value of the pluralName property.

Parameters
value Allowed object is String

public void setUnitName (String value)

Sets the value of the unitName property.

Parameters
value Allowed object is String