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>
| Modifier and Type | Field and Description |
|---|---|
protected MeterConstantType |
meterConstant |
protected MeterConstantCodeType |
meterConstantCode |
protected MeterNameType |
meterName |
protected MeterNumberType |
meterNumber |
protected List<MeterPropertyType> |
meterProperty |
protected List<MeterReadingType> |
meterReading |
protected TotalDeliveredQuantityType |
totalDeliveredQuantity |
| Constructor and Description |
|---|
MeterType() |
| Modifier and Type | Method and Description |
|---|---|
MeterConstantType |
getMeterConstant()
Gets the value of the meterConstant property.
|
MeterConstantCodeType |
getMeterConstantCode()
Gets the value of the meterConstantCode property.
|
MeterNameType |
getMeterName()
Gets the value of the meterName property.
|
MeterNumberType |
getMeterNumber()
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.
|
TotalDeliveredQuantityType |
getTotalDeliveredQuantity()
Gets the value of the totalDeliveredQuantity property.
|
void |
setMeterConstant(MeterConstantType value)
Sets the value of the meterConstant property.
|
void |
setMeterConstantCode(MeterConstantCodeType value)
Sets the value of the meterConstantCode property.
|
void |
setMeterName(MeterNameType value)
Sets the value of the meterName property.
|
void |
setMeterNumber(MeterNumberType value)
Sets the value of the meterNumber property.
|
void |
setTotalDeliveredQuantity(TotalDeliveredQuantityType value)
Sets the value of the totalDeliveredQuantity property.
|
protected MeterNumberType meterNumber
protected MeterNameType meterName
protected MeterConstantType meterConstant
protected MeterConstantCodeType meterConstantCode
protected TotalDeliveredQuantityType totalDeliveredQuantity
protected List<MeterReadingType> meterReading
protected List<MeterPropertyType> meterProperty
public MeterNumberType getMeterNumber()
MeterNumberTypepublic void setMeterNumber(MeterNumberType value)
value - allowed object is
MeterNumberTypepublic MeterNameType getMeterName()
MeterNameTypepublic void setMeterName(MeterNameType value)
value - allowed object is
MeterNameTypepublic MeterConstantType getMeterConstant()
MeterConstantTypepublic void setMeterConstant(MeterConstantType value)
value - allowed object is
MeterConstantTypepublic MeterConstantCodeType getMeterConstantCode()
MeterConstantCodeTypepublic void setMeterConstantCode(MeterConstantCodeType value)
value - allowed object is
MeterConstantCodeTypepublic TotalDeliveredQuantityType getTotalDeliveredQuantity()
TotalDeliveredQuantityTypepublic void setTotalDeliveredQuantity(TotalDeliveredQuantityType value)
value - allowed object is
TotalDeliveredQuantityTypepublic List<MeterReadingType> getMeterReading()
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 set method 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
public List<MeterPropertyType> getMeterProperty()
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 set method 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.