public class

WorkOrder

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.transactions.inventory_2012_1.WorkOrder

Class Overview

Java class for WorkOrder complex type.

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

 <complexType name="WorkOrder">
   <complexContent>
     <extension base="{urn:core_2012_1.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_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tranId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entity" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="job" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="assemblyItem" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="expandAssembly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="units" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="department" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="itemList" type="{urn:inventory_2012_1.transactions.webservices.netsuite.com}WorkOrderItemList" minOccurs="0"/>
         <element name="location" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="salesTeamList" type="{urn:inventory_2012_1.transactions.webservices.netsuite.com}SalesTeamList" minOccurs="0"/>
         <element name="partnersList" type="{urn:inventory_2012_1.transactions.webservices.netsuite.com}PartnersList" minOccurs="0"/>
         <element name="createdFrom" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="buildable" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="options" type="{urn:core_2012_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
         <element name="built" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2012_1.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 assemblyItem
protected Double buildable
protected Double built
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected RecordRef createdFrom
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected XMLGregorianCalendar endDate
protected RecordRef entity
protected Boolean expandAssembly
protected String externalId
protected String internalId
protected WorkOrderItemList itemList
protected RecordRef job
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected String memo
protected CustomFieldList options
protected PartnersList partnersList
protected Double quantity
protected SalesTeamList salesTeamList
protected XMLGregorianCalendar startDate
protected String status
protected RecordRef subsidiary
protected XMLGregorianCalendar tranDate
protected String tranId
protected RecordRef units
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
WorkOrder()
Public Methods
RecordRef getAssemblyItem()
Gets the value of the assemblyItem property.
Double getBuildable()
Gets the value of the buildable property.
Double getBuilt()
Gets the value of the built property.
RecordRef getClazz()
Gets the value of the clazz 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.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
RecordRef getEntity()
Gets the value of the entity property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
WorkOrderItemList getItemList()
Gets the value of the itemList property.
RecordRef getJob()
Gets the value of the job property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
CustomFieldList getOptions()
Gets the value of the options property.
PartnersList getPartnersList()
Gets the value of the partnersList property.
Double getQuantity()
Gets the value of the quantity property.
SalesTeamList getSalesTeamList()
Gets the value of the salesTeamList property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
String getStatus()
Gets the value of the status property.
RecordRef getSubsidiary()
Gets the value of the subsidiary 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.
Boolean isExpandAssembly()
Gets the value of the expandAssembly property.
void setAssemblyItem(RecordRef value)
Sets the value of the assemblyItem property.
void setBuildable(Double value)
Sets the value of the buildable property.
void setBuilt(Double value)
Sets the value of the built property.
void setClazz(RecordRef value)
Sets the value of the clazz 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 setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setEntity(RecordRef value)
Sets the value of the entity property.
void setExpandAssembly(Boolean value)
Sets the value of the expandAssembly property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItemList(WorkOrderItemList value)
Sets the value of the itemList property.
void setJob(RecordRef value)
Sets the value of the job property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setOptions(CustomFieldList value)
Sets the value of the options property.
void setPartnersList(PartnersList value)
Sets the value of the partnersList property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setSalesTeamList(SalesTeamList value)
Sets the value of the salesTeamList property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setStatus(String value)
Sets the value of the status property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary 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_2012_1.Record
From class java.lang.Object

Fields

protected RecordRef assemblyItem

protected Double buildable

protected Double built

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected RecordRef createdFrom

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected XMLGregorianCalendar endDate

protected RecordRef entity

protected Boolean expandAssembly

protected String externalId

protected String internalId

protected WorkOrderItemList itemList

protected RecordRef job

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected String memo

protected CustomFieldList options

protected PartnersList partnersList

protected Double quantity

protected SalesTeamList salesTeamList

protected XMLGregorianCalendar startDate

protected String status

protected RecordRef subsidiary

protected XMLGregorianCalendar tranDate

protected String tranId

protected RecordRef units

Public Constructors

public WorkOrder ()

Public Methods

public RecordRef getAssemblyItem ()

Gets the value of the assemblyItem property.

Returns

public Double getBuildable ()

Gets the value of the buildable property.

Returns
  • possible object is Double

public Double getBuilt ()

Gets the value of the built property.

Returns
  • possible object is Double

public RecordRef getClazz ()

Gets the value of the clazz 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 XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getEntity ()

Gets the value of the entity 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 WorkOrderItemList getItemList ()

Gets the value of the itemList property.

Returns

public RecordRef getJob ()

Gets the value of the job 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 String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public CustomFieldList getOptions ()

Gets the value of the options property.

Returns

public PartnersList getPartnersList ()

Gets the value of the partnersList property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public SalesTeamList getSalesTeamList ()

Gets the value of the salesTeamList property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

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 Boolean isExpandAssembly ()

Gets the value of the expandAssembly property.

Returns
  • possible object is Boolean

public void setAssemblyItem (RecordRef value)

Sets the value of the assemblyItem property.

Parameters
value Allowed object is RecordRef

public void setBuildable (Double value)

Sets the value of the buildable property.

Parameters
value Allowed object is Double

public void setBuilt (Double value)

Sets the value of the built property.

Parameters
value Allowed object is Double

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

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 setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEntity (RecordRef value)

Sets the value of the entity property.

Parameters
value Allowed object is RecordRef

public void setExpandAssembly (Boolean value)

Sets the value of the expandAssembly property.

Parameters
value Allowed object is Boolean

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 setItemList (WorkOrderItemList value)

Sets the value of the itemList property.

Parameters
value Allowed object is WorkOrderItemList

public void setJob (RecordRef value)

Sets the value of the job 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 setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOptions (CustomFieldList value)

Sets the value of the options property.

Parameters
value Allowed object is CustomFieldList

public void setPartnersList (PartnersList value)

Sets the value of the partnersList property.

Parameters
value Allowed object is PartnersList

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setSalesTeamList (SalesTeamList value)

Sets the value of the salesTeamList property.

Parameters
value Allowed object is SalesTeamList

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

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