public class

InventoryAdjustmentInventory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.inventory_2010_2.InventoryAdjustmentInventory

Class Overview

Java class for InventoryAdjustmentInventory complex type.

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

 <complexType name="InventoryAdjustmentInventory">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="units" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="currentValue" 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="binNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="newQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="unitCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="foreignCurrencyUnitCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double adjustQtyBy
protected String binNumbers
protected String currency
protected Double currentValue
protected String description
protected Double exchangeRate
protected XMLGregorianCalendar expirationDate
protected Double foreignCurrencyUnitCost
protected RecordRef item
protected RecordRef location
protected String memo
protected Double newQuantity
protected Double quantityOnHand
protected String serialNumbers
protected Double unitCost
protected RecordRef units
Public Constructors
InventoryAdjustmentInventory()
Public Methods
Double getAdjustQtyBy()
Gets the value of the adjustQtyBy property.
String getBinNumbers()
Gets the value of the binNumbers property.
String getCurrency()
Gets the value of the currency property.
Double getCurrentValue()
Gets the value of the currentValue property.
String getDescription()
Gets the value of the description property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
Double getForeignCurrencyUnitCost()
Gets the value of the foreignCurrencyUnitCost property.
RecordRef getItem()
Gets the value of the item property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
Double getNewQuantity()
Gets the value of the newQuantity property.
Double getQuantityOnHand()
Gets the value of the quantityOnHand property.
String getSerialNumbers()
Gets the value of the serialNumbers property.
Double getUnitCost()
Gets the value of the unitCost property.
RecordRef getUnits()
Gets the value of the units property.
void setAdjustQtyBy(Double value)
Sets the value of the adjustQtyBy property.
void setBinNumbers(String value)
Sets the value of the binNumbers property.
void setCurrency(String value)
Sets the value of the currency property.
void setCurrentValue(Double value)
Sets the value of the currentValue property.
void setDescription(String value)
Sets the value of the description property.
void setExchangeRate(Double value)
Sets the value of the exchangeRate property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setForeignCurrencyUnitCost(Double value)
Sets the value of the foreignCurrencyUnitCost property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setNewQuantity(Double value)
Sets the value of the newQuantity property.
void setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
void setSerialNumbers(String value)
Sets the value of the serialNumbers property.
void setUnitCost(Double value)
Sets the value of the unitCost 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 binNumbers

protected String currency

protected Double currentValue

protected String description

protected Double exchangeRate

protected XMLGregorianCalendar expirationDate

protected Double foreignCurrencyUnitCost

protected RecordRef item

protected RecordRef location

protected String memo

protected Double newQuantity

protected Double quantityOnHand

protected String serialNumbers

protected Double unitCost

protected RecordRef units

Public Constructors

public InventoryAdjustmentInventory ()

Public Methods

public Double getAdjustQtyBy ()

Gets the value of the adjustQtyBy property.

Returns
  • possible object is Double

public String getBinNumbers ()

Gets the value of the binNumbers property.

Returns
  • possible object is String

public String getCurrency ()

Gets the value of the currency property.

Returns
  • possible object is String

public Double getCurrentValue ()

Gets the value of the currentValue property.

Returns
  • possible object is Double

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public Double getExchangeRate ()

Gets the value of the exchangeRate property.

Returns
  • possible object is Double

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getForeignCurrencyUnitCost ()

Gets the value of the foreignCurrencyUnitCost property.

Returns
  • possible object is Double

public RecordRef getItem ()

Gets the value of the item property.

Returns

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public Double getNewQuantity ()

Gets the value of the newQuantity property.

Returns
  • possible object is Double

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 Double getUnitCost ()

Gets the value of the unitCost property.

Returns
  • possible object is Double

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 setBinNumbers (String value)

Sets the value of the binNumbers property.

Parameters
value Allowed object is String

public void setCurrency (String value)

Sets the value of the currency property.

Parameters
value Allowed object is String

public void setCurrentValue (Double value)

Sets the value of the currentValue 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 setExchangeRate (Double value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is Double

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setForeignCurrencyUnitCost (Double value)

Sets the value of the foreignCurrencyUnitCost property.

Parameters
value Allowed object is Double

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setNewQuantity (Double value)

Sets the value of the newQuantity property.

Parameters
value Allowed object is Double

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 setUnitCost (Double value)

Sets the value of the unitCost property.

Parameters
value Allowed object is Double

public void setUnits (RecordRef value)

Sets the value of the units property.

Parameters
value Allowed object is RecordRef