Class MeterType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.MeterType
-
public class MeterType extends Object
Java class for MeterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterNumber" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterName" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterConstant" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterConstantCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalDeliveredQuantity" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeterReading" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeterProperty" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MeterConstantTypemeterConstantprotected MeterConstantCodeTypemeterConstantCodeprotected MeterNameTypemeterNameprotected MeterNumberTypemeterNumberprotected List<MeterPropertyType>meterPropertyprotected List<MeterReadingType>meterReadingprotected TotalDeliveredQuantityTypetotalDeliveredQuantity
-
Constructor Summary
Constructors Constructor Description MeterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeterConstantTypegetMeterConstant()Gets the value of the meterConstant property.MeterConstantCodeTypegetMeterConstantCode()Gets the value of the meterConstantCode property.MeterNameTypegetMeterName()Gets the value of the meterName property.MeterNumberTypegetMeterNumber()Gets the value of the meterNumber property.List<MeterPropertyType>getMeterProperty()Gets the value of the meterProperty property.List<MeterReadingType>getMeterReading()Gets the value of the meterReading property.TotalDeliveredQuantityTypegetTotalDeliveredQuantity()Gets the value of the totalDeliveredQuantity property.voidsetMeterConstant(MeterConstantType value)Sets the value of the meterConstant property.voidsetMeterConstantCode(MeterConstantCodeType value)Sets the value of the meterConstantCode property.voidsetMeterName(MeterNameType value)Sets the value of the meterName property.voidsetMeterNumber(MeterNumberType value)Sets the value of the meterNumber property.voidsetTotalDeliveredQuantity(TotalDeliveredQuantityType value)Sets the value of the totalDeliveredQuantity property.
-
-
-
Field Detail
-
meterNumber
protected MeterNumberType meterNumber
-
meterName
protected MeterNameType meterName
-
meterConstant
protected MeterConstantType meterConstant
-
meterConstantCode
protected MeterConstantCodeType meterConstantCode
-
totalDeliveredQuantity
protected TotalDeliveredQuantityType totalDeliveredQuantity
-
meterReading
protected List<MeterReadingType> meterReading
-
meterProperty
protected List<MeterPropertyType> meterProperty
-
-
Method Detail
-
getMeterNumber
public MeterNumberType getMeterNumber()
Gets the value of the meterNumber property.- Returns:
- possible object is
MeterNumberType
-
setMeterNumber
public void setMeterNumber(MeterNumberType value)
Sets the value of the meterNumber property.- Parameters:
value- allowed object isMeterNumberType
-
getMeterName
public MeterNameType getMeterName()
Gets the value of the meterName property.- Returns:
- possible object is
MeterNameType
-
setMeterName
public void setMeterName(MeterNameType value)
Sets the value of the meterName property.- Parameters:
value- allowed object isMeterNameType
-
getMeterConstant
public MeterConstantType getMeterConstant()
Gets the value of the meterConstant property.- Returns:
- possible object is
MeterConstantType
-
setMeterConstant
public void setMeterConstant(MeterConstantType value)
Sets the value of the meterConstant property.- Parameters:
value- allowed object isMeterConstantType
-
getMeterConstantCode
public MeterConstantCodeType getMeterConstantCode()
Gets the value of the meterConstantCode property.- Returns:
- possible object is
MeterConstantCodeType
-
setMeterConstantCode
public void setMeterConstantCode(MeterConstantCodeType value)
Sets the value of the meterConstantCode property.- Parameters:
value- allowed object isMeterConstantCodeType
-
getTotalDeliveredQuantity
public TotalDeliveredQuantityType getTotalDeliveredQuantity()
Gets the value of the totalDeliveredQuantity property.- Returns:
- possible object is
TotalDeliveredQuantityType
-
setTotalDeliveredQuantity
public void setTotalDeliveredQuantity(TotalDeliveredQuantityType value)
Sets the value of the totalDeliveredQuantity property.- Parameters:
value- allowed object isTotalDeliveredQuantityType
-
getMeterReading
public List<MeterReadingType> getMeterReading()
Gets the value of the meterReading property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the meterReading property.For example, to add a new item, do as follows:
getMeterReading().add(newItem);Objects of the following type(s) are allowed in the list
MeterReadingType
-
getMeterProperty
public List<MeterPropertyType> getMeterProperty()
Gets the value of the meterProperty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the meterProperty property.For example, to add a new item, do as follows:
getMeterProperty().add(newItem);Objects of the following type(s) are allowed in the list
MeterPropertyType
-
-