
tsg.ns.wsdl.coop.WorkOrder Maven / Gradle / Ivy
package tsg.ns.wsdl.coop;
import javax.xml.datatype.XMLGregorianCalendar;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* 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_2023_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_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="manufacturingRouting" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="autoCalculateLag" type="{http://www.w3.org/2001/XMLSchema}boolean" 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_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="job" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="assemblyItem" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="expandAssembly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="isWip" 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="billOfMaterials" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="units" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="orderStatus" type="{urn:types.inventory_2023_1.transactions.webservices.netsuite.com}WorkOrderOrderStatus" minOccurs="0"/>
* <element name="firmed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="department" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="class" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="itemList" type="{urn:inventory_2023_1.transactions.webservices.netsuite.com}WorkOrderItemList" minOccurs="0"/>
* <element name="location" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="schedulingMethod" type="{urn:types.inventory_2023_1.transactions.webservices.netsuite.com}WorkOrderSchedulingMethod" minOccurs="0"/>
* <element name="salesTeamList" type="{urn:inventory_2023_1.transactions.webservices.netsuite.com}SalesTeamList" minOccurs="0"/>
* <element name="partnersList" type="{urn:inventory_2023_1.transactions.webservices.netsuite.com}PartnersList" minOccurs="0"/>
* <element name="createdFrom" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="sourceTransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="sourceTransactionLine" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
* <element name="specialOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="buildable" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="options" type="{urn:core_2023_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="revision" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="billOfMaterialsRevision" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="subsidiary" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="accountingBookDetailList" type="{urn:common_2023_1.platform.webservices.netsuite.com}AccountingBookDetailList" minOccurs="0"/>
* <element name="requestedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="actualProductionStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="actualProductionEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="customFieldList" type="{urn:core_2023_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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "WorkOrder", namespace = "urn:inventory_2023_1.transactions.webservices.netsuite.com", propOrder = {
"createdDate",
"lastModifiedDate",
"customForm",
"manufacturingRouting",
"autoCalculateLag",
"status",
"tranId",
"entity",
"job",
"assemblyItem",
"expandAssembly",
"isWip",
"quantity",
"billOfMaterials",
"units",
"tranDate",
"orderStatus",
"firmed",
"memo",
"department",
"clazz",
"itemList",
"location",
"schedulingMethod",
"salesTeamList",
"partnersList",
"createdFrom",
"sourceTransactionId",
"sourceTransactionLine",
"specialOrder",
"buildable",
"options",
"built",
"startDate",
"endDate",
"revision",
"billOfMaterialsRevision",
"subsidiary",
"accountingBookDetailList",
"requestedDate",
"actualProductionStartDate",
"actualProductionEndDate",
"customFieldList"
})
public class WorkOrder
extends Record
{
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar createdDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar lastModifiedDate;
protected RecordRef customForm;
protected RecordRef manufacturingRouting;
protected Boolean autoCalculateLag;
protected String status;
protected String tranId;
protected RecordRef entity;
protected RecordRef job;
protected RecordRef assemblyItem;
protected Boolean expandAssembly;
protected Boolean isWip;
protected Double quantity;
protected RecordRef billOfMaterials;
protected RecordRef units;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar tranDate;
@XmlSchemaType(name = "string")
protected WorkOrderOrderStatus orderStatus;
protected Boolean firmed;
protected String memo;
protected RecordRef department;
@XmlElement(name = "class")
protected RecordRef clazz;
protected WorkOrderItemList itemList;
protected RecordRef location;
@XmlSchemaType(name = "string")
protected WorkOrderSchedulingMethod schedulingMethod;
protected SalesTeamList salesTeamList;
protected PartnersList partnersList;
protected RecordRef createdFrom;
protected String sourceTransactionId;
protected Long sourceTransactionLine;
protected Boolean specialOrder;
protected Double buildable;
protected CustomFieldList options;
protected Double built;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar startDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar endDate;
protected RecordRef revision;
protected RecordRef billOfMaterialsRevision;
protected RecordRef subsidiary;
protected AccountingBookDetailList accountingBookDetailList;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar requestedDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar actualProductionStartDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar actualProductionEndDate;
protected CustomFieldList customFieldList;
@XmlAttribute(name = "internalId")
protected String internalId;
@XmlAttribute(name = "externalId")
protected String externalId;
/**
* Gets the value of the createdDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCreatedDate() {
return createdDate;
}
/**
* Sets the value of the createdDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setCreatedDate(XMLGregorianCalendar value) {
this.createdDate = value;
}
/**
* Gets the value of the lastModifiedDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getLastModifiedDate() {
return lastModifiedDate;
}
/**
* Sets the value of the lastModifiedDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setLastModifiedDate(XMLGregorianCalendar value) {
this.lastModifiedDate = value;
}
/**
* Gets the value of the customForm property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getCustomForm() {
return customForm;
}
/**
* Sets the value of the customForm property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setCustomForm(RecordRef value) {
this.customForm = value;
}
/**
* Gets the value of the manufacturingRouting property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getManufacturingRouting() {
return manufacturingRouting;
}
/**
* Sets the value of the manufacturingRouting property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setManufacturingRouting(RecordRef value) {
this.manufacturingRouting = value;
}
/**
* Gets the value of the autoCalculateLag property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAutoCalculateLag() {
return autoCalculateLag;
}
/**
* Sets the value of the autoCalculateLag property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setAutoCalculateLag(Boolean value) {
this.autoCalculateLag = value;
}
/**
* Gets the value of the status property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStatus() {
return status;
}
/**
* Sets the value of the status property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStatus(String value) {
this.status = value;
}
/**
* Gets the value of the tranId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTranId() {
return tranId;
}
/**
* Sets the value of the tranId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTranId(String value) {
this.tranId = value;
}
/**
* Gets the value of the entity property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getEntity() {
return entity;
}
/**
* Sets the value of the entity property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setEntity(RecordRef value) {
this.entity = value;
}
/**
* Gets the value of the job property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getJob() {
return job;
}
/**
* Sets the value of the job property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setJob(RecordRef value) {
this.job = value;
}
/**
* Gets the value of the assemblyItem property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getAssemblyItem() {
return assemblyItem;
}
/**
* Sets the value of the assemblyItem property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setAssemblyItem(RecordRef value) {
this.assemblyItem = value;
}
/**
* Gets the value of the expandAssembly property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isExpandAssembly() {
return expandAssembly;
}
/**
* Sets the value of the expandAssembly property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setExpandAssembly(Boolean value) {
this.expandAssembly = value;
}
/**
* Gets the value of the isWip property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isIsWip() {
return isWip;
}
/**
* Sets the value of the isWip property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setIsWip(Boolean value) {
this.isWip = value;
}
/**
* Gets the value of the quantity property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getQuantity() {
return quantity;
}
/**
* Sets the value of the quantity property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setQuantity(Double value) {
this.quantity = value;
}
/**
* Gets the value of the billOfMaterials property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getBillOfMaterials() {
return billOfMaterials;
}
/**
* Sets the value of the billOfMaterials property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setBillOfMaterials(RecordRef value) {
this.billOfMaterials = value;
}
/**
* Gets the value of the units property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getUnits() {
return units;
}
/**
* Sets the value of the units property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setUnits(RecordRef value) {
this.units = value;
}
/**
* Gets the value of the tranDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getTranDate() {
return tranDate;
}
/**
* Sets the value of the tranDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setTranDate(XMLGregorianCalendar value) {
this.tranDate = value;
}
/**
* Gets the value of the orderStatus property.
*
* @return
* possible object is
* {@link WorkOrderOrderStatus }
*
*/
public WorkOrderOrderStatus getOrderStatus() {
return orderStatus;
}
/**
* Sets the value of the orderStatus property.
*
* @param value
* allowed object is
* {@link WorkOrderOrderStatus }
*
*/
public void setOrderStatus(WorkOrderOrderStatus value) {
this.orderStatus = value;
}
/**
* Gets the value of the firmed property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isFirmed() {
return firmed;
}
/**
* Sets the value of the firmed property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setFirmed(Boolean value) {
this.firmed = value;
}
/**
* Gets the value of the memo property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMemo() {
return memo;
}
/**
* Sets the value of the memo property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMemo(String value) {
this.memo = value;
}
/**
* Gets the value of the department property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getDepartment() {
return department;
}
/**
* Sets the value of the department property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setDepartment(RecordRef value) {
this.department = value;
}
/**
* Gets the value of the clazz property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getClazz() {
return clazz;
}
/**
* Sets the value of the clazz property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setClazz(RecordRef value) {
this.clazz = value;
}
/**
* Gets the value of the itemList property.
*
* @return
* possible object is
* {@link WorkOrderItemList }
*
*/
public WorkOrderItemList getItemList() {
return itemList;
}
/**
* Sets the value of the itemList property.
*
* @param value
* allowed object is
* {@link WorkOrderItemList }
*
*/
public void setItemList(WorkOrderItemList value) {
this.itemList = value;
}
/**
* Gets the value of the location property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getLocation() {
return location;
}
/**
* Sets the value of the location property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setLocation(RecordRef value) {
this.location = value;
}
/**
* Gets the value of the schedulingMethod property.
*
* @return
* possible object is
* {@link WorkOrderSchedulingMethod }
*
*/
public WorkOrderSchedulingMethod getSchedulingMethod() {
return schedulingMethod;
}
/**
* Sets the value of the schedulingMethod property.
*
* @param value
* allowed object is
* {@link WorkOrderSchedulingMethod }
*
*/
public void setSchedulingMethod(WorkOrderSchedulingMethod value) {
this.schedulingMethod = value;
}
/**
* Gets the value of the salesTeamList property.
*
* @return
* possible object is
* {@link SalesTeamList }
*
*/
public SalesTeamList getSalesTeamList() {
return salesTeamList;
}
/**
* Sets the value of the salesTeamList property.
*
* @param value
* allowed object is
* {@link SalesTeamList }
*
*/
public void setSalesTeamList(SalesTeamList value) {
this.salesTeamList = value;
}
/**
* Gets the value of the partnersList property.
*
* @return
* possible object is
* {@link PartnersList }
*
*/
public PartnersList getPartnersList() {
return partnersList;
}
/**
* Sets the value of the partnersList property.
*
* @param value
* allowed object is
* {@link PartnersList }
*
*/
public void setPartnersList(PartnersList value) {
this.partnersList = value;
}
/**
* Gets the value of the createdFrom property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getCreatedFrom() {
return createdFrom;
}
/**
* Sets the value of the createdFrom property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setCreatedFrom(RecordRef value) {
this.createdFrom = value;
}
/**
* Gets the value of the sourceTransactionId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSourceTransactionId() {
return sourceTransactionId;
}
/**
* Sets the value of the sourceTransactionId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSourceTransactionId(String value) {
this.sourceTransactionId = value;
}
/**
* Gets the value of the sourceTransactionLine property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getSourceTransactionLine() {
return sourceTransactionLine;
}
/**
* Sets the value of the sourceTransactionLine property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setSourceTransactionLine(Long value) {
this.sourceTransactionLine = value;
}
/**
* Gets the value of the specialOrder property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isSpecialOrder() {
return specialOrder;
}
/**
* Sets the value of the specialOrder property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setSpecialOrder(Boolean value) {
this.specialOrder = value;
}
/**
* Gets the value of the buildable property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getBuildable() {
return buildable;
}
/**
* Sets the value of the buildable property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setBuildable(Double value) {
this.buildable = value;
}
/**
* Gets the value of the options property.
*
* @return
* possible object is
* {@link CustomFieldList }
*
*/
public CustomFieldList getOptions() {
return options;
}
/**
* Sets the value of the options property.
*
* @param value
* allowed object is
* {@link CustomFieldList }
*
*/
public void setOptions(CustomFieldList value) {
this.options = value;
}
/**
* Gets the value of the built property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getBuilt() {
return built;
}
/**
* Sets the value of the built property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setBuilt(Double value) {
this.built = value;
}
/**
* Gets the value of the startDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getStartDate() {
return startDate;
}
/**
* Sets the value of the startDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setStartDate(XMLGregorianCalendar value) {
this.startDate = value;
}
/**
* Gets the value of the endDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getEndDate() {
return endDate;
}
/**
* Sets the value of the endDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setEndDate(XMLGregorianCalendar value) {
this.endDate = value;
}
/**
* Gets the value of the revision property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getRevision() {
return revision;
}
/**
* Sets the value of the revision property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setRevision(RecordRef value) {
this.revision = value;
}
/**
* Gets the value of the billOfMaterialsRevision property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getBillOfMaterialsRevision() {
return billOfMaterialsRevision;
}
/**
* Sets the value of the billOfMaterialsRevision property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setBillOfMaterialsRevision(RecordRef value) {
this.billOfMaterialsRevision = value;
}
/**
* Gets the value of the subsidiary property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getSubsidiary() {
return subsidiary;
}
/**
* Sets the value of the subsidiary property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setSubsidiary(RecordRef value) {
this.subsidiary = value;
}
/**
* Gets the value of the accountingBookDetailList property.
*
* @return
* possible object is
* {@link AccountingBookDetailList }
*
*/
public AccountingBookDetailList getAccountingBookDetailList() {
return accountingBookDetailList;
}
/**
* Sets the value of the accountingBookDetailList property.
*
* @param value
* allowed object is
* {@link AccountingBookDetailList }
*
*/
public void setAccountingBookDetailList(AccountingBookDetailList value) {
this.accountingBookDetailList = value;
}
/**
* Gets the value of the requestedDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getRequestedDate() {
return requestedDate;
}
/**
* Sets the value of the requestedDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setRequestedDate(XMLGregorianCalendar value) {
this.requestedDate = value;
}
/**
* Gets the value of the actualProductionStartDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getActualProductionStartDate() {
return actualProductionStartDate;
}
/**
* Sets the value of the actualProductionStartDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setActualProductionStartDate(XMLGregorianCalendar value) {
this.actualProductionStartDate = value;
}
/**
* Gets the value of the actualProductionEndDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getActualProductionEndDate() {
return actualProductionEndDate;
}
/**
* Sets the value of the actualProductionEndDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setActualProductionEndDate(XMLGregorianCalendar value) {
this.actualProductionEndDate = value;
}
/**
* Gets the value of the customFieldList property.
*
* @return
* possible object is
* {@link CustomFieldList }
*
*/
public CustomFieldList getCustomFieldList() {
return customFieldList;
}
/**
* Sets the value of the customFieldList property.
*
* @param value
* allowed object is
* {@link CustomFieldList }
*
*/
public void setCustomFieldList(CustomFieldList value) {
this.customFieldList = value;
}
/**
* Gets the value of the internalId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getInternalId() {
return internalId;
}
/**
* Sets the value of the internalId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setInternalId(String value) {
this.internalId = value;
}
/**
* Gets the value of the externalId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getExternalId() {
return externalId;
}
/**
* Sets the value of the externalId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExternalId(String value) {
this.externalId = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy