
net.datastream.schemas.mp_entities.equipmentconfiguration_001.EquipmentConfiguration 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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_fields.DEPARTMENTID_Type;
import net.datastream.schemas.mp_fields.EQUIPMENTCONFIGURATIONID_Type;
import net.datastream.schemas.mp_fields.LINEARREFERENCEDETAILS_Type;
import net.datastream.schemas.mp_fields.PARTID_Type;
import net.datastream.schemas.mp_fields.RELIABILITYRANKINGID_Type;
import net.datastream.schemas.mp_fields.STATUS_Type;
import net.datastream.schemas.mp_fields.TYPE_Type;
import net.datastream.schemas.mp_fields.USERDEFINEDAREA;
import net.datastream.schemas.mp_fields.USERDEFINEDCODEID_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}EQUIPMENTCONFIGURATIONID"/>
* <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTCONFIGSTATUS"/>
* <element ref="{http://schemas.datastream.net/MP_fields}DEPARTMENTID"/>
* <element ref="{http://schemas.datastream.net/MP_fields}TYPE"/>
* <element ref="{http://schemas.datastream.net/MP_fields}OBJECTCODE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}OBJTYPE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}PARTID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}LINEARREFERENCEDETAILS" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}RELIABILITYRANKINGLOCKED" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}RELIABILITYRANKINGID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}CURRENCYCODE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}RCMLEVELID" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}ConfigurationDetails" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}EquipmentGenerationDetails" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}TrackingDetails" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}AlternateKeys" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}ContractAndRentalDetails" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}CallCenterDetails" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}FacilityDetails" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}EnergyPerformance" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}RevisionDetails" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}USERDEFINEDAREA" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_entities/EquipmentConfiguration_001}UserDefinedFields" minOccurs="0"/>
* </sequence>
* <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"equipmentconfigurationid",
"equipmentconfigstatus",
"departmentid",
"type",
"objectcode",
"objtype",
"partid",
"linearreferencedetails",
"reliabilityrankinglocked",
"reliabilityrankingid",
"currencycode",
"rcmlevelid",
"configurationDetails",
"equipmentGenerationDetails",
"trackingDetails",
"alternateKeys",
"contractAndRentalDetails",
"callCenterDetails",
"facilityDetails",
"energyPerformance",
"revisionDetails",
"userdefinedarea",
"userDefinedFields"
})
@XmlRootElement(name = "EquipmentConfiguration")
public class EquipmentConfiguration {
@XmlElement(name = "EQUIPMENTCONFIGURATIONID", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected EQUIPMENTCONFIGURATIONID_Type equipmentconfigurationid;
@XmlElement(name = "EQUIPMENTCONFIGSTATUS", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected STATUS_Type equipmentconfigstatus;
@XmlElement(name = "DEPARTMENTID", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected DEPARTMENTID_Type departmentid;
@XmlElement(name = "TYPE", namespace = "http://schemas.datastream.net/MP_fields", required = true)
protected TYPE_Type type;
@XmlElement(name = "OBJECTCODE", namespace = "http://schemas.datastream.net/MP_fields")
protected String objectcode;
@XmlElement(name = "OBJTYPE", namespace = "http://schemas.datastream.net/MP_fields")
protected String objtype;
@XmlElement(name = "PARTID", namespace = "http://schemas.datastream.net/MP_fields")
protected PARTID_Type partid;
@XmlElement(name = "LINEARREFERENCEDETAILS", namespace = "http://schemas.datastream.net/MP_fields")
protected LINEARREFERENCEDETAILS_Type linearreferencedetails;
@XmlElement(name = "RELIABILITYRANKINGLOCKED", namespace = "http://schemas.datastream.net/MP_fields")
protected String reliabilityrankinglocked;
@XmlElement(name = "RELIABILITYRANKINGID", namespace = "http://schemas.datastream.net/MP_fields")
protected RELIABILITYRANKINGID_Type reliabilityrankingid;
@XmlElement(name = "CURRENCYCODE", namespace = "http://schemas.datastream.net/MP_fields")
protected String currencycode;
@XmlElement(name = "RCMLEVELID", namespace = "http://schemas.datastream.net/MP_fields")
protected USERDEFINEDCODEID_Type rcmlevelid;
@XmlElement(name = "ConfigurationDetails")
protected ConfigurationDetails configurationDetails;
@XmlElement(name = "EquipmentGenerationDetails")
protected EquipmentGenerationDetails equipmentGenerationDetails;
@XmlElement(name = "TrackingDetails")
protected TrackingDetails trackingDetails;
@XmlElement(name = "AlternateKeys")
protected AlternateKeys alternateKeys;
@XmlElement(name = "ContractAndRentalDetails")
protected ContractAndRentalDetails contractAndRentalDetails;
@XmlElement(name = "CallCenterDetails")
protected CallCenterDetails callCenterDetails;
@XmlElement(name = "FacilityDetails")
protected FacilityDetails facilityDetails;
@XmlElement(name = "EnergyPerformance")
protected EnergyPerformance energyPerformance;
@XmlElement(name = "RevisionDetails")
protected RevisionDetails revisionDetails;
@XmlElement(name = "USERDEFINEDAREA", namespace = "http://schemas.datastream.net/MP_fields")
protected USERDEFINEDAREA userdefinedarea;
@XmlElement(name = "UserDefinedFields")
protected UserDefinedFields userDefinedFields;
@XmlAttribute(name = "recordid")
protected Long recordid;
/**
* Obtient la valeur de la propriété equipmentconfigurationid.
*
* @return
* possible object is
* {@link EQUIPMENTCONFIGURATIONID_Type }
*
*/
public EQUIPMENTCONFIGURATIONID_Type getEQUIPMENTCONFIGURATIONID() {
return equipmentconfigurationid;
}
/**
* Définit la valeur de la propriété equipmentconfigurationid.
*
* @param value
* allowed object is
* {@link EQUIPMENTCONFIGURATIONID_Type }
*
*/
public void setEQUIPMENTCONFIGURATIONID(EQUIPMENTCONFIGURATIONID_Type value) {
this.equipmentconfigurationid = value;
}
/**
* Obtient la valeur de la propriété equipmentconfigstatus.
*
* @return
* possible object is
* {@link STATUS_Type }
*
*/
public STATUS_Type getEQUIPMENTCONFIGSTATUS() {
return equipmentconfigstatus;
}
/**
* Définit la valeur de la propriété equipmentconfigstatus.
*
* @param value
* allowed object is
* {@link STATUS_Type }
*
*/
public void setEQUIPMENTCONFIGSTATUS(STATUS_Type value) {
this.equipmentconfigstatus = value;
}
/**
* Obtient la valeur de la propriété departmentid.
*
* @return
* possible object is
* {@link DEPARTMENTID_Type }
*
*/
public DEPARTMENTID_Type getDEPARTMENTID() {
return departmentid;
}
/**
* Définit la valeur de la propriété departmentid.
*
* @param value
* allowed object is
* {@link DEPARTMENTID_Type }
*
*/
public void setDEPARTMENTID(DEPARTMENTID_Type value) {
this.departmentid = 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;
}
/**
* Obtient la valeur de la propriété objectcode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOBJECTCODE() {
return objectcode;
}
/**
* Définit la valeur de la propriété objectcode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOBJECTCODE(String value) {
this.objectcode = value;
}
/**
* Obtient la valeur de la propriété objtype.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOBJTYPE() {
return objtype;
}
/**
* Définit la valeur de la propriété objtype.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOBJTYPE(String value) {
this.objtype = value;
}
/**
* Obtient la valeur de la propriété partid.
*
* @return
* possible object is
* {@link PARTID_Type }
*
*/
public PARTID_Type getPARTID() {
return partid;
}
/**
* Définit la valeur de la propriété partid.
*
* @param value
* allowed object is
* {@link PARTID_Type }
*
*/
public void setPARTID(PARTID_Type value) {
this.partid = value;
}
/**
* Obtient la valeur de la propriété linearreferencedetails.
*
* @return
* possible object is
* {@link LINEARREFERENCEDETAILS_Type }
*
*/
public LINEARREFERENCEDETAILS_Type getLINEARREFERENCEDETAILS() {
return linearreferencedetails;
}
/**
* Définit la valeur de la propriété linearreferencedetails.
*
* @param value
* allowed object is
* {@link LINEARREFERENCEDETAILS_Type }
*
*/
public void setLINEARREFERENCEDETAILS(LINEARREFERENCEDETAILS_Type value) {
this.linearreferencedetails = value;
}
/**
* Obtient la valeur de la propriété reliabilityrankinglocked.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRELIABILITYRANKINGLOCKED() {
return reliabilityrankinglocked;
}
/**
* Définit la valeur de la propriété reliabilityrankinglocked.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRELIABILITYRANKINGLOCKED(String value) {
this.reliabilityrankinglocked = value;
}
/**
* Obtient la valeur de la propriété reliabilityrankingid.
*
* @return
* possible object is
* {@link RELIABILITYRANKINGID_Type }
*
*/
public RELIABILITYRANKINGID_Type getRELIABILITYRANKINGID() {
return reliabilityrankingid;
}
/**
* Définit la valeur de la propriété reliabilityrankingid.
*
* @param value
* allowed object is
* {@link RELIABILITYRANKINGID_Type }
*
*/
public void setRELIABILITYRANKINGID(RELIABILITYRANKINGID_Type value) {
this.reliabilityrankingid = value;
}
/**
* Obtient la valeur de la propriété currencycode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCURRENCYCODE() {
return currencycode;
}
/**
* Définit la valeur de la propriété currencycode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCURRENCYCODE(String value) {
this.currencycode = value;
}
/**
* Obtient la valeur de la propriété rcmlevelid.
*
* @return
* possible object is
* {@link USERDEFINEDCODEID_Type }
*
*/
public USERDEFINEDCODEID_Type getRCMLEVELID() {
return rcmlevelid;
}
/**
* Définit la valeur de la propriété rcmlevelid.
*
* @param value
* allowed object is
* {@link USERDEFINEDCODEID_Type }
*
*/
public void setRCMLEVELID(USERDEFINEDCODEID_Type value) {
this.rcmlevelid = value;
}
/**
* Obtient la valeur de la propriété configurationDetails.
*
* @return
* possible object is
* {@link ConfigurationDetails }
*
*/
public ConfigurationDetails getConfigurationDetails() {
return configurationDetails;
}
/**
* Définit la valeur de la propriété configurationDetails.
*
* @param value
* allowed object is
* {@link ConfigurationDetails }
*
*/
public void setConfigurationDetails(ConfigurationDetails value) {
this.configurationDetails = value;
}
/**
* Obtient la valeur de la propriété equipmentGenerationDetails.
*
* @return
* possible object is
* {@link EquipmentGenerationDetails }
*
*/
public EquipmentGenerationDetails getEquipmentGenerationDetails() {
return equipmentGenerationDetails;
}
/**
* Définit la valeur de la propriété equipmentGenerationDetails.
*
* @param value
* allowed object is
* {@link EquipmentGenerationDetails }
*
*/
public void setEquipmentGenerationDetails(EquipmentGenerationDetails value) {
this.equipmentGenerationDetails = value;
}
/**
* Obtient la valeur de la propriété trackingDetails.
*
* @return
* possible object is
* {@link TrackingDetails }
*
*/
public TrackingDetails getTrackingDetails() {
return trackingDetails;
}
/**
* Définit la valeur de la propriété trackingDetails.
*
* @param value
* allowed object is
* {@link TrackingDetails }
*
*/
public void setTrackingDetails(TrackingDetails value) {
this.trackingDetails = value;
}
/**
* Obtient la valeur de la propriété alternateKeys.
*
* @return
* possible object is
* {@link AlternateKeys }
*
*/
public AlternateKeys getAlternateKeys() {
return alternateKeys;
}
/**
* Définit la valeur de la propriété alternateKeys.
*
* @param value
* allowed object is
* {@link AlternateKeys }
*
*/
public void setAlternateKeys(AlternateKeys value) {
this.alternateKeys = value;
}
/**
* Obtient la valeur de la propriété contractAndRentalDetails.
*
* @return
* possible object is
* {@link ContractAndRentalDetails }
*
*/
public ContractAndRentalDetails getContractAndRentalDetails() {
return contractAndRentalDetails;
}
/**
* Définit la valeur de la propriété contractAndRentalDetails.
*
* @param value
* allowed object is
* {@link ContractAndRentalDetails }
*
*/
public void setContractAndRentalDetails(ContractAndRentalDetails value) {
this.contractAndRentalDetails = value;
}
/**
* Obtient la valeur de la propriété callCenterDetails.
*
* @return
* possible object is
* {@link CallCenterDetails }
*
*/
public CallCenterDetails getCallCenterDetails() {
return callCenterDetails;
}
/**
* Définit la valeur de la propriété callCenterDetails.
*
* @param value
* allowed object is
* {@link CallCenterDetails }
*
*/
public void setCallCenterDetails(CallCenterDetails value) {
this.callCenterDetails = value;
}
/**
* Obtient la valeur de la propriété facilityDetails.
*
* @return
* possible object is
* {@link FacilityDetails }
*
*/
public FacilityDetails getFacilityDetails() {
return facilityDetails;
}
/**
* Définit la valeur de la propriété facilityDetails.
*
* @param value
* allowed object is
* {@link FacilityDetails }
*
*/
public void setFacilityDetails(FacilityDetails value) {
this.facilityDetails = value;
}
/**
* Obtient la valeur de la propriété energyPerformance.
*
* @return
* possible object is
* {@link EnergyPerformance }
*
*/
public EnergyPerformance getEnergyPerformance() {
return energyPerformance;
}
/**
* Définit la valeur de la propriété energyPerformance.
*
* @param value
* allowed object is
* {@link EnergyPerformance }
*
*/
public void setEnergyPerformance(EnergyPerformance value) {
this.energyPerformance = value;
}
/**
* Obtient la valeur de la propriété revisionDetails.
*
* @return
* possible object is
* {@link RevisionDetails }
*
*/
public RevisionDetails getRevisionDetails() {
return revisionDetails;
}
/**
* Définit la valeur de la propriété revisionDetails.
*
* @param value
* allowed object is
* {@link RevisionDetails }
*
*/
public void setRevisionDetails(RevisionDetails value) {
this.revisionDetails = 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é 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é recordid.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getRecordid() {
return recordid;
}
/**
* Définit la valeur de la propriété recordid.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setRecordid(Long value) {
this.recordid = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy