All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.datastream.schemas.mp_results.mp7877_001.ResultData Maven / Gradle / Ivy

There is a newer version: 12.1.0-21
Show newest version

package net.datastream.schemas.mp_results.mp7877_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.ENTITYID_Type;
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_fields}ENTITYID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEEXPIRED"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}RSTATUS"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "entityid", "dateexpired", "rstatus" }) @XmlRootElement(name = "ResultData") public class ResultData { @XmlElement(name = "ENTITYID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected ENTITYID_Type entityid; @XmlElement(name = "DATEEXPIRED", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected DATETIME dateexpired; @XmlElement(name = "RSTATUS", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected STATUS_Type rstatus; /** * Obtient la valeur de la propriété entityid. * * @return * possible object is * {@link ENTITYID_Type } * */ public ENTITYID_Type getENTITYID() { return entityid; } /** * Définit la valeur de la propriété entityid. * * @param value * allowed object is * {@link ENTITYID_Type } * */ public void setENTITYID(ENTITYID_Type value) { this.entityid = value; } /** * Obtient la valeur de la propriété dateexpired. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEEXPIRED() { return dateexpired; } /** * Définit la valeur de la propriété dateexpired. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEEXPIRED(DATETIME value) { this.dateexpired = value; } /** * Obtient la valeur de la propriété rstatus. * * @return * possible object is * {@link STATUS_Type } * */ public STATUS_Type getRSTATUS() { return rstatus; } /** * Définit la valeur de la propriété rstatus. * * @param value * allowed object is * {@link STATUS_Type } * */ public void setRSTATUS(STATUS_Type value) { this.rstatus = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy