Class EnergyWaterSupplyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EnergyWaterSupplyType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ConsumptionAverageType>consumptionAverageprotected List<ConsumptionReportType>consumptionReportprotected List<EnergyTaxReportType>energyTaxReportprotected List<ConsumptionCorrectionType>energyWaterConsumptionCorrection
-
Constructor Summary
Constructors Constructor Description EnergyWaterSupplyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
consumptionReport
protected List<ConsumptionReportType> consumptionReport
-
energyTaxReport
protected List<EnergyTaxReportType> energyTaxReport
-
consumptionAverage
protected List<ConsumptionAverageType> consumptionAverage
-
energyWaterConsumptionCorrection
protected List<ConsumptionCorrectionType> energyWaterConsumptionCorrection
-
-
Method Detail
-
getConsumptionReport
public List<ConsumptionReportType> getConsumptionReport()
Gets the value of the consumptionReport 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 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- Returns:
- The value of the consumptionReport property.
-
getEnergyTaxReport
public List<EnergyTaxReportType> getEnergyTaxReport()
Gets the value of the energyTaxReport 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 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- Returns:
- The value of the energyTaxReport property.
-
getConsumptionAverage
public List<ConsumptionAverageType> getConsumptionAverage()
Gets the value of the consumptionAverage 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 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- Returns:
- The value of the consumptionAverage property.
-
getEnergyWaterConsumptionCorrection
public List<ConsumptionCorrectionType> getEnergyWaterConsumptionCorrection()
Gets the value of the energyWaterConsumptionCorrection 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 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- Returns:
- The value of the energyWaterConsumptionCorrection property.
-
-