public class

UnitsTypeSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.UnitsTypeSearchRowBasic

Class Overview

Java class for UnitsTypeSearchRowBasic complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UnitsTypeSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="abbreviation" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="baseUnit" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="conversionRate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInActive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="pluralAbbreviation" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="pluralName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="unitName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> abbreviation
protected List<SearchColumnBooleanField> baseUnit
protected List<SearchColumnStringField> conversionRate
protected List<SearchColumnStringField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInActive
protected List<SearchColumnStringField> name
protected List<SearchColumnStringField> pluralAbbreviation
protected List<SearchColumnStringField> pluralName
protected List<SearchColumnStringField> unitName
Public Constructors
UnitsTypeSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAbbreviation()
Gets the value of the abbreviation property.
List<SearchColumnBooleanField> getBaseUnit()
Gets the value of the baseUnit property.
List<SearchColumnStringField> getConversionRate()
Gets the value of the conversionRate property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInActive()
Gets the value of the isInActive property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnStringField> getPluralAbbreviation()
Gets the value of the pluralAbbreviation property.
List<SearchColumnStringField> getPluralName()
Gets the value of the pluralName property.
List<SearchColumnStringField> getUnitName()
Gets the value of the unitName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> abbreviation

protected List<SearchColumnBooleanField> baseUnit

protected List<SearchColumnStringField> conversionRate

protected List<SearchColumnStringField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInActive

protected List<SearchColumnStringField> name

protected List<SearchColumnStringField> pluralAbbreviation

protected List<SearchColumnStringField> pluralName

protected List<SearchColumnStringField> unitName

Public Constructors

public UnitsTypeSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getAbbreviation ()

Gets the value of the abbreviation 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 abbreviation property.

For example, to add a new item, do as follows:

    getAbbreviation().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnBooleanField> getBaseUnit ()

Gets the value of the baseUnit 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 baseUnit property.

For example, to add a new item, do as follows:

    getBaseUnit().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getConversionRate ()

Gets the value of the conversionRate 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 conversionRate property.

For example, to add a new item, do as follows:

    getConversionRate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getExternalId ()

Gets the value of the externalId 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 externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId 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 internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getIsInActive ()

Gets the value of the isInActive 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 isInActive property.

For example, to add a new item, do as follows:

    getIsInActive().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getName ()

Gets the value of the name 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 name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getPluralAbbreviation ()

Gets the value of the pluralAbbreviation 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 pluralAbbreviation property.

For example, to add a new item, do as follows:

    getPluralAbbreviation().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getPluralName ()

Gets the value of the pluralName 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 pluralName property.

For example, to add a new item, do as follows:

    getPluralName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getUnitName ()

Gets the value of the unitName 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 unitName property.

For example, to add a new item, do as follows:

    getUnitName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField