| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.supplychain_2013_2.ManufacturingRoutingRoutingStep |
Java class for ManufacturingRoutingRoutingStep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManufacturingRoutingRoutingStep">
<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="manufacturingWorkCenter" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" 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="manufacturingCostTemplate" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="setupTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="runRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| laborResources | |||||||||||
| machineResources | |||||||||||
| manufacturingCostTemplate | |||||||||||
| manufacturingWorkCenter | |||||||||||
| operationName | |||||||||||
| operationSequence | |||||||||||
| runRate | |||||||||||
| setupTime | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the laborResources property.
| |||||||||||
Gets the value of the machineResources property.
| |||||||||||
Gets the value of the manufacturingCostTemplate property.
| |||||||||||
Gets the value of the manufacturingWorkCenter property.
| |||||||||||
Gets the value of the operationName property.
| |||||||||||
Gets the value of the operationSequence property.
| |||||||||||
Gets the value of the runRate property.
| |||||||||||
Gets the value of the setupTime property.
| |||||||||||
Sets the value of the laborResources property.
| |||||||||||
Sets the value of the machineResources property.
| |||||||||||
Sets the value of the manufacturingCostTemplate property.
| |||||||||||
Sets the value of the manufacturingWorkCenter property.
| |||||||||||
Sets the value of the operationName property.
| |||||||||||
Sets the value of the operationSequence property.
| |||||||||||
Sets the value of the runRate property.
| |||||||||||
Sets the value of the setupTime property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the laborResources property.
Gets the value of the machineResources property.
Gets the value of the manufacturingCostTemplate property.
RecordRef
Gets the value of the manufacturingWorkCenter property.
RecordRef
Gets the value of the operationName property.
Gets the value of the operationSequence property.
Gets the value of the runRate property.
Gets the value of the setupTime property.
Sets the value of the laborResources property.
| value | Allowed object is Long |
|---|
Sets the value of the machineResources property.
| value | Allowed object is Long |
|---|
Sets the value of the manufacturingCostTemplate property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the manufacturingWorkCenter property.
| value | Allowed object is
RecordRef
|
|---|
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 runRate property.
| value | Allowed object is Double |
|---|
Sets the value of the setupTime property.
| value | Allowed object is Double |
|---|