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

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


package net.datastream.schemas.mp_results.mp0345_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.EQUIPMENTID_Type;
import net.datastream.schemas.mp_fields.OBJECT_Type;
import net.datastream.schemas.mp_fields.WARRANTYID_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}WARRANTYCOVERAGESEQNUM"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}WARRANTYID"/>
 *         <choice>
 *           <element ref="{http://schemas.datastream.net/MP_fields}ASSETID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}POSITIONID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}SYSTEMID"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}PROFILEID"/>
 *         </choice>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "warrantycoverageseqnum", "warrantyid", "assetid", "positionid", "systemid", "profileid" }) @XmlRootElement(name = "ResultData") public class ResultData { @XmlElement(name = "WARRANTYCOVERAGESEQNUM", namespace = "http://schemas.datastream.net/MP_fields") protected long warrantycoverageseqnum; @XmlElement(name = "WARRANTYID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected WARRANTYID_Type warrantyid; @XmlElement(name = "ASSETID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTID_Type assetid; @XmlElement(name = "POSITIONID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTID_Type positionid; @XmlElement(name = "SYSTEMID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTID_Type systemid; @XmlElement(name = "PROFILEID", namespace = "http://schemas.datastream.net/MP_fields") protected OBJECT_Type profileid; /** * Obtient la valeur de la propriété warrantycoverageseqnum. * */ public long getWARRANTYCOVERAGESEQNUM() { return warrantycoverageseqnum; } /** * Définit la valeur de la propriété warrantycoverageseqnum. * */ public void setWARRANTYCOVERAGESEQNUM(long value) { this.warrantycoverageseqnum = value; } /** * Obtient la valeur de la propriété warrantyid. * * @return * possible object is * {@link WARRANTYID_Type } * */ public WARRANTYID_Type getWARRANTYID() { return warrantyid; } /** * Définit la valeur de la propriété warrantyid. * * @param value * allowed object is * {@link WARRANTYID_Type } * */ public void setWARRANTYID(WARRANTYID_Type value) { this.warrantyid = value; } /** * Obtient la valeur de la propriété assetid. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getASSETID() { return assetid; } /** * Définit la valeur de la propriété assetid. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setASSETID(EQUIPMENTID_Type value) { this.assetid = value; } /** * Obtient la valeur de la propriété positionid. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getPOSITIONID() { return positionid; } /** * Définit la valeur de la propriété positionid. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setPOSITIONID(EQUIPMENTID_Type value) { this.positionid = value; } /** * Obtient la valeur de la propriété systemid. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getSYSTEMID() { return systemid; } /** * Définit la valeur de la propriété systemid. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setSYSTEMID(EQUIPMENTID_Type value) { this.systemid = value; } /** * Obtient la valeur de la propriété profileid. * * @return * possible object is * {@link OBJECT_Type } * */ public OBJECT_Type getPROFILEID() { return profileid; } /** * Définit la valeur de la propriété profileid. * * @param value * allowed object is * {@link OBJECT_Type } * */ public void setPROFILEID(OBJECT_Type value) { this.profileid = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy