public class

BinSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_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>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="binNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="inactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="memo" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </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 setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList 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 setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList