| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.inventory_2013_2.WorkOrderIssueComponent |
Java class for WorkOrderIssueComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkOrderIssueComponent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="componentInventoryDetail" type="{urn:common_2013_2.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
<element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| componentInventoryDetail | |||||||||||
| item | |||||||||||
| lineNumber | |||||||||||
| quantity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the componentInventoryDetail property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the lineNumber property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Sets the value of the componentInventoryDetail property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the lineNumber property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the componentInventoryDetail property.
InventoryDetail
Gets the value of the item property.
RecordRef
Gets the value of the lineNumber property.
Gets the value of the quantity property.
Sets the value of the componentInventoryDetail property.
| value | Allowed object is
InventoryDetail
|
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the lineNumber property.
| value | Allowed object is Long |
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|