Class 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>
     
    • Constructor Detail

      • EnergyWaterSupplyType

        public EnergyWaterSupplyType()
    • 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 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

        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 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

        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 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

        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 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

        Returns:
        The value of the energyWaterConsumptionCorrection property.