public class

InventoryNumberSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2012_1.InventoryNumberSearchRowBasic

Class Overview

Java class for InventoryNumberSearchRowBasic complex type.

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

 <complexType name="InventoryNumberSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="expirationDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="inventoryNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isonhand" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="memo" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityavailable" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityintransit" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityonhand" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityonorder" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnDateField> expirationDate
protected List<SearchColumnStringField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> inventoryNumber
protected List<SearchColumnBooleanField> isonhand
protected List<SearchColumnSelectField> item
protected List<SearchColumnSelectField> location
protected List<SearchColumnStringField> memo
protected List<SearchColumnDoubleField> quantityavailable
protected List<SearchColumnDoubleField> quantityintransit
protected List<SearchColumnDoubleField> quantityonhand
protected List<SearchColumnDoubleField> quantityonorder
Public Constructors
InventoryNumberSearchRowBasic()
Public Methods
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnDateField> getExpirationDate()
Gets the value of the expirationDate property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getInventoryNumber()
Gets the value of the inventoryNumber property.
List<SearchColumnBooleanField> getIsonhand()
Gets the value of the isonhand property.
List<SearchColumnSelectField> getItem()
Gets the value of the item property.
List<SearchColumnSelectField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getMemo()
Gets the value of the memo property.
List<SearchColumnDoubleField> getQuantityavailable()
Gets the value of the quantityavailable property.
List<SearchColumnDoubleField> getQuantityintransit()
Gets the value of the quantityintransit property.
List<SearchColumnDoubleField> getQuantityonhand()
Gets the value of the quantityonhand property.
List<SearchColumnDoubleField> getQuantityonorder()
Gets the value of the quantityonorder property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnDateField> expirationDate

protected List<SearchColumnStringField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> inventoryNumber

protected List<SearchColumnBooleanField> isonhand

protected List<SearchColumnSelectField> item

protected List<SearchColumnSelectField> location

protected List<SearchColumnStringField> memo

protected List<SearchColumnDoubleField> quantityavailable

protected List<SearchColumnDoubleField> quantityintransit

protected List<SearchColumnDoubleField> quantityonhand

protected List<SearchColumnDoubleField> quantityonorder

Public Constructors

public InventoryNumberSearchRowBasic ()

Public Methods

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnDateField> getExpirationDate ()

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

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

    getExpirationDate().add(newItem);
 

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

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<SearchColumnStringField> getInventoryNumber ()

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

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

    getInventoryNumber().add(newItem);
 

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

public List<SearchColumnBooleanField> getIsonhand ()

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

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

    getIsonhand().add(newItem);
 

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

public List<SearchColumnSelectField> getItem ()

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

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

    getItem().add(newItem);
 

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

public List<SearchColumnSelectField> getLocation ()

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

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

    getLocation().add(newItem);
 

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

public List<SearchColumnStringField> getMemo ()

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

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

    getMemo().add(newItem);
 

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

public List<SearchColumnDoubleField> getQuantityavailable ()

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

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

    getQuantityavailable().add(newItem);
 

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

public List<SearchColumnDoubleField> getQuantityintransit ()

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

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

    getQuantityintransit().add(newItem);
 

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

public List<SearchColumnDoubleField> getQuantityonhand ()

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

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

    getQuantityonhand().add(newItem);
 

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

public List<SearchColumnDoubleField> getQuantityonorder ()

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

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

    getQuantityonorder().add(newItem);
 

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

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList