public class

InventoryTransferInventory

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

Class Overview

Java class for InventoryTransferInventory complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InventoryTransferInventory">
   <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="units" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="adjustQtyBy" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fromBinNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="toBinNumbers" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double adjustQtyBy
protected String description
protected String fromBinNumbers
protected InventoryDetail inventoryDetail
protected RecordRef item
protected Long line
protected Double quantityOnHand
protected String serialNumbers
protected String toBinNumbers
protected RecordRef units
Public Constructors
InventoryTransferInventory()
Public Methods
Double getAdjustQtyBy()
Gets the value of the adjustQtyBy property.
String getDescription()
Gets the value of the description property.
String getFromBinNumbers()
Gets the value of the fromBinNumbers property.
InventoryDetail getInventoryDetail()
Gets the value of the inventoryDetail property.
RecordRef getItem()
Gets the value of the item property.
Long getLine()
Gets the value of the line property.
Double getQuantityOnHand()
Gets the value of the quantityOnHand property.
String getSerialNumbers()
Gets the value of the serialNumbers property.
String getToBinNumbers()
Gets the value of the toBinNumbers property.
RecordRef getUnits()
Gets the value of the units property.
void setAdjustQtyBy(Double value)
Sets the value of the adjustQtyBy property.
void setDescription(String value)
Sets the value of the description property.
void setFromBinNumbers(String value)
Sets the value of the fromBinNumbers property.
void setInventoryDetail(InventoryDetail value)
Sets the value of the inventoryDetail property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLine(Long value)
Sets the value of the line property.
void setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
void setSerialNumbers(String value)
Sets the value of the serialNumbers property.
void setToBinNumbers(String value)
Sets the value of the toBinNumbers property.
void setUnits(RecordRef value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double adjustQtyBy

protected String description

protected String fromBinNumbers

protected InventoryDetail inventoryDetail

protected RecordRef item

protected Long line

protected Double quantityOnHand

protected String serialNumbers

protected String toBinNumbers

protected RecordRef units

Public Constructors

public InventoryTransferInventory ()

Public Methods

public Double getAdjustQtyBy ()

Gets the value of the adjustQtyBy property.

Returns
  • possible object is Double

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getFromBinNumbers ()

Gets the value of the fromBinNumbers 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 Long getLine ()

Gets the value of the line property.

Returns
  • possible object is Long

public Double getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns
  • possible object is Double

public String getSerialNumbers ()

Gets the value of the serialNumbers property.

Returns
  • possible object is String

public String getToBinNumbers ()

Gets the value of the toBinNumbers property.

Returns
  • possible object is String

public RecordRef getUnits ()

Gets the value of the units property.

Returns

public void setAdjustQtyBy (Double value)

Sets the value of the adjustQtyBy property.

Parameters
value Allowed object is Double

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setFromBinNumbers (String value)

Sets the value of the fromBinNumbers 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 setLine (Long value)

Sets the value of the line property.

Parameters
value Allowed object is Long

public void setQuantityOnHand (Double value)

Sets the value of the quantityOnHand property.

Parameters
value Allowed object is Double

public void setSerialNumbers (String value)

Sets the value of the serialNumbers property.

Parameters
value Allowed object is String

public void setToBinNumbers (String value)

Sets the value of the toBinNumbers property.

Parameters
value Allowed object is String

public void setUnits (RecordRef value)

Sets the value of the units property.

Parameters
value Allowed object is RecordRef