public class

InventoryDetailSearchRowBasic

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

Class Overview

Java class for InventoryDetailSearchRowBasic complex type.

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

 <complexType name="InventoryDetailSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="binNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" 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}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantity" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> binNumber
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnSelectField> inventoryNumber
protected List<SearchColumnDoubleField> quantity
Public Constructors
InventoryDetailSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getBinNumber()
Gets the value of the binNumber property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnSelectField> getInventoryNumber()
Gets the value of the inventoryNumber property.
List<SearchColumnDoubleField> getQuantity()
Gets the value of the quantity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> binNumber

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnSelectField> inventoryNumber

protected List<SearchColumnDoubleField> quantity

Public Constructors

public InventoryDetailSearchRowBasic ()

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<SearchColumnSelectField> 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 SearchColumnSelectField

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<SearchColumnSelectField> 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 SearchColumnSelectField

public List<SearchColumnDoubleField> getQuantity ()

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

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

    getQuantity().add(newItem);
 

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