public class EnergyWaterSupplyType extends Object
Java class for EnergyWaterSupplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyWaterSupplyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ConsumptionReport" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EnergyTaxReport" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ConsumptionAverage" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EnergyWaterConsumptionCorrection" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ConsumptionAverageType> |
consumptionAverage |
protected List<ConsumptionReportType> |
consumptionReport |
protected List<EnergyTaxReportType> |
energyTaxReport |
protected List<ConsumptionCorrectionType> |
energyWaterConsumptionCorrection |
| Constructor and Description |
|---|
EnergyWaterSupplyType() |
| Modifier and Type | Method and Description |
|---|---|
List<ConsumptionAverageType> |
getConsumptionAverage()
Gets the value of the consumptionAverage property.
|
List<ConsumptionReportType> |
getConsumptionReport()
Gets the value of the consumptionReport property.
|
List<EnergyTaxReportType> |
getEnergyTaxReport()
Gets the value of the energyTaxReport property.
|
List<ConsumptionCorrectionType> |
getEnergyWaterConsumptionCorrection()
Gets the value of the energyWaterConsumptionCorrection property.
|
protected List<ConsumptionReportType> consumptionReport
protected List<EnergyTaxReportType> energyTaxReport
protected List<ConsumptionAverageType> consumptionAverage
protected List<ConsumptionCorrectionType> energyWaterConsumptionCorrection
public List<ConsumptionReportType> getConsumptionReport()
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 consumptionReport property.
For example, to add a new item, do as follows:
getConsumptionReport().add(newItem);
Objects of the following type(s) are allowed in the list
ConsumptionReportType
public List<EnergyTaxReportType> getEnergyTaxReport()
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 energyTaxReport property.
For example, to add a new item, do as follows:
getEnergyTaxReport().add(newItem);
Objects of the following type(s) are allowed in the list
EnergyTaxReportType
public List<ConsumptionAverageType> getConsumptionAverage()
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 consumptionAverage property.
For example, to add a new item, do as follows:
getConsumptionAverage().add(newItem);
Objects of the following type(s) are allowed in the list
ConsumptionAverageType
public List<ConsumptionCorrectionType> getEnergyWaterConsumptionCorrection()
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 energyWaterConsumptionCorrection property.
For example, to add a new item, do as follows:
getEnergyWaterConsumptionCorrection().add(newItem);
Objects of the following type(s) are allowed in the list
ConsumptionCorrectionType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.