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

net.datastream.schemas.mp_entities.assetequipment_001.EquipmentHospitalityFacility Maven / Gradle / Ivy


package net.datastream.schemas.mp_entities.assetequipment_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.ASSETPARENT_Type;
import net.datastream.schemas.mp_fields.CATEGORYID;
import net.datastream.schemas.mp_fields.CLASSID_Type;
import net.datastream.schemas.mp_fields.MANUFACTURERID_Type;
import net.datastream.schemas.mp_fields.PERSONID_Type;
import net.datastream.schemas.mp_fields.RELIABILITYRANKINGDETAILS_Type;
import net.datastream.schemas.mp_fields.USERDEFINEDAREA;
import org.openapplications.oagis_segments.AMOUNT;
import org.openapplications.oagis_segments.DATETIME;
import org.openapplications.oagis_segments.QUANTITY;


/**
 * 

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}YEARBUILT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COMMISSIONDATE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ASSIGNEDTO" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}COSTOFNEEDEDREPAIRS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}REPLACEMENTVALUE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FACILITYCONDITIONINDEX" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}FACILITYCONDITIONINDEXCALCULATION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SERVICELIFE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}WITHDRAWALDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}MANUFACTURERID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}SERIALNUMBER" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}MODEL" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}PARENTPOSITION" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ENERGYSTARELIGIBLE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}UTILITYBILLLEVEL" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}GASTRACKED" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}RELIABILITYRANKINGDETAILS" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTALIAS" minOccurs="0"/>
 *         <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_entities/AssetEquipment_001}UserDefinedFields" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USERDEFINEDAREA" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORIGINALRECEIPTDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}LATESTRECEIPTDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}ORIGINALINSTALLDATE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}LATESTINSTALLDATE" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "yearbuilt", "commissiondate", "assignedto", "costofneededrepairs", "replacementvalue", "facilityconditionindex", "facilityconditionindexcalculation", "servicelife", "withdrawaldate", "manufacturerid", "serialnumber", "model", "parentposition", "energystareligible", "utilitybilllevel", "gastracked", "reliabilityrankingdetails", "equipmentalias", "classid", "categoryid", "userDefinedFields", "userdefinedarea", "originalreceiptdate", "latestreceiptdate", "originalinstalldate", "latestinstalldate" }) @XmlRootElement(name = "EquipmentHospitalityFacility") public class EquipmentHospitalityFacility { @XmlElement(name = "YEARBUILT", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY yearbuilt; @XmlElement(name = "COMMISSIONDATE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected DATETIME commissiondate; @XmlElement(name = "ASSIGNEDTO", namespace = "http://schemas.datastream.net/MP_fields") protected PERSONID_Type assignedto; @XmlElement(name = "COSTOFNEEDEDREPAIRS", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT costofneededrepairs; @XmlElement(name = "REPLACEMENTVALUE", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT replacementvalue; @XmlElement(name = "FACILITYCONDITIONINDEX", namespace = "http://schemas.datastream.net/MP_fields") protected AMOUNT facilityconditionindex; @XmlElement(name = "FACILITYCONDITIONINDEXCALCULATION", namespace = "http://schemas.datastream.net/MP_fields", defaultValue = "false") protected String facilityconditionindexcalculation; @XmlElement(name = "SERVICELIFE", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY servicelife; @XmlElement(name = "WITHDRAWALDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME withdrawaldate; @XmlElement(name = "MANUFACTURERID", namespace = "http://schemas.datastream.net/MP_fields") protected MANUFACTURERID_Type manufacturerid; @XmlElement(name = "SERIALNUMBER", namespace = "http://schemas.datastream.net/MP_fields") protected String serialnumber; @XmlElement(name = "MODEL", namespace = "http://schemas.datastream.net/MP_fields") protected String model; @XmlElement(name = "PARENTPOSITION", namespace = "http://schemas.datastream.net/MP_fields") protected ASSETPARENT_Type parentposition; @XmlElement(name = "ENERGYSTARELIGIBLE", namespace = "http://schemas.datastream.net/MP_fields") protected String energystareligible; @XmlElement(name = "UTILITYBILLLEVEL", namespace = "http://schemas.datastream.net/MP_fields") protected String utilitybilllevel; @XmlElement(name = "GASTRACKED", namespace = "http://schemas.datastream.net/MP_fields") protected String gastracked; @XmlElement(name = "RELIABILITYRANKINGDETAILS", namespace = "http://schemas.datastream.net/MP_fields") protected RELIABILITYRANKINGDETAILS_Type reliabilityrankingdetails; @XmlElement(name = "EQUIPMENTALIAS", namespace = "http://schemas.datastream.net/MP_fields") protected String equipmentalias; @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 = "UserDefinedFields") protected UserDefinedFields userDefinedFields; @XmlElement(name = "USERDEFINEDAREA", namespace = "http://schemas.datastream.net/MP_fields") protected USERDEFINEDAREA userdefinedarea; @XmlElement(name = "ORIGINALRECEIPTDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME originalreceiptdate; @XmlElement(name = "LATESTRECEIPTDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME latestreceiptdate; @XmlElement(name = "ORIGINALINSTALLDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME originalinstalldate; @XmlElement(name = "LATESTINSTALLDATE", namespace = "http://schemas.datastream.net/MP_fields") protected DATETIME latestinstalldate; /** * Obtient la valeur de la propriété yearbuilt. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getYEARBUILT() { return yearbuilt; } /** * Définit la valeur de la propriété yearbuilt. * * @param value * allowed object is * {@link QUANTITY } * */ public void setYEARBUILT(QUANTITY value) { this.yearbuilt = value; } /** * Obtient la valeur de la propriété commissiondate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getCOMMISSIONDATE() { return commissiondate; } /** * Définit la valeur de la propriété commissiondate. * * @param value * allowed object is * {@link DATETIME } * */ public void setCOMMISSIONDATE(DATETIME value) { this.commissiondate = 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é costofneededrepairs. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getCOSTOFNEEDEDREPAIRS() { return costofneededrepairs; } /** * Définit la valeur de la propriété costofneededrepairs. * * @param value * allowed object is * {@link AMOUNT } * */ public void setCOSTOFNEEDEDREPAIRS(AMOUNT value) { this.costofneededrepairs = value; } /** * Obtient la valeur de la propriété replacementvalue. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getREPLACEMENTVALUE() { return replacementvalue; } /** * Définit la valeur de la propriété replacementvalue. * * @param value * allowed object is * {@link AMOUNT } * */ public void setREPLACEMENTVALUE(AMOUNT value) { this.replacementvalue = value; } /** * Obtient la valeur de la propriété facilityconditionindex. * * @return * possible object is * {@link AMOUNT } * */ public AMOUNT getFACILITYCONDITIONINDEX() { return facilityconditionindex; } /** * Définit la valeur de la propriété facilityconditionindex. * * @param value * allowed object is * {@link AMOUNT } * */ public void setFACILITYCONDITIONINDEX(AMOUNT value) { this.facilityconditionindex = value; } /** * Obtient la valeur de la propriété facilityconditionindexcalculation. * * @return * possible object is * {@link String } * */ public String getFACILITYCONDITIONINDEXCALCULATION() { return facilityconditionindexcalculation; } /** * Définit la valeur de la propriété facilityconditionindexcalculation. * * @param value * allowed object is * {@link String } * */ public void setFACILITYCONDITIONINDEXCALCULATION(String value) { this.facilityconditionindexcalculation = value; } /** * Obtient la valeur de la propriété servicelife. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getSERVICELIFE() { return servicelife; } /** * Définit la valeur de la propriété servicelife. * * @param value * allowed object is * {@link QUANTITY } * */ public void setSERVICELIFE(QUANTITY value) { this.servicelife = value; } /** * Obtient la valeur de la propriété withdrawaldate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getWITHDRAWALDATE() { return withdrawaldate; } /** * Définit la valeur de la propriété withdrawaldate. * * @param value * allowed object is * {@link DATETIME } * */ public void setWITHDRAWALDATE(DATETIME value) { this.withdrawaldate = value; } /** * Obtient la valeur de la propriété manufacturerid. * * @return * possible object is * {@link MANUFACTURERID_Type } * */ public MANUFACTURERID_Type getMANUFACTURERID() { return manufacturerid; } /** * Définit la valeur de la propriété manufacturerid. * * @param value * allowed object is * {@link MANUFACTURERID_Type } * */ public void setMANUFACTURERID(MANUFACTURERID_Type value) { this.manufacturerid = value; } /** * Obtient la valeur de la propriété serialnumber. * * @return * possible object is * {@link String } * */ public String getSERIALNUMBER() { return serialnumber; } /** * Définit la valeur de la propriété serialnumber. * * @param value * allowed object is * {@link String } * */ public void setSERIALNUMBER(String value) { this.serialnumber = value; } /** * Obtient la valeur de la propriété model. * * @return * possible object is * {@link String } * */ public String getMODEL() { return model; } /** * Définit la valeur de la propriété model. * * @param value * allowed object is * {@link String } * */ public void setMODEL(String value) { this.model = value; } /** * Obtient la valeur de la propriété parentposition. * * @return * possible object is * {@link ASSETPARENT_Type } * */ public ASSETPARENT_Type getPARENTPOSITION() { return parentposition; } /** * Définit la valeur de la propriété parentposition. * * @param value * allowed object is * {@link ASSETPARENT_Type } * */ public void setPARENTPOSITION(ASSETPARENT_Type value) { this.parentposition = value; } /** * Obtient la valeur de la propriété energystareligible. * * @return * possible object is * {@link String } * */ public String getENERGYSTARELIGIBLE() { return energystareligible; } /** * Définit la valeur de la propriété energystareligible. * * @param value * allowed object is * {@link String } * */ public void setENERGYSTARELIGIBLE(String value) { this.energystareligible = value; } /** * Obtient la valeur de la propriété utilitybilllevel. * * @return * possible object is * {@link String } * */ public String getUTILITYBILLLEVEL() { return utilitybilllevel; } /** * Définit la valeur de la propriété utilitybilllevel. * * @param value * allowed object is * {@link String } * */ public void setUTILITYBILLLEVEL(String value) { this.utilitybilllevel = value; } /** * Obtient la valeur de la propriété gastracked. * * @return * possible object is * {@link String } * */ public String getGASTRACKED() { return gastracked; } /** * Définit la valeur de la propriété gastracked. * * @param value * allowed object is * {@link String } * */ public void setGASTRACKED(String value) { this.gastracked = value; } /** * Obtient la valeur de la propriété reliabilityrankingdetails. * * @return * possible object is * {@link RELIABILITYRANKINGDETAILS_Type } * */ public RELIABILITYRANKINGDETAILS_Type getRELIABILITYRANKINGDETAILS() { return reliabilityrankingdetails; } /** * Définit la valeur de la propriété reliabilityrankingdetails. * * @param value * allowed object is * {@link RELIABILITYRANKINGDETAILS_Type } * */ public void setRELIABILITYRANKINGDETAILS(RELIABILITYRANKINGDETAILS_Type value) { this.reliabilityrankingdetails = 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é 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é userDefinedFields. * * @return * possible object is * {@link UserDefinedFields } * */ public UserDefinedFields getUserDefinedFields() { return userDefinedFields; } /** * Définit la valeur de la propriété userDefinedFields. * * @param value * allowed object is * {@link UserDefinedFields } * */ public void setUserDefinedFields(UserDefinedFields value) { this.userDefinedFields = value; } /** * Obtient la valeur de la propriété userdefinedarea. * * @return * possible object is * {@link USERDEFINEDAREA } * */ public USERDEFINEDAREA getUSERDEFINEDAREA() { return userdefinedarea; } /** * Définit la valeur de la propriété userdefinedarea. * * @param value * allowed object is * {@link USERDEFINEDAREA } * */ public void setUSERDEFINEDAREA(USERDEFINEDAREA value) { this.userdefinedarea = value; } /** * Obtient la valeur de la propriété originalreceiptdate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getORIGINALRECEIPTDATE() { return originalreceiptdate; } /** * Définit la valeur de la propriété originalreceiptdate. * * @param value * allowed object is * {@link DATETIME } * */ public void setORIGINALRECEIPTDATE(DATETIME value) { this.originalreceiptdate = value; } /** * Obtient la valeur de la propriété latestreceiptdate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getLATESTRECEIPTDATE() { return latestreceiptdate; } /** * Définit la valeur de la propriété latestreceiptdate. * * @param value * allowed object is * {@link DATETIME } * */ public void setLATESTRECEIPTDATE(DATETIME value) { this.latestreceiptdate = value; } /** * Obtient la valeur de la propriété originalinstalldate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getORIGINALINSTALLDATE() { return originalinstalldate; } /** * Définit la valeur de la propriété originalinstalldate. * * @param value * allowed object is * {@link DATETIME } * */ public void setORIGINALINSTALLDATE(DATETIME value) { this.originalinstalldate = value; } /** * Obtient la valeur de la propriété latestinstalldate. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getLATESTINSTALLDATE() { return latestinstalldate; } /** * Définit la valeur de la propriété latestinstalldate. * * @param value * allowed object is * {@link DATETIME } * */ public void setLATESTINSTALLDATE(DATETIME value) { this.latestinstalldate = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy