public class

WorkOrderCompletionOperation

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.inventory_2013_2.WorkOrderCompletionOperation

Class Overview

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>
 

Summary

Fields
protected Double completedQuantity
protected Double inputQuantity
protected Long laborResources
protected Double laborRunTime
protected Double laborSetupTime
protected Long machineResources
protected Double machineRunTime
protected Double machineSetupTime
protected String operationName
protected Long operationSequence
protected Double predecessorCompletedQuantity
protected Double quantityRemaining
protected Boolean recordSetup
protected String workCenter
Public Constructors
WorkOrderCompletionOperation()
Public Methods
Double getCompletedQuantity()
Gets the value of the completedQuantity property.
Double getInputQuantity()
Gets the value of the inputQuantity property.
Long getLaborResources()
Gets the value of the laborResources property.
Double getLaborRunTime()
Gets the value of the laborRunTime property.
Double getLaborSetupTime()
Gets the value of the laborSetupTime property.
Long getMachineResources()
Gets the value of the machineResources property.
Double getMachineRunTime()
Gets the value of the machineRunTime property.
Double getMachineSetupTime()
Gets the value of the machineSetupTime property.
String getOperationName()
Gets the value of the operationName property.
Long getOperationSequence()
Gets the value of the operationSequence property.
Double getPredecessorCompletedQuantity()
Gets the value of the predecessorCompletedQuantity property.
Double getQuantityRemaining()
Gets the value of the quantityRemaining property.
Boolean getRecordSetup()
Gets the value of the recordSetup property.
String getWorkCenter()
Gets the value of the workCenter property.
void setCompletedQuantity(Double value)
Sets the value of the completedQuantity property.
void setInputQuantity(Double value)
Sets the value of the inputQuantity property.
void setLaborResources(Long value)
Sets the value of the laborResources property.
void setLaborRunTime(Double value)
Sets the value of the laborRunTime property.
void setLaborSetupTime(Double value)
Sets the value of the laborSetupTime property.
void setMachineResources(Long value)
Sets the value of the machineResources property.
void setMachineRunTime(Double value)
Sets the value of the machineRunTime property.
void setMachineSetupTime(Double value)
Sets the value of the machineSetupTime property.
void setOperationName(String value)
Sets the value of the operationName property.
void setOperationSequence(Long value)
Sets the value of the operationSequence property.
void setPredecessorCompletedQuantity(Double value)
Sets the value of the predecessorCompletedQuantity property.
void setQuantityRemaining(Double value)
Sets the value of the quantityRemaining property.
void setRecordSetup(Boolean value)
Sets the value of the recordSetup property.
void setWorkCenter(String value)
Sets the value of the workCenter property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double completedQuantity

protected Double inputQuantity

protected Long laborResources

protected Double laborRunTime

protected Double laborSetupTime

protected Long machineResources

protected Double machineRunTime

protected Double machineSetupTime

protected String operationName

protected Long operationSequence

protected Double predecessorCompletedQuantity

protected Double quantityRemaining

protected Boolean recordSetup

protected String workCenter

Public Constructors

public WorkOrderCompletionOperation ()

Public Methods

public Double getCompletedQuantity ()

Gets the value of the completedQuantity property.

Returns
  • possible object is Double

public Double getInputQuantity ()

Gets the value of the inputQuantity property.

Returns
  • possible object is Double

public Long getLaborResources ()

Gets the value of the laborResources property.

Returns
  • possible object is Long

public Double getLaborRunTime ()

Gets the value of the laborRunTime property.

Returns
  • possible object is Double

public Double getLaborSetupTime ()

Gets the value of the laborSetupTime property.

Returns
  • possible object is Double

public Long getMachineResources ()

Gets the value of the machineResources property.

Returns
  • possible object is Long

public Double getMachineRunTime ()

Gets the value of the machineRunTime property.

Returns
  • possible object is Double

public Double getMachineSetupTime ()

Gets the value of the machineSetupTime property.

Returns
  • possible object is Double

public String getOperationName ()

Gets the value of the operationName property.

Returns
  • possible object is String

public Long getOperationSequence ()

Gets the value of the operationSequence property.

Returns
  • possible object is Long

public Double getPredecessorCompletedQuantity ()

Gets the value of the predecessorCompletedQuantity property.

Returns
  • possible object is Double

public Double getQuantityRemaining ()

Gets the value of the quantityRemaining property.

Returns
  • possible object is Double

public Boolean getRecordSetup ()

Gets the value of the recordSetup property. This getter has been renamed from isRecordSetup() to getRecordSetup() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getWorkCenter ()

Gets the value of the workCenter property.

Returns
  • possible object is String

public void setCompletedQuantity (Double value)

Sets the value of the completedQuantity property.

Parameters
value Allowed object is Double

public void setInputQuantity (Double value)

Sets the value of the inputQuantity property.

Parameters
value Allowed object is Double

public void setLaborResources (Long value)

Sets the value of the laborResources property.

Parameters
value Allowed object is Long

public void setLaborRunTime (Double value)

Sets the value of the laborRunTime property.

Parameters
value Allowed object is Double

public void setLaborSetupTime (Double value)

Sets the value of the laborSetupTime property.

Parameters
value Allowed object is Double

public void setMachineResources (Long value)

Sets the value of the machineResources property.

Parameters
value Allowed object is Long

public void setMachineRunTime (Double value)

Sets the value of the machineRunTime property.

Parameters
value Allowed object is Double

public void setMachineSetupTime (Double value)

Sets the value of the machineSetupTime property.

Parameters
value Allowed object is Double

public void setOperationName (String value)

Sets the value of the operationName property.

Parameters
value Allowed object is String

public void setOperationSequence (Long value)

Sets the value of the operationSequence property.

Parameters
value Allowed object is Long

public void setPredecessorCompletedQuantity (Double value)

Sets the value of the predecessorCompletedQuantity property.

Parameters
value Allowed object is Double

public void setQuantityRemaining (Double value)

Sets the value of the quantityRemaining property.

Parameters
value Allowed object is Double

public void setRecordSetup (Boolean value)

Sets the value of the recordSetup property.

Parameters
value Allowed object is Boolean

public void setWorkCenter (String value)

Sets the value of the workCenter property.

Parameters
value Allowed object is String