public class

BinTransferInventory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.inventory_2012_1.BinTransferInventory

Class Overview

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>
 

Summary

Fields
protected String description
protected String fromBins
protected InventoryDetail inventoryDetail
protected RecordRef item
protected String itemUnitsLabel
protected Long line
protected String preferredBin
protected Double quantity
protected String toBins
Public Constructors
BinTransferInventory()
Public Methods
String getDescription()
Gets the value of the description property.
String getFromBins()
Gets the value of the fromBins property.
InventoryDetail getInventoryDetail()
Gets the value of the inventoryDetail property.
RecordRef getItem()
Gets the value of the item property.
String getItemUnitsLabel()
Gets the value of the itemUnitsLabel property.
Long getLine()
Gets the value of the line property.
String getPreferredBin()
Gets the value of the preferredBin property.
Double getQuantity()
Gets the value of the quantity property.
String getToBins()
Gets the value of the toBins property.
void setDescription(String value)
Sets the value of the description property.
void setFromBins(String value)
Sets the value of the fromBins property.
void setInventoryDetail(InventoryDetail value)
Sets the value of the inventoryDetail property.
void setItem(RecordRef value)
Sets the value of the item property.
void setItemUnitsLabel(String value)
Sets the value of the itemUnitsLabel property.
void setLine(Long value)
Sets the value of the line property.
void setPreferredBin(String value)
Sets the value of the preferredBin property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setToBins(String value)
Sets the value of the toBins property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected String fromBins

protected InventoryDetail inventoryDetail

protected RecordRef item

protected String itemUnitsLabel

protected Long line

protected String preferredBin

protected Double quantity

protected String toBins

Public Constructors

public BinTransferInventory ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getFromBins ()

Gets the value of the fromBins property.

Returns
  • possible object is String

public InventoryDetail getInventoryDetail ()

Gets the value of the inventoryDetail property.

Returns

public RecordRef getItem ()

Gets the value of the item property.

Returns

public String getItemUnitsLabel ()

Gets the value of the itemUnitsLabel property.

Returns
  • possible object is String

public Long getLine ()

Gets the value of the line property.

Returns
  • possible object is Long

public String getPreferredBin ()

Gets the value of the preferredBin property.

Returns
  • possible object is String

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public String getToBins ()

Gets the value of the toBins property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setFromBins (String value)

Sets the value of the fromBins property.

Parameters
value Allowed object is String

public void setInventoryDetail (InventoryDetail value)

Sets the value of the inventoryDetail property.

Parameters
value Allowed object is InventoryDetail

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setItemUnitsLabel (String value)

Sets the value of the itemUnitsLabel property.

Parameters
value Allowed object is String

public void setLine (Long value)

Sets the value of the line property.

Parameters
value Allowed object is Long

public void setPreferredBin (String value)

Sets the value of the preferredBin property.

Parameters
value Allowed object is String

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setToBins (String value)

Sets the value of the toBins property.

Parameters
value Allowed object is String