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

net.datastream.schemas.mp_entities.equipmentconfiguration_001.ConfigurationDetails Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.equipmentconfiguration_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.CATEGORYID;
import net.datastream.schemas.mp_fields.CLASSID_Type;
import net.datastream.schemas.mp_fields.COSTCODEID_Type;
import net.datastream.schemas.mp_fields.CRITICALITYID_Type;
import net.datastream.schemas.mp_fields.PERSONID_Type;
import net.datastream.schemas.mp_fields.TYPE_Type;
import net.datastream.schemas.mp_fields.USERID_Type;
import net.datastream.schemas.mp_fields.VMRSCODE_Type;
import org.openapplications.oagis_segments.AMOUNT;
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}CLASSID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CATEGORYID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COSTCODEID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}INPRODUCTION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SAFETY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PREVENTWOCOMPLETION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}VMRSCODE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PARTLOCATIONCODE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTALIAS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ASSETVALUE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ASSIGNEDTO" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}METERUNIT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CRITICALITYID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CGMP" minOccurs="0"/>
 *         <element name="DORMANT" minOccurs="0">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element ref="{http://schemas.datastream.net/MP_fields}DORMANTSTART" minOccurs="0"/>
 *                   <element ref="{http://schemas.datastream.net/MP_fields}DORMANTEND" minOccurs="0"/>
 *                   <element ref="{http://schemas.datastream.net/MP_fields}DORMANTREUSE" minOccurs="0"/>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CREATEDDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}DATEUPDATED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CREATEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}UPDATEDBY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}OUTOFSERVICE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ISVEHICLE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}VEHICLETYPE" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "classid", "categoryid", "costcodeid", "inproduction", "safety", "preventwocompletion", "vmrscode", "partlocationcode", "equipmentalias", "assetvalue", "assignedto", "meterunit", "criticalityid", "cgmp", "dormant", "createddate", "dateupdated", "createdby", "updatedby", "outofservice", "isvehicle", "vehicletype" }) @XmlRootElement(name = "ConfigurationDetails") public class ConfigurationDetails { @XmlElement(name = "CLASSID", namespace = "http://schemas.datastream.net/MP_fields") protected CLASSID_Type classid; @XmlElement(name = "CATEGORYID", namespace = "http://schemas.datastream.net/MP_fields") protected CATEGORYID categoryid; @XmlElement(name = "COSTCODEID", namespace = "http://schemas.datastream.net/MP_fields") protected COSTCODEID_Type costcodeid; @XmlElement(name = "INPRODUCTION", namespace = "http://schemas.datastream.net/MP_fields") protected String inproduction; @XmlElement(name = "SAFETY", namespace = "http://schemas.datastream.net/MP_fields") protected String safety; @XmlElement(name = "PREVENTWOCOMPLETION", namespace = "http://schemas.datastream.net/MP_fields") protected String preventwocompletion; @XmlElement(name = "VMRSCODE", namespace = "http://schemas.datastream.net/MP_fields") protected VMRSCODE_Type vmrscode; @XmlElement(name = "PARTLOCATIONCODE", namespace = "http://schemas.datastream.net/MP_fields") protected String partlocationcode; @XmlElement(name = "EQUIPMENTALIAS", namespace = "http://schemas.datastream.net/MP_fields") protected String equipmentalias; @XmlElement(name = "ASSETVALUE", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT assetvalue; @XmlElement(name = "ASSIGNEDTO", namespace = "http://schemas.datastream.net/MP_fields") protected PERSONID_Type assignedto; @XmlElement(name = "METERUNIT", namespace = "http://schemas.datastream.net/MP_fields") protected String meterunit; @XmlElement(name = "CRITICALITYID", namespace = "http://schemas.datastream.net/MP_fields") protected CRITICALITYID_Type criticalityid; @XmlElement(name = "CGMP", namespace = "http://schemas.datastream.net/MP_fields") protected String cgmp; @XmlElement(name = "DORMANT") protected ConfigurationDetails.DORMANT dormant; @XmlElement(name = "CREATEDDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME createddate; @XmlElement(name = "DATEUPDATED", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dateupdated; @XmlElement(name = "CREATEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type createdby; @XmlElement(name = "UPDATEDBY", namespace = "http://schemas.datastream.net/MP_fields") protected USERID_Type updatedby; @XmlElement(name = "OUTOFSERVICE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String outofservice; @XmlElement(name = "ISVEHICLE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String isvehicle; @XmlElement(name = "VEHICLETYPE", namespace = "http://schemas.datastream.net/MP_fields") protected TYPE_Type vehicletype; /** * Obtient la valeur de la propriété classid. * * @return * possible object is * {@link CLASSID_Type } * */ public CLASSID_Type getCLASSID() { return classid; } /** * Définit la valeur de la propriété classid. * * @param value * allowed object is * {@link CLASSID_Type } * */ public void setCLASSID(CLASSID_Type value) { this.classid = value; } /** * Obtient la valeur de la propriété categoryid. * * @return * possible object is * {@link CATEGORYID } * */ public CATEGORYID getCATEGORYID() { return categoryid; } /** * Définit la valeur de la propriété categoryid. * * @param value * allowed object is * {@link CATEGORYID } * */ public void setCATEGORYID(CATEGORYID value) { this.categoryid = value; } /** * Obtient la valeur de la propriété costcodeid. * * @return * possible object is * {@link COSTCODEID_Type } * */ public COSTCODEID_Type getCOSTCODEID() { return costcodeid; } /** * Définit la valeur de la propriété costcodeid. * * @param value * allowed object is * {@link COSTCODEID_Type } * */ public void setCOSTCODEID(COSTCODEID_Type value) { this.costcodeid = value; } /** * Obtient la valeur de la propriété inproduction. * * @return * possible object is * {@link String } * */ public String getINPRODUCTION() { return inproduction; } /** * Définit la valeur de la propriété inproduction. * * @param value * allowed object is * {@link String } * */ public void setINPRODUCTION(String value) { this.inproduction = value; } /** * Obtient la valeur de la propriété safety. * * @return * possible object is * {@link String } * */ public String getSAFETY() { return safety; } /** * Définit la valeur de la propriété safety. * * @param value * allowed object is * {@link String } * */ public void setSAFETY(String value) { this.safety = value; } /** * Obtient la valeur de la propriété preventwocompletion. * * @return * possible object is * {@link String } * */ public String getPREVENTWOCOMPLETION() { return preventwocompletion; } /** * Définit la valeur de la propriété preventwocompletion. * * @param value * allowed object is * {@link String } * */ public void setPREVENTWOCOMPLETION(String value) { this.preventwocompletion = value; } /** * Obtient la valeur de la propriété vmrscode. * * @return * possible object is * {@link VMRSCODE_Type } * */ public VMRSCODE_Type getVMRSCODE() { return vmrscode; } /** * Définit la valeur de la propriété vmrscode. * * @param value * allowed object is * {@link VMRSCODE_Type } * */ public void setVMRSCODE(VMRSCODE_Type value) { this.vmrscode = value; } /** * Obtient la valeur de la propriété partlocationcode. * * @return * possible object is * {@link String } * */ public String getPARTLOCATIONCODE() { return partlocationcode; } /** * Définit la valeur de la propriété partlocationcode. * * @param value * allowed object is * {@link String } * */ public void setPARTLOCATIONCODE(String value) { this.partlocationcode = value; } /** * Obtient la valeur de la propriété equipmentalias. * * @return * possible object is * {@link String } * */ public String getEQUIPMENTALIAS() { return equipmentalias; } /** * Définit la valeur de la propriété equipmentalias. * * @param value * allowed object is * {@link String } * */ public void setEQUIPMENTALIAS(String value) { this.equipmentalias = value; } /** * Obtient la valeur de la propriété assetvalue. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getASSETVALUE() { return assetvalue; } /** * Définit la valeur de la propriété assetvalue. * * @param value * allowed object is * {@link AMOUNT } * */ public void setASSETVALUE(AMOUNT value) { this.assetvalue = value; } /** * Obtient la valeur de la propriété assignedto. * * @return * possible object is * {@link PERSONID_Type } * */ public PERSONID_Type getASSIGNEDTO() { return assignedto; } /** * Définit la valeur de la propriété assignedto. * * @param value * allowed object is * {@link PERSONID_Type } * */ public void setASSIGNEDTO(PERSONID_Type value) { this.assignedto = value; } /** * Obtient la valeur de la propriété meterunit. * * @return * possible object is * {@link String } * */ public String getMETERUNIT() { return meterunit; } /** * Définit la valeur de la propriété meterunit. * * @param value * allowed object is * {@link String } * */ public void setMETERUNIT(String value) { this.meterunit = value; } /** * Obtient la valeur de la propriété criticalityid. * * @return * possible object is * {@link CRITICALITYID_Type } * */ public CRITICALITYID_Type getCRITICALITYID() { return criticalityid; } /** * Définit la valeur de la propriété criticalityid. * * @param value * allowed object is * {@link CRITICALITYID_Type } * */ public void setCRITICALITYID(CRITICALITYID_Type value) { this.criticalityid = value; } /** * Obtient la valeur de la propriété cgmp. * * @return * possible object is * {@link String } * */ public String getCGMP() { return cgmp; } /** * Définit la valeur de la propriété cgmp. * * @param value * allowed object is * {@link String } * */ public void setCGMP(String value) { this.cgmp = value; } /** * Obtient la valeur de la propriété dormant. * * @return * possible object is * {@link ConfigurationDetails.DORMANT } * */ public ConfigurationDetails.DORMANT getDORMANT() { return dormant; } /** * Définit la valeur de la propriété dormant. * * @param value * allowed object is * {@link ConfigurationDetails.DORMANT } * */ public void setDORMANT(ConfigurationDetails.DORMANT value) { this.dormant = value; } /** * Obtient la valeur de la propriété createddate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getCREATEDDATE() { return createddate; } /** * Définit la valeur de la propriété createddate. * * @param value * allowed object is * {@link DATETIME } * */ public void setCREATEDDATE(DATETIME value) { this.createddate = value; } /** * Obtient la valeur de la propriété dateupdated. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDATEUPDATED() { return dateupdated; } /** * Définit la valeur de la propriété dateupdated. * * @param value * allowed object is * {@link DATETIME } * */ public void setDATEUPDATED(DATETIME value) { this.dateupdated = value; } /** * Obtient la valeur de la propriété createdby. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getCREATEDBY() { return createdby; } /** * Définit la valeur de la propriété createdby. * * @param value * allowed object is * {@link USERID_Type } * */ public void setCREATEDBY(USERID_Type value) { this.createdby = value; } /** * Obtient la valeur de la propriété updatedby. * * @return * possible object is * {@link USERID_Type } * */ public USERID_Type getUPDATEDBY() { return updatedby; } /** * Définit la valeur de la propriété updatedby. * * @param value * allowed object is * {@link USERID_Type } * */ public void setUPDATEDBY(USERID_Type value) { this.updatedby = value; } /** * Obtient la valeur de la propriété outofservice. * * @return * possible object is * {@link String } * */ public String getOUTOFSERVICE() { return outofservice; } /** * Définit la valeur de la propriété outofservice. * * @param value * allowed object is * {@link String } * */ public void setOUTOFSERVICE(String value) { this.outofservice = value; } /** * Obtient la valeur de la propriété isvehicle. * * @return * possible object is * {@link String } * */ public String getISVEHICLE() { return isvehicle; } /** * Définit la valeur de la propriété isvehicle. * * @param value * allowed object is * {@link String } * */ public void setISVEHICLE(String value) { this.isvehicle = value; } /** * Obtient la valeur de la propriété vehicletype. * * @return * possible object is * {@link TYPE_Type } * */ public TYPE_Type getVEHICLETYPE() { return vehicletype; } /** * Définit la valeur de la propriété vehicletype. * * @param value * allowed object is * {@link TYPE_Type } * */ public void setVEHICLETYPE(TYPE_Type value) { this.vehicletype = value; } /** *

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}DORMANTSTART" minOccurs="0"/>
     *         <element ref="{http://schemas.datastream.net/MP_fields}DORMANTEND" minOccurs="0"/>
     *         <element ref="{http://schemas.datastream.net/MP_fields}DORMANTREUSE" minOccurs="0"/>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "dormantstart", "dormantend", "dormantreuse" }) public static class DORMANT { @XmlElement(name = "DORMANTSTART", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dormantstart; @XmlElement(name = "DORMANTEND", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME dormantend; @XmlElement(name = "DORMANTREUSE", namespace = "http://schemas.datastream.net/MP_fields") protected String dormantreuse; /** * Obtient la valeur de la propriété dormantstart. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDORMANTSTART() { return dormantstart; } /** * Définit la valeur de la propriété dormantstart. * * @param value * allowed object is * {@link DATETIME } * */ public void setDORMANTSTART(DATETIME value) { this.dormantstart = value; } /** * Obtient la valeur de la propriété dormantend. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getDORMANTEND() { return dormantend; } /** * Définit la valeur de la propriété dormantend. * * @param value * allowed object is * {@link DATETIME } * */ public void setDORMANTEND(DATETIME value) { this.dormantend = value; } /** * Obtient la valeur de la propriété dormantreuse. * * @return * possible object is * {@link String } * */ public String getDORMANTREUSE() { return dormantreuse; } /** * Définit la valeur de la propriété dormantreuse. * * @param value * allowed object is * {@link String } * */ public void setDORMANTREUSE(String value) { this.dormantreuse = value; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy