net.datastream.schemas.mp_results.mp0024_001.ResultData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eam-wshub-proxyclient Show documentation
Show all versions of eam-wshub-proxyclient Show documentation
JAX-WS aisws aisws generated from Infor EAM Web Services Toolkit WSDLs.
package net.datastream.schemas.mp_results.mp0024_001;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_entities.addresses_001.Addresses;
import net.datastream.schemas.mp_entities.workorder_001.WorkOrder;
import net.datastream.schemas.mp_fields.STATUS_Type;
import org.openapplications.oagis_segments.DATETIME;
/**
* Classe Java pour anonymous complex type.
*
*
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://schemas.datastream.net/MP_entities/WorkOrder_001}WorkOrder"/>
* <element ref="{http://schemas.datastream.net/MP_results/MP0024_001}EQUIPMENTINFO" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PERTYPE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}WORKDAY" minOccurs="0"/>
* <element name="PMRVCTRL" type="{http://schemas.datastream.net/MP_fields}FLAG_Type"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CURRENCYCODE" minOccurs="0"/>
* <element name="REOPENPM" type="{http://schemas.datastream.net/MP_fields}FLAG_Type"/>
* <element ref="{http://schemas.datastream.net/MP_fields}COMPLETEDDATE" minOccurs="0"/>
* <element name="EVENTTYPE" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="SYSTEMCOMPLETESTATUS" type="{http://schemas.datastream.net/MP_fields}STATUS_Type" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CURRENTDATETIME"/>
* <element name="GROUP" type="{http://schemas.datastream.net/MP_fields}CODE12_Type" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PROJECTSTATUS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DUEDATE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/Addresses_001}Addresses" minOccurs="0"/>
* <element name="SINGLECHECKLISTACTIVITY" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"workOrder",
"equipmentinfo",
"pertype",
"workday",
"pmrvctrl",
"currencycode",
"reopenpm",
"completeddate",
"eventtype",
"systemcompletestatus",
"currentdatetime",
"group",
"projectstatus",
"duedate",
"addresses",
"singlechecklistactivity"
})
@XmlRootElement(name = "ResultData")
public class ResultData {
@XmlElement(name = "WorkOrder", namespace = "http://schemas.datastream.net/MP_entities/WorkOrder_001", required = true)
protected WorkOrder workOrder;
@XmlElement(name = "EQUIPMENTINFO")
protected EQUIPMENTINFO equipmentinfo;
@XmlElement(name = "PERTYPE", namespace = "http://schemas.datastream.net/MP_fields")
protected String pertype;
@XmlElement(name = "WORKDAY", namespace = "http://schemas.datastream.net/MP_fields")
protected String workday;
@XmlElement(name = "PMRVCTRL", required = true)
protected String pmrvctrl;
@XmlElement(name = "CURRENCYCODE", namespace = "http://schemas.datastream.net/MP_fields")
protected String currencycode;
@XmlElement(name = "REOPENPM", required = true)
protected String reopenpm;
@XmlElement(name = "COMPLETEDDATE", namespace = "http://schemas.datastream.net/MP_fields")
protected DATETIME completeddate;
@XmlElement(name = "EVENTTYPE", required = true)
protected String eventtype;
@XmlElement(name = "SYSTEMCOMPLETESTATUS")
protected STATUS_Type systemcompletestatus;
@XmlElement(name = "CURRENTDATETIME", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected DATETIME currentdatetime;
@XmlElement(name = "GROUP")
protected String group;
@XmlElement(name = "PROJECTSTATUS", namespace = "http://schemas.datastream.net/MP_fields")
protected STATUS_Type projectstatus;
@XmlElement(name = "DUEDATE", namespace = "http://schemas.datastream.net/MP_fields")
protected DATETIME duedate;
@XmlElement(name = "Addresses", namespace = "http://schemas.datastream.net/MP_entities/Addresses_001")
protected Addresses addresses;
@XmlElement(name = "SINGLECHECKLISTACTIVITY")
protected Long singlechecklistactivity;
/**
* Obtient la valeur de la propriété workOrder.
*
* @return
* possible object is
* {@link WorkOrder }
*
*/
public WorkOrder getWorkOrder() {
return workOrder;
}
/**
* Définit la valeur de la propriété workOrder.
*
* @param value
* allowed object is
* {@link WorkOrder }
*
*/
public void setWorkOrder(WorkOrder value) {
this.workOrder = value;
}
/**
* Obtient la valeur de la propriété equipmentinfo.
*
* @return
* possible object is
* {@link EQUIPMENTINFO }
*
*/
public EQUIPMENTINFO getEQUIPMENTINFO() {
return equipmentinfo;
}
/**
* Définit la valeur de la propriété equipmentinfo.
*
* @param value
* allowed object is
* {@link EQUIPMENTINFO }
*
*/
public void setEQUIPMENTINFO(EQUIPMENTINFO value) {
this.equipmentinfo = value;
}
/**
* Obtient la valeur de la propriété pertype.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPERTYPE() {
return pertype;
}
/**
* Définit la valeur de la propriété pertype.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPERTYPE(String value) {
this.pertype = value;
}
/**
* Obtient la valeur de la propriété workday.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWORKDAY() {
return workday;
}
/**
* Définit la valeur de la propriété workday.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWORKDAY(String value) {
this.workday = value;
}
/**
* Obtient la valeur de la propriété pmrvctrl.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPMRVCTRL() {
return pmrvctrl;
}
/**
* Définit la valeur de la propriété pmrvctrl.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPMRVCTRL(String value) {
this.pmrvctrl = value;
}
/**
* Obtient la valeur de la propriété currencycode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCURRENCYCODE() {
return currencycode;
}
/**
* Définit la valeur de la propriété currencycode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCURRENCYCODE(String value) {
this.currencycode = value;
}
/**
* Obtient la valeur de la propriété reopenpm.
*
* @return
* possible object is
* {@link String }
*
*/
public String getREOPENPM() {
return reopenpm;
}
/**
* Définit la valeur de la propriété reopenpm.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setREOPENPM(String value) {
this.reopenpm = value;
}
/**
* Obtient la valeur de la propriété completeddate.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getCOMPLETEDDATE() {
return completeddate;
}
/**
* Définit la valeur de la propriété completeddate.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setCOMPLETEDDATE(DATETIME value) {
this.completeddate = value;
}
/**
* Obtient la valeur de la propriété eventtype.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEVENTTYPE() {
return eventtype;
}
/**
* Définit la valeur de la propriété eventtype.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEVENTTYPE(String value) {
this.eventtype = value;
}
/**
* Obtient la valeur de la propriété systemcompletestatus.
*
* @return
* possible object is
* {@link STATUS_Type }
*
*/
public STATUS_Type getSYSTEMCOMPLETESTATUS() {
return systemcompletestatus;
}
/**
* Définit la valeur de la propriété systemcompletestatus.
*
* @param value
* allowed object is
* {@link STATUS_Type }
*
*/
public void setSYSTEMCOMPLETESTATUS(STATUS_Type value) {
this.systemcompletestatus = value;
}
/**
* Obtient la valeur de la propriété currentdatetime.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getCURRENTDATETIME() {
return currentdatetime;
}
/**
* Définit la valeur de la propriété currentdatetime.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setCURRENTDATETIME(DATETIME value) {
this.currentdatetime = value;
}
/**
* Obtient la valeur de la propriété group.
*
* @return
* possible object is
* {@link String }
*
*/
public String getGROUP() {
return group;
}
/**
* Définit la valeur de la propriété group.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGROUP(String value) {
this.group = value;
}
/**
* Obtient la valeur de la propriété projectstatus.
*
* @return
* possible object is
* {@link STATUS_Type }
*
*/
public STATUS_Type getPROJECTSTATUS() {
return projectstatus;
}
/**
* Définit la valeur de la propriété projectstatus.
*
* @param value
* allowed object is
* {@link STATUS_Type }
*
*/
public void setPROJECTSTATUS(STATUS_Type value) {
this.projectstatus = value;
}
/**
* Obtient la valeur de la propriété duedate.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDUEDATE() {
return duedate;
}
/**
* Définit la valeur de la propriété duedate.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDUEDATE(DATETIME value) {
this.duedate = value;
}
/**
* Obtient la valeur de la propriété addresses.
*
* @return
* possible object is
* {@link Addresses }
*
*/
public Addresses getAddresses() {
return addresses;
}
/**
* Définit la valeur de la propriété addresses.
*
* @param value
* allowed object is
* {@link Addresses }
*
*/
public void setAddresses(Addresses value) {
this.addresses = value;
}
/**
* Obtient la valeur de la propriété singlechecklistactivity.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getSINGLECHECKLISTACTIVITY() {
return singlechecklistactivity;
}
/**
* Définit la valeur de la propriété singlechecklistactivity.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setSINGLECHECKLISTACTIVITY(Long value) {
this.singlechecklistactivity = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy