public class

InventoryNumberBinSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.InventoryNumberBinSearchBasic

Class Overview

Java class for InventoryNumberBinSearchBasic complex type.

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

 <complexType name="InventoryNumberBinSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="binNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="inventoryNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="quantityAvailable" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="quantityOnHand" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField binNumber
protected SearchStringField inventoryNumber
protected SearchMultiSelectField location
protected SearchDoubleField quantityAvailable
protected SearchDoubleField quantityOnHand
Public Constructors
InventoryNumberBinSearchBasic()
Public Methods
SearchMultiSelectField getBinNumber()
Gets the value of the binNumber property.
SearchStringField getInventoryNumber()
Gets the value of the inventoryNumber property.
SearchMultiSelectField getLocation()
Gets the value of the location property.
SearchDoubleField getQuantityAvailable()
Gets the value of the quantityAvailable property.
SearchDoubleField getQuantityOnHand()
Gets the value of the quantityOnHand property.
void setBinNumber(SearchMultiSelectField value)
Sets the value of the binNumber property.
void setInventoryNumber(SearchStringField value)
Sets the value of the inventoryNumber property.
void setLocation(SearchMultiSelectField value)
Sets the value of the location property.
void setQuantityAvailable(SearchDoubleField value)
Sets the value of the quantityAvailable property.
void setQuantityOnHand(SearchDoubleField value)
Sets the value of the quantityOnHand property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField binNumber

protected SearchStringField inventoryNumber

protected SearchMultiSelectField location

protected SearchDoubleField quantityAvailable

protected SearchDoubleField quantityOnHand

Public Constructors

public InventoryNumberBinSearchBasic ()

Public Methods

public SearchMultiSelectField getBinNumber ()

Gets the value of the binNumber property.

Returns

public SearchStringField getInventoryNumber ()

Gets the value of the inventoryNumber property.

Returns

public SearchMultiSelectField getLocation ()

Gets the value of the location property.

Returns

public SearchDoubleField getQuantityAvailable ()

Gets the value of the quantityAvailable property.

Returns

public SearchDoubleField getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns

public void setBinNumber (SearchMultiSelectField value)

Sets the value of the binNumber property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInventoryNumber (SearchStringField value)

Sets the value of the inventoryNumber property.

Parameters
value Allowed object is SearchStringField

public void setLocation (SearchMultiSelectField value)

Sets the value of the location property.

Parameters
value Allowed object is SearchMultiSelectField

public void setQuantityAvailable (SearchDoubleField value)

Sets the value of the quantityAvailable property.

Parameters
value Allowed object is SearchDoubleField

public void setQuantityOnHand (SearchDoubleField value)

Sets the value of the quantityOnHand property.

Parameters
value Allowed object is SearchDoubleField