| java.lang.Object | |||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRow | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRowBasic | ||
| ↳ | com.netsuite.webservices.platform.common_2013_2.InventoryNumberBinSearchRowBasic | ||
Java class for InventoryNumberBinSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryNumberBinSearchRowBasic">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
<sequence>
<element name="binNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="inventoryNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityAvailable" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityOnHand" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" 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.
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
SearchColumnSelectField
Gets the value of the inventoryNumber 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 inventoryNumber property.
For example, to add a new item, do as follows:
getInventoryNumber().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
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
SearchColumnSelectField
Gets the value of the quantityAvailable 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 quantityAvailable property.
For example, to add a new item, do as follows:
getQuantityAvailable().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the quantityOnHand 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 quantityOnHand property.
For example, to add a new item, do as follows:
getQuantityOnHand().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Sets the value of the binNumber property.
| binNumber | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the inventoryNumber property.
| inventoryNumber | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the location property.
| location | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the quantityAvailable property.
| quantityAvailable | Allowed object is
SearchColumnDoubleField
|
|---|
Sets the value of the quantityOnHand property.
| quantityOnHand | Allowed object is
SearchColumnDoubleField
|
|---|