public class

InventoryNumberSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.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>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="expirationDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="inventoryNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isonhand" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="memo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityavailable" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityintransit" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityonhand" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityonorder" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </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.
void setExpirationDate(List<SearchColumnDateField> expirationDate)
Sets the value of the expirationDate property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setInventoryNumber(List<SearchColumnStringField> inventoryNumber)
Sets the value of the inventoryNumber property.
void setIsonhand(List<SearchColumnBooleanField> isonhand)
Sets the value of the isonhand property.
void setItem(List<SearchColumnSelectField> item)
Sets the value of the item property.
void setLocation(List<SearchColumnSelectField> location)
Sets the value of the location property.
void setMemo(List<SearchColumnStringField> memo)
Sets the value of the memo property.
void setQuantityavailable(List<SearchColumnDoubleField> quantityavailable)
Sets the value of the quantityavailable property.
void setQuantityintransit(List<SearchColumnDoubleField> quantityintransit)
Sets the value of the quantityintransit property.
void setQuantityonhand(List<SearchColumnDoubleField> quantityonhand)
Sets the value of the quantityonhand property.
void setQuantityonorder(List<SearchColumnDoubleField> quantityonorder)
Sets the value of the quantityonorder 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

public void setExpirationDate (List<SearchColumnDateField> expirationDate)

Sets the value of the expirationDate property.

Parameters
expirationDate Allowed object is SearchColumnDateField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setInventoryNumber (List<SearchColumnStringField> inventoryNumber)

Sets the value of the inventoryNumber property.

Parameters
inventoryNumber Allowed object is SearchColumnStringField

public void setIsonhand (List<SearchColumnBooleanField> isonhand)

Sets the value of the isonhand property.

Parameters
isonhand Allowed object is SearchColumnBooleanField

public void setItem (List<SearchColumnSelectField> item)

Sets the value of the item property.

Parameters
item Allowed object is SearchColumnSelectField

public void setLocation (List<SearchColumnSelectField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnSelectField

public void setMemo (List<SearchColumnStringField> memo)

Sets the value of the memo property.

Parameters
memo Allowed object is SearchColumnStringField

public void setQuantityavailable (List<SearchColumnDoubleField> quantityavailable)

Sets the value of the quantityavailable property.

Parameters
quantityavailable Allowed object is SearchColumnDoubleField

public void setQuantityintransit (List<SearchColumnDoubleField> quantityintransit)

Sets the value of the quantityintransit property.

Parameters
quantityintransit Allowed object is SearchColumnDoubleField

public void setQuantityonhand (List<SearchColumnDoubleField> quantityonhand)

Sets the value of the quantityonhand property.

Parameters
quantityonhand Allowed object is SearchColumnDoubleField

public void setQuantityonorder (List<SearchColumnDoubleField> quantityonorder)

Sets the value of the quantityonorder property.

Parameters
quantityonorder Allowed object is SearchColumnDoubleField