public class

BinSearchRowBasic

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

Class Overview

Java class for BinSearchRowBasic complex type.

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

 <complexType name="BinSearchRowBasic">
   <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}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="inactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" 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}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="memo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" 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 List<SearchColumnStringField> binNumber
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnBooleanField> inactive
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> location
protected List<SearchColumnStringField> memo
Public Constructors
BinSearchRowBasic()
Public Methods
List<SearchColumnStringField> getBinNumber()
Gets the value of the binNumber property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnBooleanField> getInactive()
Gets the value of the inactive property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getMemo()
Gets the value of the memo property.
void setBinNumber(List<SearchColumnStringField> binNumber)
Sets the value of the binNumber property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setInactive(List<SearchColumnBooleanField> inactive)
Sets the value of the inactive property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setLocation(List<SearchColumnStringField> location)
Sets the value of the location property.
void setMemo(List<SearchColumnStringField> memo)
Sets the value of the memo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> binNumber

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnBooleanField> inactive

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> location

protected List<SearchColumnStringField> memo

Public Constructors

public BinSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> 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 SearchColumnStringField

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnBooleanField> getInactive ()

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

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

    getInactive().add(newItem);
 

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

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

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 void setBinNumber (List<SearchColumnStringField> binNumber)

Sets the value of the binNumber property.

Parameters
binNumber Allowed object is SearchColumnStringField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setInactive (List<SearchColumnBooleanField> inactive)

Sets the value of the inactive property.

Parameters
inactive Allowed object is SearchColumnBooleanField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setLocation (List<SearchColumnStringField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnStringField

public void setMemo (List<SearchColumnStringField> memo)

Sets the value of the memo property.

Parameters
memo Allowed object is SearchColumnStringField