public class

WorkOrderCompletion

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.transactions.inventory_2013_2.WorkOrderCompletion

Class Overview

Java class for WorkOrderCompletion complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WorkOrderCompletion">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="customForm" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tranId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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="scrapQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="units" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isBackflush" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="orderQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="createdFrom" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="inventoryDetail" type="{urn:common_2013_2.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="postingPeriod" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="revision" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="startOperation" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="endOperation" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="completedQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="manufacturingRouting" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="componentList" type="{urn:inventory_2013_2.transactions.webservices.netsuite.com}WorkOrderCompletionComponentList" minOccurs="0"/>
         <element name="operationList" type="{urn:inventory_2013_2.transactions.webservices.netsuite.com}WorkOrderCompletionOperationList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef clazz
protected Double completedQuantity
protected WorkOrderCompletionComponentList componentList
protected XMLGregorianCalendar createdDate
protected RecordRef createdFrom
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected RecordRef endOperation
protected String externalId
protected String internalId
protected InventoryDetail inventoryDetail
protected Boolean isBackflush
protected RecordRef item
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected RecordRef manufacturingRouting
protected String memo
protected WorkOrderCompletionOperationList operationList
protected Double orderQuantity
protected RecordRef postingPeriod
protected Double quantity
protected RecordRef revision
protected Double scrapQuantity
protected RecordRef startOperation
protected RecordRef subsidiary
protected Double total
protected XMLGregorianCalendar tranDate
protected String tranId
protected RecordRef units
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
WorkOrderCompletion()
Public Methods
RecordRef getClazz()
Gets the value of the clazz property.
Double getCompletedQuantity()
Gets the value of the completedQuantity property.
WorkOrderCompletionComponentList getComponentList()
Gets the value of the componentList property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
RecordRef getCreatedFrom()
Gets the value of the createdFrom property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
RecordRef getDepartment()
Gets the value of the department property.
RecordRef getEndOperation()
Gets the value of the endOperation property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
InventoryDetail getInventoryDetail()
Gets the value of the inventoryDetail property.
Boolean getIsBackflush()
Gets the value of the isBackflush property.
RecordRef getItem()
Gets the value of the item property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getLocation()
Gets the value of the location property.
RecordRef getManufacturingRouting()
Gets the value of the manufacturingRouting property.
String getMemo()
Gets the value of the memo property.
WorkOrderCompletionOperationList getOperationList()
Gets the value of the operationList property.
Double getOrderQuantity()
Gets the value of the orderQuantity property.
RecordRef getPostingPeriod()
Gets the value of the postingPeriod property.
Double getQuantity()
Gets the value of the quantity property.
RecordRef getRevision()
Gets the value of the revision property.
Double getScrapQuantity()
Gets the value of the scrapQuantity property.
RecordRef getStartOperation()
Gets the value of the startOperation property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
Double getTotal()
Gets the value of the total property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
String getTranId()
Gets the value of the tranId property.
RecordRef getUnits()
Gets the value of the units property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCompletedQuantity(Double value)
Sets the value of the completedQuantity property.
void setComponentList(WorkOrderCompletionComponentList value)
Sets the value of the componentList property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCreatedFrom(RecordRef value)
Sets the value of the createdFrom property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setEndOperation(RecordRef value)
Sets the value of the endOperation property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setInventoryDetail(InventoryDetail value)
Sets the value of the inventoryDetail property.
void setIsBackflush(Boolean value)
Sets the value of the isBackflush property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setManufacturingRouting(RecordRef value)
Sets the value of the manufacturingRouting property.
void setMemo(String value)
Sets the value of the memo property.
void setOperationList(WorkOrderCompletionOperationList value)
Sets the value of the operationList property.
void setOrderQuantity(Double value)
Sets the value of the orderQuantity property.
void setPostingPeriod(RecordRef value)
Sets the value of the postingPeriod property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setRevision(RecordRef value)
Sets the value of the revision property.
void setScrapQuantity(Double value)
Sets the value of the scrapQuantity property.
void setStartOperation(RecordRef value)
Sets the value of the startOperation property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setTotal(Double value)
Sets the value of the total property.
void setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
void setTranId(String value)
Sets the value of the tranId property.
void setUnits(RecordRef value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected RecordRef clazz

protected Double completedQuantity

protected WorkOrderCompletionComponentList componentList

protected XMLGregorianCalendar createdDate

protected RecordRef createdFrom

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected RecordRef endOperation

protected String externalId

protected String internalId

protected InventoryDetail inventoryDetail

protected Boolean isBackflush

protected RecordRef item

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected RecordRef manufacturingRouting

protected String memo

protected WorkOrderCompletionOperationList operationList

protected Double orderQuantity

protected RecordRef postingPeriod

protected Double quantity

protected RecordRef revision

protected Double scrapQuantity

protected RecordRef startOperation

protected RecordRef subsidiary

protected Double total

protected XMLGregorianCalendar tranDate

protected String tranId

protected RecordRef units

Public Constructors

public WorkOrderCompletion ()

Public Methods

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public Double getCompletedQuantity ()

Gets the value of the completedQuantity property.

Returns
  • possible object is Double

public WorkOrderCompletionComponentList getComponentList ()

Gets the value of the componentList property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getCreatedFrom ()

Gets the value of the createdFrom property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public RecordRef getEndOperation ()

Gets the value of the endOperation property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public InventoryDetail getInventoryDetail ()

Gets the value of the inventoryDetail property.

Returns

public Boolean getIsBackflush ()

Gets the value of the isBackflush property. This getter has been renamed from isIsBackflush() to getIsBackflush() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getItem ()

Gets the value of the item property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public RecordRef getManufacturingRouting ()

Gets the value of the manufacturingRouting property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public WorkOrderCompletionOperationList getOperationList ()

Gets the value of the operationList property.

Returns

public Double getOrderQuantity ()

Gets the value of the orderQuantity property.

Returns
  • possible object is Double

public RecordRef getPostingPeriod ()

Gets the value of the postingPeriod property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public RecordRef getRevision ()

Gets the value of the revision property.

Returns

public Double getScrapQuantity ()

Gets the value of the scrapQuantity property.

Returns
  • possible object is Double

public RecordRef getStartOperation ()

Gets the value of the startOperation property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public Double getTotal ()

Gets the value of the total property.

Returns
  • possible object is Double

public XMLGregorianCalendar getTranDate ()

Gets the value of the tranDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getTranId ()

Gets the value of the tranId property.

Returns
  • possible object is String

public RecordRef getUnits ()

Gets the value of the units property.

Returns

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCompletedQuantity (Double value)

Sets the value of the completedQuantity property.

Parameters
value Allowed object is Double

public void setComponentList (WorkOrderCompletionComponentList value)

Sets the value of the componentList property.

Parameters
value Allowed object is WorkOrderCompletionComponentList

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedFrom (RecordRef value)

Sets the value of the createdFrom property.

Parameters
value Allowed object is RecordRef

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setEndOperation (RecordRef value)

Sets the value of the endOperation property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setInventoryDetail (InventoryDetail value)

Sets the value of the inventoryDetail property.

Parameters
value Allowed object is InventoryDetail

public void setIsBackflush (Boolean value)

Sets the value of the isBackflush property.

Parameters
value Allowed object is Boolean

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setManufacturingRouting (RecordRef value)

Sets the value of the manufacturingRouting property.

Parameters
value Allowed object is RecordRef

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOperationList (WorkOrderCompletionOperationList value)

Sets the value of the operationList property.

Parameters
value Allowed object is WorkOrderCompletionOperationList

public void setOrderQuantity (Double value)

Sets the value of the orderQuantity property.

Parameters
value Allowed object is Double

public void setPostingPeriod (RecordRef value)

Sets the value of the postingPeriod property.

Parameters
value Allowed object is RecordRef

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setRevision (RecordRef value)

Sets the value of the revision property.

Parameters
value Allowed object is RecordRef

public void setScrapQuantity (Double value)

Sets the value of the scrapQuantity property.

Parameters
value Allowed object is Double

public void setStartOperation (RecordRef value)

Sets the value of the startOperation property.

Parameters
value Allowed object is RecordRef

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setTotal (Double value)

Sets the value of the total property.

Parameters
value Allowed object is Double

public void setTranDate (XMLGregorianCalendar value)

Sets the value of the tranDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTranId (String value)

Sets the value of the tranId property.

Parameters
value Allowed object is String

public void setUnits (RecordRef value)

Sets the value of the units property.

Parameters
value Allowed object is RecordRef