| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.inventory_2013_2.WorkOrderCompletionOperation |
Java class for WorkOrderCompletionOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkOrderCompletionOperation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operationSequence" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="operationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="workCenter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="machineResources" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="laborResources" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="inputQuantity" 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="predecessorCompletedQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="completedQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="recordSetup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="machineSetupTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="laborSetupTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="machineRunTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="laborRunTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| completedQuantity | |||||||||||
| inputQuantity | |||||||||||
| laborResources | |||||||||||
| laborRunTime | |||||||||||
| laborSetupTime | |||||||||||
| machineResources | |||||||||||
| machineRunTime | |||||||||||
| machineSetupTime | |||||||||||
| operationName | |||||||||||
| operationSequence | |||||||||||
| predecessorCompletedQuantity | |||||||||||
| quantityRemaining | |||||||||||
| recordSetup | |||||||||||
| workCenter | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the completedQuantity property.
| |||||||||||
Gets the value of the inputQuantity property.
| |||||||||||
Gets the value of the laborResources property.
| |||||||||||
Gets the value of the laborRunTime property.
| |||||||||||
Gets the value of the laborSetupTime property.
| |||||||||||
Gets the value of the machineResources property.
| |||||||||||
Gets the value of the machineRunTime property.
| |||||||||||
Gets the value of the machineSetupTime property.
| |||||||||||
Gets the value of the operationName property.
| |||||||||||
Gets the value of the operationSequence property.
| |||||||||||
Gets the value of the predecessorCompletedQuantity property.
| |||||||||||
Gets the value of the quantityRemaining property.
| |||||||||||
Gets the value of the recordSetup property.
| |||||||||||
Gets the value of the workCenter property.
| |||||||||||
Sets the value of the completedQuantity property.
| |||||||||||
Sets the value of the inputQuantity property.
| |||||||||||
Sets the value of the laborResources property.
| |||||||||||
Sets the value of the laborRunTime property.
| |||||||||||
Sets the value of the laborSetupTime property.
| |||||||||||
Sets the value of the machineResources property.
| |||||||||||
Sets the value of the machineRunTime property.
| |||||||||||
Sets the value of the machineSetupTime property.
| |||||||||||
Sets the value of the operationName property.
| |||||||||||
Sets the value of the operationSequence property.
| |||||||||||
Sets the value of the predecessorCompletedQuantity property.
| |||||||||||
Sets the value of the quantityRemaining property.
| |||||||||||
Sets the value of the recordSetup property.
| |||||||||||
Sets the value of the workCenter property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the completedQuantity property.
Gets the value of the inputQuantity property.
Gets the value of the laborResources property.
Gets the value of the laborRunTime property.
Gets the value of the laborSetupTime property.
Gets the value of the machineResources property.
Gets the value of the machineRunTime property.
Gets the value of the machineSetupTime property.
Gets the value of the operationName property.
Gets the value of the operationSequence property.
Gets the value of the predecessorCompletedQuantity property.
Gets the value of the quantityRemaining property.
Gets the value of the recordSetup property. This getter has been renamed from isRecordSetup() to getRecordSetup() by cxf-xjc-boolean plugin.
Gets the value of the workCenter property.
Sets the value of the completedQuantity property.
| value | Allowed object is Double |
|---|
Sets the value of the inputQuantity property.
| value | Allowed object is Double |
|---|
Sets the value of the laborResources property.
| value | Allowed object is Long |
|---|
Sets the value of the laborRunTime property.
| value | Allowed object is Double |
|---|
Sets the value of the laborSetupTime property.
| value | Allowed object is Double |
|---|
Sets the value of the machineResources property.
| value | Allowed object is Long |
|---|
Sets the value of the machineRunTime property.
| value | Allowed object is Double |
|---|
Sets the value of the machineSetupTime property.
| value | Allowed object is Double |
|---|
Sets the value of the operationName property.
| value | Allowed object is String |
|---|
Sets the value of the operationSequence property.
| value | Allowed object is Long |
|---|
Sets the value of the predecessorCompletedQuantity property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityRemaining property.
| value | Allowed object is Double |
|---|
Sets the value of the recordSetup property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workCenter property.
| value | Allowed object is String |
|---|