public class MeterReadingType extends Object
Java class for MeterReadingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeterReadingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterReadingType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterReadingTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreviousMeterReadingDate"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreviousMeterQuantity"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestMeterReadingDate"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestMeterQuantity"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreviousMeterReadingMethod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreviousMeterReadingMethodCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestMeterReadingMethod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestMeterReadingMethodCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterReadingComments" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DeliveredQuantity"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeliveredQuantityType |
deliveredQuantity |
protected IDType |
id |
protected LatestMeterQuantityType |
latestMeterQuantity |
protected LatestMeterReadingDateType |
latestMeterReadingDate |
protected LatestMeterReadingMethodType |
latestMeterReadingMethod |
protected LatestMeterReadingMethodCodeType |
latestMeterReadingMethodCode |
protected List<MeterReadingCommentsType> |
meterReadingComments |
protected MeterReadingTypeType |
meterReadingType |
protected MeterReadingTypeCodeType |
meterReadingTypeCode |
protected PreviousMeterQuantityType |
previousMeterQuantity |
protected PreviousMeterReadingDateType |
previousMeterReadingDate |
protected PreviousMeterReadingMethodType |
previousMeterReadingMethod |
protected PreviousMeterReadingMethodCodeType |
previousMeterReadingMethodCode |
| Constructor and Description |
|---|
MeterReadingType() |
| Modifier and Type | Method and Description |
|---|---|
DeliveredQuantityType |
getDeliveredQuantity()
Gets the value of the deliveredQuantity property.
|
IDType |
getID()
Gets the value of the id property.
|
LatestMeterQuantityType |
getLatestMeterQuantity()
Gets the value of the latestMeterQuantity property.
|
LatestMeterReadingDateType |
getLatestMeterReadingDate()
Gets the value of the latestMeterReadingDate property.
|
LatestMeterReadingMethodType |
getLatestMeterReadingMethod()
Gets the value of the latestMeterReadingMethod property.
|
LatestMeterReadingMethodCodeType |
getLatestMeterReadingMethodCode()
Gets the value of the latestMeterReadingMethodCode property.
|
List<MeterReadingCommentsType> |
getMeterReadingComments()
Gets the value of the meterReadingComments property.
|
MeterReadingTypeType |
getMeterReadingType()
Gets the value of the meterReadingType property.
|
MeterReadingTypeCodeType |
getMeterReadingTypeCode()
Gets the value of the meterReadingTypeCode property.
|
PreviousMeterQuantityType |
getPreviousMeterQuantity()
Gets the value of the previousMeterQuantity property.
|
PreviousMeterReadingDateType |
getPreviousMeterReadingDate()
Gets the value of the previousMeterReadingDate property.
|
PreviousMeterReadingMethodType |
getPreviousMeterReadingMethod()
Gets the value of the previousMeterReadingMethod property.
|
PreviousMeterReadingMethodCodeType |
getPreviousMeterReadingMethodCode()
Gets the value of the previousMeterReadingMethodCode property.
|
void |
setDeliveredQuantity(DeliveredQuantityType value)
Sets the value of the deliveredQuantity property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setLatestMeterQuantity(LatestMeterQuantityType value)
Sets the value of the latestMeterQuantity property.
|
void |
setLatestMeterReadingDate(LatestMeterReadingDateType value)
Sets the value of the latestMeterReadingDate property.
|
void |
setLatestMeterReadingMethod(LatestMeterReadingMethodType value)
Sets the value of the latestMeterReadingMethod property.
|
void |
setLatestMeterReadingMethodCode(LatestMeterReadingMethodCodeType value)
Sets the value of the latestMeterReadingMethodCode property.
|
void |
setMeterReadingType(MeterReadingTypeType value)
Sets the value of the meterReadingType property.
|
void |
setMeterReadingTypeCode(MeterReadingTypeCodeType value)
Sets the value of the meterReadingTypeCode property.
|
void |
setPreviousMeterQuantity(PreviousMeterQuantityType value)
Sets the value of the previousMeterQuantity property.
|
void |
setPreviousMeterReadingDate(PreviousMeterReadingDateType value)
Sets the value of the previousMeterReadingDate property.
|
void |
setPreviousMeterReadingMethod(PreviousMeterReadingMethodType value)
Sets the value of the previousMeterReadingMethod property.
|
void |
setPreviousMeterReadingMethodCode(PreviousMeterReadingMethodCodeType value)
Sets the value of the previousMeterReadingMethodCode property.
|
protected IDType id
protected MeterReadingTypeType meterReadingType
protected MeterReadingTypeCodeType meterReadingTypeCode
protected PreviousMeterReadingDateType previousMeterReadingDate
protected PreviousMeterQuantityType previousMeterQuantity
protected LatestMeterReadingDateType latestMeterReadingDate
protected LatestMeterQuantityType latestMeterQuantity
protected PreviousMeterReadingMethodType previousMeterReadingMethod
protected PreviousMeterReadingMethodCodeType previousMeterReadingMethodCode
protected LatestMeterReadingMethodType latestMeterReadingMethod
protected LatestMeterReadingMethodCodeType latestMeterReadingMethodCode
protected List<MeterReadingCommentsType> meterReadingComments
protected DeliveredQuantityType deliveredQuantity
public void setID(IDType value)
value - allowed object is
IDTypepublic MeterReadingTypeType getMeterReadingType()
MeterReadingTypeTypepublic void setMeterReadingType(MeterReadingTypeType value)
value - allowed object is
MeterReadingTypeTypepublic MeterReadingTypeCodeType getMeterReadingTypeCode()
MeterReadingTypeCodeTypepublic void setMeterReadingTypeCode(MeterReadingTypeCodeType value)
value - allowed object is
MeterReadingTypeCodeTypepublic PreviousMeterReadingDateType getPreviousMeterReadingDate()
PreviousMeterReadingDateTypepublic void setPreviousMeterReadingDate(PreviousMeterReadingDateType value)
value - allowed object is
PreviousMeterReadingDateTypepublic PreviousMeterQuantityType getPreviousMeterQuantity()
PreviousMeterQuantityTypepublic void setPreviousMeterQuantity(PreviousMeterQuantityType value)
value - allowed object is
PreviousMeterQuantityTypepublic LatestMeterReadingDateType getLatestMeterReadingDate()
LatestMeterReadingDateTypepublic void setLatestMeterReadingDate(LatestMeterReadingDateType value)
value - allowed object is
LatestMeterReadingDateTypepublic LatestMeterQuantityType getLatestMeterQuantity()
LatestMeterQuantityTypepublic void setLatestMeterQuantity(LatestMeterQuantityType value)
value - allowed object is
LatestMeterQuantityTypepublic PreviousMeterReadingMethodType getPreviousMeterReadingMethod()
PreviousMeterReadingMethodTypepublic void setPreviousMeterReadingMethod(PreviousMeterReadingMethodType value)
value - allowed object is
PreviousMeterReadingMethodTypepublic PreviousMeterReadingMethodCodeType getPreviousMeterReadingMethodCode()
PreviousMeterReadingMethodCodeTypepublic void setPreviousMeterReadingMethodCode(PreviousMeterReadingMethodCodeType value)
value - allowed object is
PreviousMeterReadingMethodCodeTypepublic LatestMeterReadingMethodType getLatestMeterReadingMethod()
LatestMeterReadingMethodTypepublic void setLatestMeterReadingMethod(LatestMeterReadingMethodType value)
value - allowed object is
LatestMeterReadingMethodTypepublic LatestMeterReadingMethodCodeType getLatestMeterReadingMethodCode()
LatestMeterReadingMethodCodeTypepublic void setLatestMeterReadingMethodCode(LatestMeterReadingMethodCodeType value)
value - allowed object is
LatestMeterReadingMethodCodeTypepublic List<MeterReadingCommentsType> getMeterReadingComments()
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 meterReadingComments property.
For example, to add a new item, do as follows:
getMeterReadingComments().add(newItem);
Objects of the following type(s) are allowed in the list
MeterReadingCommentsType
public DeliveredQuantityType getDeliveredQuantity()
DeliveredQuantityTypepublic void setDeliveredQuantity(DeliveredQuantityType value)
value - allowed object is
DeliveredQuantityTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.