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

net.datastream.schemas.mp_entities.equipmentgenerationdefault_001.EquipmentGenerationDefault Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.equipmentgenerationdefault_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.ORGANIZATIONID_Type;
import net.datastream.schemas.mp_fields.STATUS_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}ORGANIZATIONID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}STATUS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PROCESSED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ACTIVE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}AWAITINGPURCHASE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PROCESSERROR" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PROCESSRUNNING" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ALLSPECIFIC" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SETDUEVALUES" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ACTIVATEMPS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CREATECOMMISSIONINGWO" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TOPLEVELONLY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ALLDEPENDENT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ALLCOSTROLLUP" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYCOMMENTS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYDOCUMENTS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYCUSTOMFIELDS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYDEPRECIATION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYMETERS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYPARTSASSOCIATED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYWARRANTIES" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYPMSCHEDULES" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYMAINTENANCEPATTERNS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYSAFETY" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYPERMITS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYCALIBRATION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COPYTESTPOINTS" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "organizationid", "status", "processed", "active", "awaitingpurchase", "processerror", "processrunning", "allspecific", "setduevalues", "activatemps", "createcommissioningwo", "toplevelonly", "alldependent", "allcostrollup", "copycomments", "copydocuments", "copycustomfields", "copydepreciation", "copymeters", "copypartsassociated", "copywarranties", "copypmschedules", "copymaintenancepatterns", "copysafety", "copypermits", "copycalibration", "copytestpoints" }) @XmlRootElement(name = "EquipmentGenerationDefault") public class EquipmentGenerationDefault { @XmlElement(name = "ORGANIZATIONID", namespace = "http://schemas.datastream.net/MP_fields") protected ORGANIZATIONID_Type organizationid; @XmlElement(name = "STATUS", namespace = "http://schemas.datastream.net/MP_fields") protected STATUS_Type status; @XmlElement(name = "PROCESSED", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String processed; @XmlElement(name = "ACTIVE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "+") protected String active; @XmlElement(name = "AWAITINGPURCHASE", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String awaitingpurchase; @XmlElement(name = "PROCESSERROR", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String processerror; @XmlElement(name = "PROCESSRUNNING", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String processrunning; @XmlElement(name = "ALLSPECIFIC", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String allspecific; @XmlElement(name = "SETDUEVALUES", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String setduevalues; @XmlElement(name = "ACTIVATEMPS", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String activatemps; @XmlElement(name = "CREATECOMMISSIONINGWO", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String createcommissioningwo; @XmlElement(name = "TOPLEVELONLY", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String toplevelonly; @XmlElement(name = "ALLDEPENDENT", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String alldependent; @XmlElement(name = "ALLCOSTROLLUP", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String allcostrollup; @XmlElement(name = "COPYCOMMENTS", namespace = "http://schemas.datastream.net/MP_fields") protected String copycomments; @XmlElement(name = "COPYDOCUMENTS", namespace = "http://schemas.datastream.net/MP_fields") protected String copydocuments; @XmlElement(name = "COPYCUSTOMFIELDS", namespace = "http://schemas.datastream.net/MP_fields") protected String copycustomfields; @XmlElement(name = "COPYDEPRECIATION", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copydepreciation; @XmlElement(name = "COPYMETERS", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copymeters; @XmlElement(name = "COPYPARTSASSOCIATED", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copypartsassociated; @XmlElement(name = "COPYWARRANTIES", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copywarranties; @XmlElement(name = "COPYPMSCHEDULES", namespace = "http://schemas.datastream.net/MP_fields") protected String copypmschedules; @XmlElement(name = "COPYMAINTENANCEPATTERNS", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copymaintenancepatterns; @XmlElement(name = "COPYSAFETY", namespace = "http://schemas.datastream.net/MP_fields") protected String copysafety; @XmlElement(name = "COPYPERMITS", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copypermits; @XmlElement(name = "COPYCALIBRATION", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copycalibration; @XmlElement(name = "COPYTESTPOINTS", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "true") protected String copytestpoints; /** * Obtient la valeur de la propriété organizationid. * * @return * possible object is * {@link ORGANIZATIONID_Type } * */ public ORGANIZATIONID_Type getORGANIZATIONID() { return organizationid; } /** * Définit la valeur de la propriété organizationid. * * @param value * allowed object is * {@link ORGANIZATIONID_Type } * */ public void setORGANIZATIONID(ORGANIZATIONID_Type value) { this.organizationid = value; } /** * Obtient la valeur de la propriété status. * * @return * possible object is * {@link STATUS_Type } * */ public STATUS_Type getSTATUS() { return status; } /** * Définit la valeur de la propriété status. * * @param value * allowed object is * {@link STATUS_Type } * */ public void setSTATUS(STATUS_Type value) { this.status = value; } /** * Obtient la valeur de la propriété processed. * * @return * possible object is * {@link String } * */ public String getPROCESSED() { return processed; } /** * Définit la valeur de la propriété processed. * * @param value * allowed object is * {@link String } * */ public void setPROCESSED(String value) { this.processed = value; } /** * Obtient la valeur de la propriété active. * * @return * possible object is * {@link String } * */ public String getACTIVE() { return active; } /** * Définit la valeur de la propriété active. * * @param value * allowed object is * {@link String } * */ public void setACTIVE(String value) { this.active = value; } /** * Obtient la valeur de la propriété awaitingpurchase. * * @return * possible object is * {@link String } * */ public String getAWAITINGPURCHASE() { return awaitingpurchase; } /** * Définit la valeur de la propriété awaitingpurchase. * * @param value * allowed object is * {@link String } * */ public void setAWAITINGPURCHASE(String value) { this.awaitingpurchase = value; } /** * Obtient la valeur de la propriété processerror. * * @return * possible object is * {@link String } * */ public String getPROCESSERROR() { return processerror; } /** * Définit la valeur de la propriété processerror. * * @param value * allowed object is * {@link String } * */ public void setPROCESSERROR(String value) { this.processerror = value; } /** * Obtient la valeur de la propriété processrunning. * * @return * possible object is * {@link String } * */ public String getPROCESSRUNNING() { return processrunning; } /** * Définit la valeur de la propriété processrunning. * * @param value * allowed object is * {@link String } * */ public void setPROCESSRUNNING(String value) { this.processrunning = value; } /** * Obtient la valeur de la propriété allspecific. * * @return * possible object is * {@link String } * */ public String getALLSPECIFIC() { return allspecific; } /** * Définit la valeur de la propriété allspecific. * * @param value * allowed object is * {@link String } * */ public void setALLSPECIFIC(String value) { this.allspecific = value; } /** * Obtient la valeur de la propriété setduevalues. * * @return * possible object is * {@link String } * */ public String getSETDUEVALUES() { return setduevalues; } /** * Définit la valeur de la propriété setduevalues. * * @param value * allowed object is * {@link String } * */ public void setSETDUEVALUES(String value) { this.setduevalues = value; } /** * Obtient la valeur de la propriété activatemps. * * @return * possible object is * {@link String } * */ public String getACTIVATEMPS() { return activatemps; } /** * Définit la valeur de la propriété activatemps. * * @param value * allowed object is * {@link String } * */ public void setACTIVATEMPS(String value) { this.activatemps = value; } /** * Obtient la valeur de la propriété createcommissioningwo. * * @return * possible object is * {@link String } * */ public String getCREATECOMMISSIONINGWO() { return createcommissioningwo; } /** * Définit la valeur de la propriété createcommissioningwo. * * @param value * allowed object is * {@link String } * */ public void setCREATECOMMISSIONINGWO(String value) { this.createcommissioningwo = value; } /** * Obtient la valeur de la propriété toplevelonly. * * @return * possible object is * {@link String } * */ public String getTOPLEVELONLY() { return toplevelonly; } /** * Définit la valeur de la propriété toplevelonly. * * @param value * allowed object is * {@link String } * */ public void setTOPLEVELONLY(String value) { this.toplevelonly = value; } /** * Obtient la valeur de la propriété alldependent. * * @return * possible object is * {@link String } * */ public String getALLDEPENDENT() { return alldependent; } /** * Définit la valeur de la propriété alldependent. * * @param value * allowed object is * {@link String } * */ public void setALLDEPENDENT(String value) { this.alldependent = value; } /** * Obtient la valeur de la propriété allcostrollup. * * @return * possible object is * {@link String } * */ public String getALLCOSTROLLUP() { return allcostrollup; } /** * Définit la valeur de la propriété allcostrollup. * * @param value * allowed object is * {@link String } * */ public void setALLCOSTROLLUP(String value) { this.allcostrollup = value; } /** * Obtient la valeur de la propriété copycomments. * * @return * possible object is * {@link String } * */ public String getCOPYCOMMENTS() { return copycomments; } /** * Définit la valeur de la propriété copycomments. * * @param value * allowed object is * {@link String } * */ public void setCOPYCOMMENTS(String value) { this.copycomments = value; } /** * Obtient la valeur de la propriété copydocuments. * * @return * possible object is * {@link String } * */ public String getCOPYDOCUMENTS() { return copydocuments; } /** * Définit la valeur de la propriété copydocuments. * * @param value * allowed object is * {@link String } * */ public void setCOPYDOCUMENTS(String value) { this.copydocuments = value; } /** * Obtient la valeur de la propriété copycustomfields. * * @return * possible object is * {@link String } * */ public String getCOPYCUSTOMFIELDS() { return copycustomfields; } /** * Définit la valeur de la propriété copycustomfields. * * @param value * allowed object is * {@link String } * */ public void setCOPYCUSTOMFIELDS(String value) { this.copycustomfields = value; } /** * Obtient la valeur de la propriété copydepreciation. * * @return * possible object is * {@link String } * */ public String getCOPYDEPRECIATION() { return copydepreciation; } /** * Définit la valeur de la propriété copydepreciation. * * @param value * allowed object is * {@link String } * */ public void setCOPYDEPRECIATION(String value) { this.copydepreciation = value; } /** * Obtient la valeur de la propriété copymeters. * * @return * possible object is * {@link String } * */ public String getCOPYMETERS() { return copymeters; } /** * Définit la valeur de la propriété copymeters. * * @param value * allowed object is * {@link String } * */ public void setCOPYMETERS(String value) { this.copymeters = value; } /** * Obtient la valeur de la propriété copypartsassociated. * * @return * possible object is * {@link String } * */ public String getCOPYPARTSASSOCIATED() { return copypartsassociated; } /** * Définit la valeur de la propriété copypartsassociated. * * @param value * allowed object is * {@link String } * */ public void setCOPYPARTSASSOCIATED(String value) { this.copypartsassociated = value; } /** * Obtient la valeur de la propriété copywarranties. * * @return * possible object is * {@link String } * */ public String getCOPYWARRANTIES() { return copywarranties; } /** * Définit la valeur de la propriété copywarranties. * * @param value * allowed object is * {@link String } * */ public void setCOPYWARRANTIES(String value) { this.copywarranties = value; } /** * Obtient la valeur de la propriété copypmschedules. * * @return * possible object is * {@link String } * */ public String getCOPYPMSCHEDULES() { return copypmschedules; } /** * Définit la valeur de la propriété copypmschedules. * * @param value * allowed object is * {@link String } * */ public void setCOPYPMSCHEDULES(String value) { this.copypmschedules = value; } /** * Obtient la valeur de la propriété copymaintenancepatterns. * * @return * possible object is * {@link String } * */ public String getCOPYMAINTENANCEPATTERNS() { return copymaintenancepatterns; } /** * Définit la valeur de la propriété copymaintenancepatterns. * * @param value * allowed object is * {@link String } * */ public void setCOPYMAINTENANCEPATTERNS(String value) { this.copymaintenancepatterns = value; } /** * Obtient la valeur de la propriété copysafety. * * @return * possible object is * {@link String } * */ public String getCOPYSAFETY() { return copysafety; } /** * Définit la valeur de la propriété copysafety. * * @param value * allowed object is * {@link String } * */ public void setCOPYSAFETY(String value) { this.copysafety = value; } /** * Obtient la valeur de la propriété copypermits. * * @return * possible object is * {@link String } * */ public String getCOPYPERMITS() { return copypermits; } /** * Définit la valeur de la propriété copypermits. * * @param value * allowed object is * {@link String } * */ public void setCOPYPERMITS(String value) { this.copypermits = value; } /** * Obtient la valeur de la propriété copycalibration. * * @return * possible object is * {@link String } * */ public String getCOPYCALIBRATION() { return copycalibration; } /** * Définit la valeur de la propriété copycalibration. * * @param value * allowed object is * {@link String } * */ public void setCOPYCALIBRATION(String value) { this.copycalibration = value; } /** * Obtient la valeur de la propriété copytestpoints. * * @return * possible object is * {@link String } * */ public String getCOPYTESTPOINTS() { return copytestpoints; } /** * Définit la valeur de la propriété copytestpoints. * * @param value * allowed object is * {@link String } * */ public void setCOPYTESTPOINTS(String value) { this.copytestpoints = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy