public class

ItemReceiptItem

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.purchases_2010_2.ItemReceiptItem

Class Overview

Java class for ItemReceiptItem complex type.

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

 <complexType name="ItemReceiptItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="itemReceive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="orderLine" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="itemName" type="{http://www.w3.org/2001/XMLSchema}string" 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="onHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityRemaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="unitsDisplay" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unitCostOverride" 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="binNumbers" 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="rate" 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="restock" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="billVarianceStatus" type="{urn:types.purchases_2010_2.transactions.webservices.netsuite.com}TransactionBillVarianceStatus" minOccurs="0"/>
         <element name="isDropShipment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="options" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TransactionBillVarianceStatus billVarianceStatus
protected String binNumbers
protected String currency
protected CustomFieldList customFieldList
protected String description
protected XMLGregorianCalendar expirationDate
protected Boolean isDropShipment
protected RecordRef item
protected String itemName
protected Boolean itemReceive
protected String jobName
protected RecordRef location
protected Double onHand
protected CustomFieldList options
protected Long orderLine
protected Double quantity
protected Double quantityRemaining
protected String rate
protected Boolean restock
protected String serialNumbers
protected Double unitCostOverride
protected String unitsDisplay
Public Constructors
ItemReceiptItem()
Public Methods
TransactionBillVarianceStatus getBillVarianceStatus()
Gets the value of the billVarianceStatus property.
String getBinNumbers()
Gets the value of the binNumbers property.
String getCurrency()
Gets the value of the currency property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
RecordRef getItem()
Gets the value of the item property.
String getItemName()
Gets the value of the itemName property.
String getJobName()
Gets the value of the jobName property.
RecordRef getLocation()
Gets the value of the location property.
Double getOnHand()
Gets the value of the onHand property.
CustomFieldList getOptions()
Gets the value of the options property.
Long getOrderLine()
Gets the value of the orderLine property.
Double getQuantity()
Gets the value of the quantity property.
Double getQuantityRemaining()
Gets the value of the quantityRemaining property.
String getRate()
Gets the value of the rate property.
String getSerialNumbers()
Gets the value of the serialNumbers property.
Double getUnitCostOverride()
Gets the value of the unitCostOverride property.
String getUnitsDisplay()
Gets the value of the unitsDisplay property.
Boolean isIsDropShipment()
Gets the value of the isDropShipment property.
Boolean isItemReceive()
Gets the value of the itemReceive property.
Boolean isRestock()
Gets the value of the restock property.
void setBillVarianceStatus(TransactionBillVarianceStatus value)
Sets the value of the billVarianceStatus property.
void setBinNumbers(String value)
Sets the value of the binNumbers property.
void setCurrency(String value)
Sets the value of the currency property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setDescription(String value)
Sets the value of the description property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setIsDropShipment(Boolean value)
Sets the value of the isDropShipment property.
void setItem(RecordRef value)
Sets the value of the item property.
void setItemName(String value)
Sets the value of the itemName property.
void setItemReceive(Boolean value)
Sets the value of the itemReceive property.
void setJobName(String value)
Sets the value of the jobName property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setOnHand(Double value)
Sets the value of the onHand property.
void setOptions(CustomFieldList value)
Sets the value of the options property.
void setOrderLine(Long value)
Sets the value of the orderLine property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setQuantityRemaining(Double value)
Sets the value of the quantityRemaining property.
void setRate(String value)
Sets the value of the rate property.
void setRestock(Boolean value)
Sets the value of the restock property.
void setSerialNumbers(String value)
Sets the value of the serialNumbers property.
void setUnitCostOverride(Double value)
Sets the value of the unitCostOverride property.
void setUnitsDisplay(String value)
Sets the value of the unitsDisplay property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TransactionBillVarianceStatus billVarianceStatus

protected String binNumbers

protected String currency

protected CustomFieldList customFieldList

protected String description

protected XMLGregorianCalendar expirationDate

protected Boolean isDropShipment

protected RecordRef item

protected String itemName

protected Boolean itemReceive

protected String jobName

protected RecordRef location

protected Double onHand

protected CustomFieldList options

protected Long orderLine

protected Double quantity

protected Double quantityRemaining

protected String rate

protected Boolean restock

protected String serialNumbers

protected Double unitCostOverride

protected String unitsDisplay

Public Constructors

public ItemReceiptItem ()

Public Methods

public TransactionBillVarianceStatus getBillVarianceStatus ()

Gets the value of the billVarianceStatus property.

Returns

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 CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getItem ()

Gets the value of the item property.

Returns

public String getItemName ()

Gets the value of the itemName property.

Returns
  • possible object is String

public String getJobName ()

Gets the value of the jobName property.

Returns
  • possible object is String

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public Double getOnHand ()

Gets the value of the onHand property.

Returns
  • possible object is Double

public CustomFieldList getOptions ()

Gets the value of the options property.

Returns

public Long getOrderLine ()

Gets the value of the orderLine property.

Returns
  • possible object is Long

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public Double getQuantityRemaining ()

Gets the value of the quantityRemaining property.

Returns
  • possible object is Double

public String getRate ()

Gets the value of the rate property.

Returns
  • possible object is String

public String getSerialNumbers ()

Gets the value of the serialNumbers property.

Returns
  • possible object is String

public Double getUnitCostOverride ()

Gets the value of the unitCostOverride property.

Returns
  • possible object is Double

public String getUnitsDisplay ()

Gets the value of the unitsDisplay property.

Returns
  • possible object is String

public Boolean isIsDropShipment ()

Gets the value of the isDropShipment property.

Returns
  • possible object is Boolean

public Boolean isItemReceive ()

Gets the value of the itemReceive property.

Returns
  • possible object is Boolean

public Boolean isRestock ()

Gets the value of the restock property.

Returns
  • possible object is Boolean

public void setBillVarianceStatus (TransactionBillVarianceStatus value)

Sets the value of the billVarianceStatus property.

Parameters
value Allowed object is TransactionBillVarianceStatus

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 setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIsDropShipment (Boolean value)

Sets the value of the isDropShipment property.

Parameters
value Allowed object is Boolean

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setItemName (String value)

Sets the value of the itemName property.

Parameters
value Allowed object is String

public void setItemReceive (Boolean value)

Sets the value of the itemReceive property.

Parameters
value Allowed object is Boolean

public void setJobName (String value)

Sets the value of the jobName property.

Parameters
value Allowed object is String

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setOnHand (Double value)

Sets the value of the onHand property.

Parameters
value Allowed object is Double

public void setOptions (CustomFieldList value)

Sets the value of the options property.

Parameters
value Allowed object is CustomFieldList

public void setOrderLine (Long value)

Sets the value of the orderLine property.

Parameters
value Allowed object is Long

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setQuantityRemaining (Double value)

Sets the value of the quantityRemaining property.

Parameters
value Allowed object is Double

public void setRate (String value)

Sets the value of the rate property.

Parameters
value Allowed object is String

public void setRestock (Boolean value)

Sets the value of the restock property.

Parameters
value Allowed object is Boolean

public void setSerialNumbers (String value)

Sets the value of the serialNumbers property.

Parameters
value Allowed object is String

public void setUnitCostOverride (Double value)

Sets the value of the unitCostOverride property.

Parameters
value Allowed object is Double

public void setUnitsDisplay (String value)

Sets the value of the unitsDisplay property.

Parameters
value Allowed object is String