public class

InventoryNumberBinSearchRowBasic

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.InventoryNumberBinSearchRowBasic

Class Overview

Java class for InventoryNumberBinSearchRowBasic complex type.

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

 <complexType name="InventoryNumberBinSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="binNumber" 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="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityAvailable" 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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> binNumber
protected List<SearchColumnStringField> inventoryNumber
protected List<SearchColumnSelectField> location
protected List<SearchColumnDoubleField> quantityAvailable
protected List<SearchColumnDoubleField> quantityOnHand
Public Constructors
InventoryNumberBinSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getBinNumber()
Gets the value of the binNumber property.
List<SearchColumnStringField> getInventoryNumber()
Gets the value of the inventoryNumber property.
List<SearchColumnSelectField> getLocation()
Gets the value of the location property.
List<SearchColumnDoubleField> getQuantityAvailable()
Gets the value of the quantityAvailable property.
List<SearchColumnDoubleField> getQuantityOnHand()
Gets the value of the quantityOnHand property.
void setBinNumber(List<SearchColumnSelectField> binNumber)
Sets the value of the binNumber property.
void setInventoryNumber(List<SearchColumnStringField> inventoryNumber)
Sets the value of the inventoryNumber property.
void setLocation(List<SearchColumnSelectField> location)
Sets the value of the location property.
void setQuantityAvailable(List<SearchColumnDoubleField> quantityAvailable)
Sets the value of the quantityAvailable property.
void setQuantityOnHand(List<SearchColumnDoubleField> quantityOnHand)
Sets the value of the quantityOnHand property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> binNumber

protected List<SearchColumnStringField> inventoryNumber

protected List<SearchColumnSelectField> location

protected List<SearchColumnDoubleField> quantityAvailable

protected List<SearchColumnDoubleField> quantityOnHand

Public Constructors

public InventoryNumberBinSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getBinNumber ()

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

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

    getBinNumber().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<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<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> 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 void setBinNumber (List<SearchColumnSelectField> binNumber)

Sets the value of the binNumber property.

Parameters
binNumber 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 setLocation (List<SearchColumnSelectField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnSelectField

public void setQuantityAvailable (List<SearchColumnDoubleField> quantityAvailable)

Sets the value of the quantityAvailable property.

Parameters
quantityAvailable Allowed object is SearchColumnDoubleField

public void setQuantityOnHand (List<SearchColumnDoubleField> quantityOnHand)

Sets the value of the quantityOnHand property.

Parameters
quantityOnHand Allowed object is SearchColumnDoubleField