net.datastream.schemas.mp_results.mp7067_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.mp7067_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_fields.STATUS_Type;
import net.datastream.schemas.mp_fields.USERID_Type;
import org.openapplications.oagis_segments.DATETIME;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://schemas.datastream.net/MP_fields}REVISIONSTATUS"/>
* <element ref="{http://schemas.datastream.net/MP_fields}REQUESTBY"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DATEREQUESTED"/>
* <element ref="{http://schemas.datastream.net/MP_fields}INSTALLATIONCODEDEFAULT"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PMRVCTRL"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"revisionstatus",
"requestby",
"daterequested",
"installationcodedefault",
"pmrvctrl"
})
@XmlRootElement(name = "ResultData")
public class ResultData {
@XmlElement(name = "REVISIONSTATUS", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected STATUS_Type revisionstatus;
@XmlElement(name = "REQUESTBY", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected USERID_Type requestby;
@XmlElement(name = "DATEREQUESTED", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected DATETIME daterequested;
@XmlElement(name = "INSTALLATIONCODEDEFAULT", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected String installationcodedefault;
@XmlElement(name = "PMRVCTRL", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected String pmrvctrl;
/**
* Gets the value of the revisionstatus property.
*
* @return
* possible object is
* {@link STATUS_Type }
*
*/
public STATUS_Type getREVISIONSTATUS() {
return revisionstatus;
}
/**
* Sets the value of the revisionstatus property.
*
* @param value
* allowed object is
* {@link STATUS_Type }
*
*/
public void setREVISIONSTATUS(STATUS_Type value) {
this.revisionstatus = value;
}
/**
* Gets the value of the requestby property.
*
* @return
* possible object is
* {@link USERID_Type }
*
*/
public USERID_Type getREQUESTBY() {
return requestby;
}
/**
* Sets the value of the requestby property.
*
* @param value
* allowed object is
* {@link USERID_Type }
*
*/
public void setREQUESTBY(USERID_Type value) {
this.requestby = value;
}
/**
* Gets the value of the daterequested property.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDATEREQUESTED() {
return daterequested;
}
/**
* Sets the value of the daterequested property.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDATEREQUESTED(DATETIME value) {
this.daterequested = value;
}
/**
* Gets the value of the installationcodedefault property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getINSTALLATIONCODEDEFAULT() {
return installationcodedefault;
}
/**
* Sets the value of the installationcodedefault property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setINSTALLATIONCODEDEFAULT(String value) {
this.installationcodedefault = value;
}
/**
* Gets the value of the pmrvctrl property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPMRVCTRL() {
return pmrvctrl;
}
/**
* Sets the value of the pmrvctrl property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPMRVCTRL(String value) {
this.pmrvctrl = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy