| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.inventory_2012_1.BinTransferInventory |
Java class for BinTransferInventory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinTransferInventory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="preferredBin" 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="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="fromBins" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="toBins" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| fromBins | |||||||||||
| inventoryDetail | |||||||||||
| item | |||||||||||
| itemUnitsLabel | |||||||||||
| line | |||||||||||
| preferredBin | |||||||||||
| quantity | |||||||||||
| toBins | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the fromBins property.
| |||||||||||
Gets the value of the inventoryDetail property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the itemUnitsLabel property.
| |||||||||||
Gets the value of the line property.
| |||||||||||
Gets the value of the preferredBin property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the toBins property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the fromBins property.
| |||||||||||
Sets the value of the inventoryDetail property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the itemUnitsLabel property.
| |||||||||||
Sets the value of the line property.
| |||||||||||
Sets the value of the preferredBin property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the toBins property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the fromBins property.
Gets the value of the inventoryDetail property.
InventoryDetail
Gets the value of the item property.
RecordRef
Gets the value of the itemUnitsLabel property.
Gets the value of the line property.
Gets the value of the preferredBin property.
Gets the value of the quantity property.
Gets the value of the toBins property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the fromBins 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 itemUnitsLabel property.
| value | Allowed object is String |
|---|
Sets the value of the line property.
| value | Allowed object is Long |
|---|
Sets the value of the preferredBin property.
| value | Allowed object is String |
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|
Sets the value of the toBins property.
| value | Allowed object is String |
|---|