public class

ItemFulfillmentItem

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.sales_2010_2.ItemFulfillmentItem

Class Overview

Java class for ItemFulfillmentItem complex type.

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

 <complexType name="ItemFulfillmentItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemReceive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="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="createPo" 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="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="poNum" 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="quantityRemaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="options" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
         <element name="shipGroup" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="itemIsFulfilled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="shipAddress" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="shipMethod" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String binNumbers
protected String createPo
protected CustomFieldList customFieldList
protected String description
protected RecordRef item
protected Boolean itemIsFulfilled
protected String itemName
protected Boolean itemReceive
protected String jobName
protected RecordRef location
protected Double onHand
protected CustomFieldList options
protected Long orderLine
protected String poNum
protected Double quantity
protected Double quantityRemaining
protected String serialNumbers
protected RecordRef shipAddress
protected Long shipGroup
protected RecordRef shipMethod
protected String unitsDisplay
Public Constructors
ItemFulfillmentItem()
Public Methods
String getBinNumbers()
Gets the value of the binNumbers property.
String getCreatePo()
Gets the value of the createPo property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
String getDescription()
Gets the value of the description 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.
String getPoNum()
Gets the value of the poNum property.
Double getQuantity()
Gets the value of the quantity property.
Double getQuantityRemaining()
Gets the value of the quantityRemaining property.
String getSerialNumbers()
Gets the value of the serialNumbers property.
RecordRef getShipAddress()
Gets the value of the shipAddress property.
Long getShipGroup()
Gets the value of the shipGroup property.
RecordRef getShipMethod()
Gets the value of the shipMethod property.
String getUnitsDisplay()
Gets the value of the unitsDisplay property.
Boolean isItemIsFulfilled()
Gets the value of the itemIsFulfilled property.
Boolean isItemReceive()
Gets the value of the itemReceive property.
void setBinNumbers(String value)
Sets the value of the binNumbers property.
void setCreatePo(String value)
Sets the value of the createPo property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setDescription(String value)
Sets the value of the description property.
void setItem(RecordRef value)
Sets the value of the item property.
void setItemIsFulfilled(Boolean value)
Sets the value of the itemIsFulfilled 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 setPoNum(String value)
Sets the value of the poNum property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setQuantityRemaining(Double value)
Sets the value of the quantityRemaining property.
void setSerialNumbers(String value)
Sets the value of the serialNumbers property.
void setShipAddress(RecordRef value)
Sets the value of the shipAddress property.
void setShipGroup(Long value)
Sets the value of the shipGroup property.
void setShipMethod(RecordRef value)
Sets the value of the shipMethod property.
void setUnitsDisplay(String value)
Sets the value of the unitsDisplay property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String binNumbers

protected String createPo

protected CustomFieldList customFieldList

protected String description

protected RecordRef item

protected Boolean itemIsFulfilled

protected String itemName

protected Boolean itemReceive

protected String jobName

protected RecordRef location

protected Double onHand

protected CustomFieldList options

protected Long orderLine

protected String poNum

protected Double quantity

protected Double quantityRemaining

protected String serialNumbers

protected RecordRef shipAddress

protected Long shipGroup

protected RecordRef shipMethod

protected String unitsDisplay

Public Constructors

public ItemFulfillmentItem ()

Public Methods

public String getBinNumbers ()

Gets the value of the binNumbers property.

Returns
  • possible object is String

public String getCreatePo ()

Gets the value of the createPo 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 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 String getPoNum ()

Gets the value of the poNum property.

Returns
  • possible object is String

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 getSerialNumbers ()

Gets the value of the serialNumbers property.

Returns
  • possible object is String

public RecordRef getShipAddress ()

Gets the value of the shipAddress property.

Returns

public Long getShipGroup ()

Gets the value of the shipGroup property.

Returns
  • possible object is Long

public RecordRef getShipMethod ()

Gets the value of the shipMethod property.

Returns

public String getUnitsDisplay ()

Gets the value of the unitsDisplay property.

Returns
  • possible object is String

public Boolean isItemIsFulfilled ()

Gets the value of the itemIsFulfilled property.

Returns
  • possible object is Boolean

public Boolean isItemReceive ()

Gets the value of the itemReceive property.

Returns
  • possible object is Boolean

public void setBinNumbers (String value)

Sets the value of the binNumbers property.

Parameters
value Allowed object is String

public void setCreatePo (String value)

Sets the value of the createPo 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 setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setItemIsFulfilled (Boolean value)

Sets the value of the itemIsFulfilled property.

Parameters
value Allowed object is Boolean

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

Sets the value of the poNum 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 setQuantityRemaining (Double value)

Sets the value of the quantityRemaining 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 setShipAddress (RecordRef value)

Sets the value of the shipAddress property.

Parameters
value Allowed object is RecordRef

public void setShipGroup (Long value)

Sets the value of the shipGroup property.

Parameters
value Allowed object is Long

public void setShipMethod (RecordRef value)

Sets the value of the shipMethod property.

Parameters
value Allowed object is RecordRef

public void setUnitsDisplay (String value)

Sets the value of the unitsDisplay property.

Parameters
value Allowed object is String