public class EnergyWaterSupplyType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Energy Water Supply. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe the supply (and therefore consumption) of an amount of energy or water.</ccts:Definition>
<ccts:ObjectClass>Energy Water Supply</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
List<ConsumptionReportType> |
getConsumptionReport()
<?
|
List<EnergyTaxReportType> |
getEnergyTaxReport()
<?
|
List<ConsumptionCorrectionType> |
getEnergyWaterConsumptionCorrection()
<?
|
protected List<ConsumptionReportType> consumptionReport
protected List<EnergyTaxReportType> energyTaxReport
protected List<ConsumptionAverageType> consumptionAverage
protected List<ConsumptionCorrectionType> energyWaterConsumptionCorrection
public List<ConsumptionReportType> getConsumptionReport()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Energy Water Supply. Consumption Report</ccts:DictionaryEntryName>
<ccts:Definition>An amount of energy or water consumed.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Energy Water Supply</ccts:ObjectClass>
<ccts:PropertyTerm>Consumption Report</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Consumption Report</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Consumption Report</ccts:RepresentationTerm>
</ccts:Component>
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
public List<EnergyTaxReportType> getEnergyTaxReport()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Energy Water Supply. Energy Tax Report</ccts:DictionaryEntryName>
<ccts:Definition>A tax on the consumption of energy or water.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Energy Water Supply</ccts:ObjectClass>
<ccts:PropertyTerm>Energy Tax Report</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Energy Tax Report</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Energy Tax Report</ccts:RepresentationTerm>
</ccts:Component>
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
public List<ConsumptionAverageType> getConsumptionAverage()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Energy Water Supply. Consumption Average</ccts:DictionaryEntryName>
<ccts:Definition>A consumption average.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Energy Water Supply</ccts:ObjectClass>
<ccts:PropertyTerm>Consumption Average</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Consumption Average</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Consumption Average</ccts:RepresentationTerm>
</ccts:Component>
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
public List<ConsumptionCorrectionType> getEnergyWaterConsumptionCorrection()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Energy Water Supply. Energy Water_ Consumption Correction. Consumption Correction</ccts:DictionaryEntryName>
<ccts:Definition>Describes any corrections or adjustments to the supply of energy or water.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Energy Water Supply</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Energy Water</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Consumption Correction</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Consumption Correction</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Consumption Correction</ccts:RepresentationTerm>
</ccts:Component>
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
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.