public class

ItemBinNumberSearchBasic

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

Class Overview

Java class for ItemBinNumberSearchBasic complex type.

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

 <complexType name="ItemBinNumberSearchBasic">
   <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="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 SearchMultiSelectField location
protected SearchDoubleField quantityAvailable
protected SearchDoubleField quantityOnHand
Public Constructors
ItemBinNumberSearchBasic()
Public Methods
SearchMultiSelectField getBinNumber()
Gets the value of the binNumber 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 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 SearchMultiSelectField location

protected SearchDoubleField quantityAvailable

protected SearchDoubleField quantityOnHand

Public Constructors

public ItemBinNumberSearchBasic ()

Public Methods

public SearchMultiSelectField getBinNumber ()

Gets the value of the binNumber 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 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