public class

AssemblyComponent

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

Class Overview

Java class for AssemblyComponent complex type.

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

 <complexType name="AssemblyComponent">
   <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="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="componentNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="binNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String binNumbers
protected String componentNumbers
protected RecordRef item
protected Double quantity
protected Double quantityOnHand
Public Constructors
AssemblyComponent()
Public Methods
String getBinNumbers()
Gets the value of the binNumbers property.
String getComponentNumbers()
Gets the value of the componentNumbers property.
RecordRef getItem()
Gets the value of the item property.
Double getQuantity()
Gets the value of the quantity property.
Double getQuantityOnHand()
Gets the value of the quantityOnHand property.
void setBinNumbers(String value)
Sets the value of the binNumbers property.
void setComponentNumbers(String value)
Sets the value of the componentNumbers property.
void setItem(RecordRef value)
Sets the value of the item property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String binNumbers

protected String componentNumbers

protected RecordRef item

protected Double quantity

protected Double quantityOnHand

Public Constructors

public AssemblyComponent ()

Public Methods

public String getBinNumbers ()

Gets the value of the binNumbers property.

Returns
  • possible object is String

public String getComponentNumbers ()

Gets the value of the componentNumbers property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public Double getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns
  • possible object is Double

public void setBinNumbers (String value)

Sets the value of the binNumbers property.

Parameters
value Allowed object is String

public void setComponentNumbers (String value)

Sets the value of the componentNumbers 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 setQuantity (Double value)

Sets the value of the quantity 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