| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.inventory_2010_2.AssemblyComponent |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| binNumbers | |||||||||||
| componentNumbers | |||||||||||
| item | |||||||||||
| quantity | |||||||||||
| quantityOnHand | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the binNumbers property.
| |||||||||||
Gets the value of the componentNumbers property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the quantityOnHand property.
| |||||||||||
Sets the value of the binNumbers property.
| |||||||||||
Sets the value of the componentNumbers property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the quantityOnHand property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the binNumbers property.
Gets the value of the componentNumbers property.
Gets the value of the item property.
RecordRef
Gets the value of the quantity property.
Gets the value of the quantityOnHand property.
Sets the value of the binNumbers property.
| value | Allowed object is String |
|---|
Sets the value of the componentNumbers property.
| value | Allowed object is String |
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityOnHand property.
| value | Allowed object is Double |
|---|