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

net.datastream.schemas.mp_entities.meterreading_001.MeterReading Maven / Gradle / Ivy

There is a newer version: 12.1-4
Show newest version

package net.datastream.schemas.mp_entities.meterreading_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.EQUIPMENTID_Type;
import net.datastream.schemas.mp_fields.StandardUserDefinedFields;
import net.datastream.schemas.mp_fields.UOMID_Type;
import net.datastream.schemas.mp_fields.WOID_Type;
import org.openapplications.oagis_segments.DATETIME;
import org.openapplications.oagis_segments.QUANTITY;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{http://schemas.datastream.net/MP_fields}METERREADINGCODE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}TARGETEQUIPMENTID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USAGEUOMID"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}READINGDATE"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}WORKORDERID" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}RELATEDWORKORDERID" minOccurs="0"/>
 *         <choice>
 *           <element ref="{http://schemas.datastream.net/MP_fields}ACTUALREADING"/>
 *           <element ref="{http://schemas.datastream.net/MP_fields}DIFFERENCEREADING"/>
 *         </choice>
 *         <element ref="{http://schemas.datastream.net/MP_fields}CHILDREADING" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}USAGEHIERARCHYTYPE" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}StandardUserDefinedFields" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTID" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="recordid" type="{http://www.w3.org/2001/XMLSchema}long" />
 *       <attribute name="is_batchfuelissue" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "meterreadingcode", "targetequipmentid", "usageuomid", "readingdate", "workorderid", "relatedworkorderid", "actualreading", "differencereading", "childreading", "usagehierarchytype", "standardUserDefinedFields", "equipmentid" }) @XmlRootElement(name = "MeterReading") public class MeterReading { @XmlElement(name = "METERREADINGCODE", namespace = "http://schemas.datastream.net/MP_fields") protected String meterreadingcode; @XmlElement(name = "TARGETEQUIPMENTID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected EQUIPMENTID_Type targetequipmentid; @XmlElement(name = "USAGEUOMID", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected UOMID_Type usageuomid; @XmlElement(name = "READINGDATE", namespace = "http://schemas.datastream.net/MP_fields", required = true) protected DATETIME readingdate; @XmlElement(name = "WORKORDERID", namespace = "http://schemas.datastream.net/MP_fields") protected WOID_Type workorderid; @XmlElement(name = "RELATEDWORKORDERID", namespace = "http://schemas.datastream.net/MP_fields") protected WOID_Type relatedworkorderid; @XmlElement(name = "ACTUALREADING", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY actualreading; @XmlElement(name = "DIFFERENCEREADING", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY differencereading; @XmlElement(name = "CHILDREADING", namespace = "http://schemas.datastream.net/MP_fields") protected String childreading; @XmlElement(name = "USAGEHIERARCHYTYPE", namespace = "http://schemas.datastream.net/MP_fields") protected String usagehierarchytype; @XmlElement(name = "StandardUserDefinedFields", namespace = "http://schemas.datastream.net/MP_fields") protected StandardUserDefinedFields standardUserDefinedFields; @XmlElement(name = "EQUIPMENTID", namespace = "http://schemas.datastream.net/MP_fields") protected EQUIPMENTID_Type equipmentid; @XmlAttribute(name = "recordid") protected Long recordid; @XmlAttribute(name = "is_batchfuelissue") protected String is_Batchfuelissue; /** * Gets the value of the meterreadingcode property. * * @return * possible object is * {@link String } * */ public String getMETERREADINGCODE() { return meterreadingcode; } /** * Sets the value of the meterreadingcode property. * * @param value * allowed object is * {@link String } * */ public void setMETERREADINGCODE(String value) { this.meterreadingcode = value; } /** * Gets the value of the targetequipmentid property. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getTARGETEQUIPMENTID() { return targetequipmentid; } /** * Sets the value of the targetequipmentid property. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setTARGETEQUIPMENTID(EQUIPMENTID_Type value) { this.targetequipmentid = value; } /** * Gets the value of the usageuomid property. * * @return * possible object is * {@link UOMID_Type } * */ public UOMID_Type getUSAGEUOMID() { return usageuomid; } /** * Sets the value of the usageuomid property. * * @param value * allowed object is * {@link UOMID_Type } * */ public void setUSAGEUOMID(UOMID_Type value) { this.usageuomid = value; } /** * Gets the value of the readingdate property. * * @return * possible object is * {@link DATETIME } * */ public DATETIME getREADINGDATE() { return readingdate; } /** * Sets the value of the readingdate property. * * @param value * allowed object is * {@link DATETIME } * */ public void setREADINGDATE(DATETIME value) { this.readingdate = value; } /** * Gets the value of the workorderid property. * * @return * possible object is * {@link WOID_Type } * */ public WOID_Type getWORKORDERID() { return workorderid; } /** * Sets the value of the workorderid property. * * @param value * allowed object is * {@link WOID_Type } * */ public void setWORKORDERID(WOID_Type value) { this.workorderid = value; } /** * Gets the value of the relatedworkorderid property. * * @return * possible object is * {@link WOID_Type } * */ public WOID_Type getRELATEDWORKORDERID() { return relatedworkorderid; } /** * Sets the value of the relatedworkorderid property. * * @param value * allowed object is * {@link WOID_Type } * */ public void setRELATEDWORKORDERID(WOID_Type value) { this.relatedworkorderid = value; } /** * Gets the value of the actualreading property. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getACTUALREADING() { return actualreading; } /** * Sets the value of the actualreading property. * * @param value * allowed object is * {@link QUANTITY } * */ public void setACTUALREADING(QUANTITY value) { this.actualreading = value; } /** * Gets the value of the differencereading property. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getDIFFERENCEREADING() { return differencereading; } /** * Sets the value of the differencereading property. * * @param value * allowed object is * {@link QUANTITY } * */ public void setDIFFERENCEREADING(QUANTITY value) { this.differencereading = value; } /** * Gets the value of the childreading property. * * @return * possible object is * {@link String } * */ public String getCHILDREADING() { return childreading; } /** * Sets the value of the childreading property. * * @param value * allowed object is * {@link String } * */ public void setCHILDREADING(String value) { this.childreading = value; } /** * Gets the value of the usagehierarchytype property. * * @return * possible object is * {@link String } * */ public String getUSAGEHIERARCHYTYPE() { return usagehierarchytype; } /** * Sets the value of the usagehierarchytype property. * * @param value * allowed object is * {@link String } * */ public void setUSAGEHIERARCHYTYPE(String value) { this.usagehierarchytype = value; } /** * Gets the value of the standardUserDefinedFields property. * * @return * possible object is * {@link StandardUserDefinedFields } * */ public StandardUserDefinedFields getStandardUserDefinedFields() { return standardUserDefinedFields; } /** * Sets the value of the standardUserDefinedFields property. * * @param value * allowed object is * {@link StandardUserDefinedFields } * */ public void setStandardUserDefinedFields(StandardUserDefinedFields value) { this.standardUserDefinedFields = value; } /** * Gets the value of the equipmentid property. * * @return * possible object is * {@link EQUIPMENTID_Type } * */ public EQUIPMENTID_Type getEQUIPMENTID() { return equipmentid; } /** * Sets the value of the equipmentid property. * * @param value * allowed object is * {@link EQUIPMENTID_Type } * */ public void setEQUIPMENTID(EQUIPMENTID_Type value) { this.equipmentid = value; } /** * Gets the value of the recordid property. * * @return * possible object is * {@link Long } * */ public Long getRecordid() { return recordid; } /** * Sets the value of the recordid property. * * @param value * allowed object is * {@link Long } * */ public void setRecordid(Long value) { this.recordid = value; } /** * Gets the value of the is_Batchfuelissue property. * * @return * possible object is * {@link String } * */ public String getIs_Batchfuelissue() { return is_Batchfuelissue; } /** * Sets the value of the is_Batchfuelissue property. * * @param value * allowed object is * {@link String } * */ public void setIs_Batchfuelissue(String value) { this.is_Batchfuelissue = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy