public class ConsumptionCorrectionType 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>Consumption Correction. Details</ccts:DictionaryEntryName>
<ccts:Definition>The Statement of correction, for examples heating correction.</ccts:Definition>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
</ccts:Component>
Java class for ConsumptionCorrectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsumptionCorrectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CorrectionType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CorrectionTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MeterNumber" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}GasPressureQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ActualTemperatureReductionQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NormalTemperatureReductionQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DifferenceTemperatureReductionQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CorrectionUnitAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionEnergyQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionWaterQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CorrectionAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActualTemperatureReductionQuantityType |
actualTemperatureReductionQuantity |
protected ConsumptionEnergyQuantityType |
consumptionEnergyQuantity |
protected ConsumptionWaterQuantityType |
consumptionWaterQuantity |
protected CorrectionAmountType |
correctionAmount |
protected CorrectionTypeType |
correctionType |
protected CorrectionTypeCodeType |
correctionTypeCode |
protected CorrectionUnitAmountType |
correctionUnitAmount |
protected List<DescriptionType> |
description |
protected DifferenceTemperatureReductionQuantityType |
differenceTemperatureReductionQuantity |
protected GasPressureQuantityType |
gasPressureQuantity |
protected MeterNumberType |
meterNumber |
protected NormalTemperatureReductionQuantityType |
normalTemperatureReductionQuantity |
| Constructor and Description |
|---|
ConsumptionCorrectionType() |
protected CorrectionTypeType correctionType
protected CorrectionTypeCodeType correctionTypeCode
protected MeterNumberType meterNumber
protected GasPressureQuantityType gasPressureQuantity
protected ActualTemperatureReductionQuantityType actualTemperatureReductionQuantity
protected NormalTemperatureReductionQuantityType normalTemperatureReductionQuantity
protected DifferenceTemperatureReductionQuantityType differenceTemperatureReductionQuantity
protected List<DescriptionType> description
protected CorrectionUnitAmountType correctionUnitAmount
protected ConsumptionEnergyQuantityType consumptionEnergyQuantity
protected ConsumptionWaterQuantityType consumptionWaterQuantity
protected CorrectionAmountType correctionAmount
public CorrectionTypeType getCorrectionType()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Correction Type. Text</ccts:DictionaryEntryName>
<ccts:Definition>Statement for the correction type.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Correction Type</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:Examples>Heating Correction</ccts:Examples>
</ccts:Component>
CorrectionTypeTypepublic void setCorrectionType(CorrectionTypeType value)
value - allowed object is
CorrectionTypeTypepublic CorrectionTypeCodeType getCorrectionTypeCode()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Correction Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>Statement at the code for the correction type.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Correction Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
<ccts:Examples>HeatingCorrection</ccts:Examples>
</ccts:Component>
CorrectionTypeCodeTypepublic void setCorrectionTypeCode(CorrectionTypeCodeType value)
value - allowed object is
CorrectionTypeCodeTypepublic MeterNumberType getMeterNumber()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Meter Number. Text</ccts:DictionaryEntryName>
<ccts:Definition>Statement for meter number.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Meter Number</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:Examples>530071575</ccts:Examples>
</ccts:Component>
MeterNumberTypepublic void setMeterNumber(MeterNumberType value)
value - allowed object is
MeterNumberTypepublic GasPressureQuantityType getGasPressureQuantity()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Gas Pressure. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Correction of the gas pressure.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Gas Pressure</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
GasPressureQuantityTypepublic void setGasPressureQuantity(GasPressureQuantityType value)
value - allowed object is
GasPressureQuantityTypepublic ActualTemperatureReductionQuantityType getActualTemperatureReductionQuantity()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Actual_ Temperature Reduction. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Statement for the actuel heating correction temperature.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Actual</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Temperature Reduction</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>-36.69</ccts:Examples>
</ccts:Component>
ActualTemperatureReductionQuantityTypepublic void setActualTemperatureReductionQuantity(ActualTemperatureReductionQuantityType value)
value - allowed object is
ActualTemperatureReductionQuantityTypepublic NormalTemperatureReductionQuantityType getNormalTemperatureReductionQuantity()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Normal_ Temperature Reduction. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Statement for the standard for heating correction temperature.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Normal</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Temperature Reduction</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>-37.00</ccts:Examples>
</ccts:Component>
NormalTemperatureReductionQuantityTypepublic void setNormalTemperatureReductionQuantity(NormalTemperatureReductionQuantityType value)
value - allowed object is
NormalTemperatureReductionQuantityTypepublic DifferenceTemperatureReductionQuantityType getDifferenceTemperatureReductionQuantity()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Difference_ Temperature Reduction. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Deviation from standard heating correction.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Difference</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Temperature Reduction</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>0.31</ccts:Examples>
</ccts:Component>
DifferenceTemperatureReductionQuantityTypepublic void setDifferenceTemperatureReductionQuantity(DifferenceTemperatureReductionQuantityType value)
value - allowed object is
DifferenceTemperatureReductionQuantityTypepublic List<DescriptionType> getDescription()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Description related to the corrections.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the description 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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public CorrectionUnitAmountType getCorrectionUnitAmount()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Correction Unit Amount. Amount</ccts:DictionaryEntryName>
<ccts:Definition>Correction per MWH per degree C.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Correction Unit Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
<ccts:Examples>0.0000</ccts:Examples>
</ccts:Component>
CorrectionUnitAmountTypepublic void setCorrectionUnitAmount(CorrectionUnitAmountType value)
value - allowed object is
CorrectionUnitAmountTypepublic ConsumptionEnergyQuantityType getConsumptionEnergyQuantity()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Consumption Energy. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Your consumpt for district heating energy.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Consumption Energy</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>563.6240</ccts:Examples>
</ccts:Component>
ConsumptionEnergyQuantityTypepublic void setConsumptionEnergyQuantity(ConsumptionEnergyQuantityType value)
value - allowed object is
ConsumptionEnergyQuantityTypepublic ConsumptionWaterQuantityType getConsumptionWaterQuantity()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Consumption Water. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>Your consumpt for district heating water.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Consumption Water</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>13212.14</ccts:Examples>
</ccts:Component>
ConsumptionWaterQuantityTypepublic void setConsumptionWaterQuantity(ConsumptionWaterQuantityType value)
value - allowed object is
ConsumptionWaterQuantityTypepublic CorrectionAmountType getCorrectionAmount()
<?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>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Consumption Correction. Correction Amount. Amount</ccts:DictionaryEntryName>
<ccts:Definition>Your correction for heating correction.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Consumption Correction</ccts:ObjectClass>
<ccts:PropertyTerm>Correction Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
<ccts:Examples>0.00</ccts:Examples>
</ccts:Component>
CorrectionAmountTypepublic void setCorrectionAmount(CorrectionAmountType value)
value - allowed object is
CorrectionAmountTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.