| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.inventory_2012_1.BinWorksheetItem |
Java class for BinWorksheetItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinWorksheetItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="itemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="itemOnHand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="itemUnitsLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inventoryDetail" type="{urn:common_2012_1.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
<element name="itemBins" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="itemBinNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="itemBinList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="itemPreferBin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="itemBlank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| inventoryDetail | |||||||||||
| item | |||||||||||
| itemBinList | |||||||||||
| itemBinNumbers | |||||||||||
| itemBins | |||||||||||
| itemBlank | |||||||||||
| itemName | |||||||||||
| itemOnHand | |||||||||||
| itemPreferBin | |||||||||||
| itemUnitsLabel | |||||||||||
| quantity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the inventoryDetail property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the itemBinList property.
| |||||||||||
Gets the value of the itemBinNumbers property.
| |||||||||||
Gets the value of the itemBins property.
| |||||||||||
Gets the value of the itemBlank property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemOnHand property.
| |||||||||||
Gets the value of the itemPreferBin property.
| |||||||||||
Gets the value of the itemUnitsLabel property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the inventoryDetail property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the itemBinList property.
| |||||||||||
Sets the value of the itemBinNumbers property.
| |||||||||||
Sets the value of the itemBins property.
| |||||||||||
Sets the value of the itemBlank property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemOnHand property.
| |||||||||||
Sets the value of the itemPreferBin property.
| |||||||||||
Sets the value of the itemUnitsLabel property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the inventoryDetail property.
InventoryDetail
Gets the value of the item property.
RecordRef
Gets the value of the itemBinList property.
Gets the value of the itemBinNumbers property.
Gets the value of the itemBins property.
Gets the value of the itemBlank property.
Gets the value of the itemName property.
Gets the value of the itemOnHand property.
Gets the value of the itemPreferBin property.
Gets the value of the itemUnitsLabel property.
Gets the value of the quantity property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the inventoryDetail property.
| value | Allowed object is
InventoryDetail
|
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the itemBinList property.
| value | Allowed object is String |
|---|
Sets the value of the itemBinNumbers property.
| value | Allowed object is String |
|---|
Sets the value of the itemBins property.
| value | Allowed object is String |
|---|
Sets the value of the itemBlank property.
| value | Allowed object is String |
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the itemOnHand property.
| value | Allowed object is String |
|---|
Sets the value of the itemPreferBin property.
| value | Allowed object is String |
|---|
Sets the value of the itemUnitsLabel property.
| value | Allowed object is String |
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|