public class

BinSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.BinSearchBasic

Class Overview

Java class for BinSearchBasic complex type.

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

 <complexType name="BinSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="binNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="inactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="memo" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchStringField binNumber
protected SearchCustomFieldList customFieldList
protected SearchBooleanField inactive
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField location
protected SearchStringField memo
Public Constructors
BinSearchBasic()
Public Methods
SearchStringField getBinNumber()
Gets the value of the binNumber property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchBooleanField getInactive()
Gets the value of the inactive property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getLocation()
Gets the value of the location property.
SearchStringField getMemo()
Gets the value of the memo property.
void setBinNumber(SearchStringField value)
Sets the value of the binNumber property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setInactive(SearchBooleanField value)
Sets the value of the inactive property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setLocation(SearchMultiSelectField value)
Sets the value of the location property.
void setMemo(SearchStringField value)
Sets the value of the memo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchStringField binNumber

protected SearchCustomFieldList customFieldList

protected SearchBooleanField inactive

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField location

protected SearchStringField memo

Public Constructors

public BinSearchBasic ()

Public Methods

public SearchStringField getBinNumber ()

Gets the value of the binNumber property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchBooleanField getInactive ()

Gets the value of the inactive property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getLocation ()

Gets the value of the location property.

Returns

public SearchStringField getMemo ()

Gets the value of the memo property.

Returns

public void setBinNumber (SearchStringField value)

Sets the value of the binNumber property.

Parameters
value Allowed object is SearchStringField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setInactive (SearchBooleanField value)

Sets the value of the inactive property.

Parameters
value Allowed object is SearchBooleanField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setLocation (SearchMultiSelectField value)

Sets the value of the location property.

Parameters
value Allowed object is SearchMultiSelectField

public void setMemo (SearchStringField value)

Sets the value of the memo property.

Parameters
value Allowed object is SearchStringField