| 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 | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| binNumber | |||||||||||
| inventoryNumber | |||||||||||
| location | |||||||||||
| quantityAvailable | |||||||||||
| quantityOnHand | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the binNumber property.
| |||||||||||
Gets the value of the inventoryNumber property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the quantityAvailable property.
| |||||||||||
Gets the value of the quantityOnHand property.
| |||||||||||
Sets the value of the binNumber property.
| |||||||||||
Sets the value of the inventoryNumber property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the quantityAvailable property.
| |||||||||||
Sets the value of the quantityOnHand property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the binNumber property.
SearchMultiSelectField
Gets the value of the inventoryNumber property.
SearchStringField
Gets the value of the location property.
SearchMultiSelectField
Gets the value of the quantityAvailable property.
SearchDoubleField
Gets the value of the quantityOnHand property.
SearchDoubleField
Sets the value of the binNumber property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the inventoryNumber property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the location property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the quantityAvailable property.
| value | Allowed object is
SearchDoubleField
|
|---|
Sets the value of the quantityOnHand property.
| value | Allowed object is
SearchDoubleField
|
|---|