public class ConsumptionCorrectionType extends Object
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() |
| Modifier and Type | Method and Description |
|---|---|
ActualTemperatureReductionQuantityType |
getActualTemperatureReductionQuantity()
Gets the value of the actualTemperatureReductionQuantity property.
|
ConsumptionEnergyQuantityType |
getConsumptionEnergyQuantity()
Gets the value of the consumptionEnergyQuantity property.
|
ConsumptionWaterQuantityType |
getConsumptionWaterQuantity()
Gets the value of the consumptionWaterQuantity property.
|
CorrectionAmountType |
getCorrectionAmount()
Gets the value of the correctionAmount property.
|
CorrectionTypeType |
getCorrectionType()
Gets the value of the correctionType property.
|
CorrectionTypeCodeType |
getCorrectionTypeCode()
Gets the value of the correctionTypeCode property.
|
CorrectionUnitAmountType |
getCorrectionUnitAmount()
Gets the value of the correctionUnitAmount property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DifferenceTemperatureReductionQuantityType |
getDifferenceTemperatureReductionQuantity()
Gets the value of the differenceTemperatureReductionQuantity property.
|
GasPressureQuantityType |
getGasPressureQuantity()
Gets the value of the gasPressureQuantity property.
|
MeterNumberType |
getMeterNumber()
Gets the value of the meterNumber property.
|
NormalTemperatureReductionQuantityType |
getNormalTemperatureReductionQuantity()
Gets the value of the normalTemperatureReductionQuantity property.
|
void |
setActualTemperatureReductionQuantity(ActualTemperatureReductionQuantityType value)
Sets the value of the actualTemperatureReductionQuantity property.
|
void |
setConsumptionEnergyQuantity(ConsumptionEnergyQuantityType value)
Sets the value of the consumptionEnergyQuantity property.
|
void |
setConsumptionWaterQuantity(ConsumptionWaterQuantityType value)
Sets the value of the consumptionWaterQuantity property.
|
void |
setCorrectionAmount(CorrectionAmountType value)
Sets the value of the correctionAmount property.
|
void |
setCorrectionType(CorrectionTypeType value)
Sets the value of the correctionType property.
|
void |
setCorrectionTypeCode(CorrectionTypeCodeType value)
Sets the value of the correctionTypeCode property.
|
void |
setCorrectionUnitAmount(CorrectionUnitAmountType value)
Sets the value of the correctionUnitAmount property.
|
void |
setDifferenceTemperatureReductionQuantity(DifferenceTemperatureReductionQuantityType value)
Sets the value of the differenceTemperatureReductionQuantity property.
|
void |
setGasPressureQuantity(GasPressureQuantityType value)
Sets the value of the gasPressureQuantity property.
|
void |
setMeterNumber(MeterNumberType value)
Sets the value of the meterNumber property.
|
void |
setNormalTemperatureReductionQuantity(NormalTemperatureReductionQuantityType value)
Sets the value of the normalTemperatureReductionQuantity property.
|
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()
CorrectionTypeTypepublic void setCorrectionType(CorrectionTypeType value)
value - allowed object is
CorrectionTypeTypepublic CorrectionTypeCodeType getCorrectionTypeCode()
CorrectionTypeCodeTypepublic void setCorrectionTypeCode(CorrectionTypeCodeType value)
value - allowed object is
CorrectionTypeCodeTypepublic MeterNumberType getMeterNumber()
MeterNumberTypepublic void setMeterNumber(MeterNumberType value)
value - allowed object is
MeterNumberTypepublic GasPressureQuantityType getGasPressureQuantity()
GasPressureQuantityTypepublic void setGasPressureQuantity(GasPressureQuantityType value)
value - allowed object is
GasPressureQuantityTypepublic ActualTemperatureReductionQuantityType getActualTemperatureReductionQuantity()
ActualTemperatureReductionQuantityTypepublic void setActualTemperatureReductionQuantity(ActualTemperatureReductionQuantityType value)
value - allowed object is
ActualTemperatureReductionQuantityTypepublic NormalTemperatureReductionQuantityType getNormalTemperatureReductionQuantity()
NormalTemperatureReductionQuantityTypepublic void setNormalTemperatureReductionQuantity(NormalTemperatureReductionQuantityType value)
value - allowed object is
NormalTemperatureReductionQuantityTypepublic DifferenceTemperatureReductionQuantityType getDifferenceTemperatureReductionQuantity()
DifferenceTemperatureReductionQuantityTypepublic void setDifferenceTemperatureReductionQuantity(DifferenceTemperatureReductionQuantityType value)
value - allowed object is
DifferenceTemperatureReductionQuantityTypepublic List<DescriptionType> getDescription()
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()
CorrectionUnitAmountTypepublic void setCorrectionUnitAmount(CorrectionUnitAmountType value)
value - allowed object is
CorrectionUnitAmountTypepublic ConsumptionEnergyQuantityType getConsumptionEnergyQuantity()
ConsumptionEnergyQuantityTypepublic void setConsumptionEnergyQuantity(ConsumptionEnergyQuantityType value)
value - allowed object is
ConsumptionEnergyQuantityTypepublic ConsumptionWaterQuantityType getConsumptionWaterQuantity()
ConsumptionWaterQuantityTypepublic void setConsumptionWaterQuantity(ConsumptionWaterQuantityType value)
value - allowed object is
ConsumptionWaterQuantityTypepublic CorrectionAmountType getCorrectionAmount()
CorrectionAmountTypepublic void setCorrectionAmount(CorrectionAmountType value)
value - allowed object is
CorrectionAmountTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.