
net.datastream.schemas.mp_results.mp7067_001.ResultData Maven / Gradle / Ivy
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;
/**
* 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_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;
/**
* Obtient la valeur de la propriété revisionstatus.
*
* @return
* possible object is
* {@link STATUS_Type }
*
*/
public STATUS_Type getREVISIONSTATUS() {
return revisionstatus;
}
/**
* Définit la valeur de la propriété revisionstatus.
*
* @param value
* allowed object is
* {@link STATUS_Type }
*
*/
public void setREVISIONSTATUS(STATUS_Type value) {
this.revisionstatus = value;
}
/**
* Obtient la valeur de la propriété requestby.
*
* @return
* possible object is
* {@link USERID_Type }
*
*/
public USERID_Type getREQUESTBY() {
return requestby;
}
/**
* Définit la valeur de la propriété requestby.
*
* @param value
* allowed object is
* {@link USERID_Type }
*
*/
public void setREQUESTBY(USERID_Type value) {
this.requestby = value;
}
/**
* Obtient la valeur de la propriété daterequested.
*
* @return
* possible object is
* {@link DATETIME }
*
*/
public DATETIME getDATEREQUESTED() {
return daterequested;
}
/**
* Définit la valeur de la propriété daterequested.
*
* @param value
* allowed object is
* {@link DATETIME }
*
*/
public void setDATEREQUESTED(DATETIME value) {
this.daterequested = value;
}
/**
* Obtient la valeur de la propriété installationcodedefault.
*
* @return
* possible object is
* {@link String }
*
*/
public String getINSTALLATIONCODEDEFAULT() {
return installationcodedefault;
}
/**
* Définit la valeur de la propriété installationcodedefault.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setINSTALLATIONCODEDEFAULT(String value) {
this.installationcodedefault = 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;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy