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

net.datastream.schemas.mp_entities.usersetupresponsibility_001.UserSetupResponsibility Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.usersetupresponsibility_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.TYPE_Type;
import net.datastream.schemas.mp_fields.USERSETUPRESPONSIBILITYID_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}USERSETUPRESPONSIBILITYID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TYPE" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "usersetupresponsibilityid", "type" }) @XmlRootElement(name = "UserSetupResponsibility") public class UserSetupResponsibility { @XmlElement(name = "USERSETUPRESPONSIBILITYID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected USERSETUPRESPONSIBILITYID_Type usersetupresponsibilityid; @XmlElement(name = "TYPE", namespace = "http://schemas.datastream.net/MP_fields") protected TYPE_Type type; /** * Obtient la valeur de la propriété usersetupresponsibilityid. * * @return * possible object is * {@link USERSETUPRESPONSIBILITYID_Type } * */ public USERSETUPRESPONSIBILITYID_Type getUSERSETUPRESPONSIBILITYID() { return usersetupresponsibilityid; } /** * Définit la valeur de la propriété usersetupresponsibilityid. * * @param value * allowed object is * {@link USERSETUPRESPONSIBILITYID_Type } * */ public void setUSERSETUPRESPONSIBILITYID(USERSETUPRESPONSIBILITYID_Type value) { this.usersetupresponsibilityid = value; } /** * Obtient la valeur de la propriété type. * * @return * possible object is * {@link TYPE_Type } * */ public TYPE_Type getTYPE() { return type; } /** * Définit la valeur de la propriété type. * * @param value * allowed object is * {@link TYPE_Type } * */ public void setTYPE(TYPE_Type value) { this.type = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy