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

net.datastream.schemas.mp_entities.screendataspy_001.ScreenDataspy Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.screendataspy_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.SCREENDATASPYID_Type;
import net.datastream.schemas.mp_fields.USERGROUPID_Type;
import net.datastream.schemas.mp_fields.USERID_Type;


/**
 * 

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}SCREENDATASPYID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATASPYDESCRIPTION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TABTEXTDESCRIPTION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USERID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USERGROUPID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}POPUPDESCRIPTION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DEFAULT" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "screendataspyid", "dataspydescription", "tabtextdescription", "userid", "usergroupid", "popupdescription", "_default" }) @XmlRootElement(name = "ScreenDataspy") public class ScreenDataspy { @XmlElement(name = "SCREENDATASPYID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected SCREENDATASPYID_Type screendataspyid; @XmlElement(name = "DATASPYDESCRIPTION", namespace = "http://schemas.datastream.net/MP_fields") protected String dataspydescription; @XmlElement(name = "TABTEXTDESCRIPTION", namespace = "http://schemas.datastream.net/MP_fields") protected String tabtextdescription; @XmlElement(name = "USERID", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type userid; @XmlElement(name = "USERGROUPID", namespace = "http://schemas.datastream.net/MP_fields") protected USERGROUPID_Type usergroupid; @XmlElement(name = "POPUPDESCRIPTION", namespace = "http://schemas.datastream.net/MP_fields") protected String popupdescription; @XmlElement(name = "DEFAULT", namespace = "http://schemas.datastream.net/MP_fields") protected String _default; /** * Obtient la valeur de la propriété screendataspyid. * * @return * possible object is * {@link SCREENDATASPYID_Type } * */ public SCREENDATASPYID_Type getSCREENDATASPYID() { return screendataspyid; } /** * Définit la valeur de la propriété screendataspyid. * * @param value * allowed object is * {@link SCREENDATASPYID_Type } * */ public void setSCREENDATASPYID(SCREENDATASPYID_Type value) { this.screendataspyid = value; } /** * Obtient la valeur de la propriété dataspydescription. * * @return * possible object is * {@link String } * */ public String getDATASPYDESCRIPTION() { return dataspydescription; } /** * Définit la valeur de la propriété dataspydescription. * * @param value * allowed object is * {@link String } * */ public void setDATASPYDESCRIPTION(String value) { this.dataspydescription = value; } /** * Obtient la valeur de la propriété tabtextdescription. * * @return * possible object is * {@link String } * */ public String getTABTEXTDESCRIPTION() { return tabtextdescription; } /** * Définit la valeur de la propriété tabtextdescription. * * @param value * allowed object is * {@link String } * */ public void setTABTEXTDESCRIPTION(String value) { this.tabtextdescription = value; } /** * Obtient la valeur de la propriété userid. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getUSERID() { return userid; } /** * Définit la valeur de la propriété userid. * * @param value * allowed object is * {@link USERID_Type } * */ public void setUSERID(USERID_Type value) { this.userid = value; } /** * Obtient la valeur de la propriété usergroupid. * * @return * possible object is * {@link USERGROUPID_Type } * */ public USERGROUPID_Type getUSERGROUPID() { return usergroupid; } /** * Définit la valeur de la propriété usergroupid. * * @param value * allowed object is * {@link USERGROUPID_Type } * */ public void setUSERGROUPID(USERGROUPID_Type value) { this.usergroupid = value; } /** * Obtient la valeur de la propriété popupdescription. * * @return * possible object is * {@link String } * */ public String getPOPUPDESCRIPTION() { return popupdescription; } /** * Définit la valeur de la propriété popupdescription. * * @param value * allowed object is * {@link String } * */ public void setPOPUPDESCRIPTION(String value) { this.popupdescription = value; } /** * Obtient la valeur de la propriété default. * * @return * possible object is * {@link String } * */ public String getDEFAULT() { return _default; } /** * Définit la valeur de la propriété default. * * @param value * allowed object is * {@link String } * */ public void setDEFAULT(String value) { this._default = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy