public class

InventoryAssignment

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2012_1.InventoryAssignment

Class Overview

Java class for InventoryAssignment complex type.

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

 <complexType name="InventoryAssignment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="issueInventoryNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="receiptInventoryNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="binNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="toBinNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="quantityAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef binNumber
protected XMLGregorianCalendar expirationDate
protected String internalId
protected RecordRef issueInventoryNumber
protected Double quantity
protected Boolean quantityAvailable
protected String receiptInventoryNumber
protected RecordRef toBinNumber
Public Constructors
InventoryAssignment()
Public Methods
RecordRef getBinNumber()
Gets the value of the binNumber property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getIssueInventoryNumber()
Gets the value of the issueInventoryNumber property.
Double getQuantity()
Gets the value of the quantity property.
String getReceiptInventoryNumber()
Gets the value of the receiptInventoryNumber property.
RecordRef getToBinNumber()
Gets the value of the toBinNumber property.
Boolean isQuantityAvailable()
Gets the value of the quantityAvailable property.
void setBinNumber(RecordRef value)
Sets the value of the binNumber property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIssueInventoryNumber(RecordRef value)
Sets the value of the issueInventoryNumber property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setQuantityAvailable(Boolean value)
Sets the value of the quantityAvailable property.
void setReceiptInventoryNumber(String value)
Sets the value of the receiptInventoryNumber property.
void setToBinNumber(RecordRef value)
Sets the value of the toBinNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef binNumber

protected XMLGregorianCalendar expirationDate

protected String internalId

protected RecordRef issueInventoryNumber

protected Double quantity

protected Boolean quantityAvailable

protected String receiptInventoryNumber

protected RecordRef toBinNumber

Public Constructors

public InventoryAssignment ()

Public Methods

public RecordRef getBinNumber ()

Gets the value of the binNumber property.

Returns

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getIssueInventoryNumber ()

Gets the value of the issueInventoryNumber property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public String getReceiptInventoryNumber ()

Gets the value of the receiptInventoryNumber property.

Returns
  • possible object is String

public RecordRef getToBinNumber ()

Gets the value of the toBinNumber property.

Returns

public Boolean isQuantityAvailable ()

Gets the value of the quantityAvailable property.

Returns
  • possible object is Boolean

public void setBinNumber (RecordRef value)

Sets the value of the binNumber property.

Parameters
value Allowed object is RecordRef

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIssueInventoryNumber (RecordRef value)

Sets the value of the issueInventoryNumber property.

Parameters
value Allowed object is RecordRef

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setQuantityAvailable (Boolean value)

Sets the value of the quantityAvailable property.

Parameters
value Allowed object is Boolean

public void setReceiptInventoryNumber (String value)

Sets the value of the receiptInventoryNumber property.

Parameters
value Allowed object is String

public void setToBinNumber (RecordRef value)

Sets the value of the toBinNumber property.

Parameters
value Allowed object is RecordRef