Class ConsumptionCorrectionType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ConsumptionCorrectionType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActualTemperatureReductionQuantityTypeactualTemperatureReductionQuantityprotected ConsumptionEnergyQuantityTypeconsumptionEnergyQuantityprotected ConsumptionWaterQuantityTypeconsumptionWaterQuantityprotected CorrectionAmountTypecorrectionAmountprotected CorrectionTypeTypecorrectionTypeprotected CorrectionTypeCodeTypecorrectionTypeCodeprotected CorrectionUnitAmountTypecorrectionUnitAmountprotected List<DescriptionType>descriptionprotected DifferenceTemperatureReductionQuantityTypedifferenceTemperatureReductionQuantityprotected GasPressureQuantityTypegasPressureQuantityprotected MeterNumberTypemeterNumberprotected NormalTemperatureReductionQuantityTypenormalTemperatureReductionQuantity
-
Constructor Summary
Constructors Constructor Description ConsumptionCorrectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActualTemperatureReductionQuantityTypegetActualTemperatureReductionQuantity()Gets the value of the actualTemperatureReductionQuantity property.ConsumptionEnergyQuantityTypegetConsumptionEnergyQuantity()Gets the value of the consumptionEnergyQuantity property.ConsumptionWaterQuantityTypegetConsumptionWaterQuantity()Gets the value of the consumptionWaterQuantity property.CorrectionAmountTypegetCorrectionAmount()Gets the value of the correctionAmount property.CorrectionTypeTypegetCorrectionType()Gets the value of the correctionType property.CorrectionTypeCodeTypegetCorrectionTypeCode()Gets the value of the correctionTypeCode property.CorrectionUnitAmountTypegetCorrectionUnitAmount()Gets the value of the correctionUnitAmount property.List<DescriptionType>getDescription()Gets the value of the description property.DifferenceTemperatureReductionQuantityTypegetDifferenceTemperatureReductionQuantity()Gets the value of the differenceTemperatureReductionQuantity property.GasPressureQuantityTypegetGasPressureQuantity()Gets the value of the gasPressureQuantity property.MeterNumberTypegetMeterNumber()Gets the value of the meterNumber property.NormalTemperatureReductionQuantityTypegetNormalTemperatureReductionQuantity()Gets the value of the normalTemperatureReductionQuantity property.voidsetActualTemperatureReductionQuantity(ActualTemperatureReductionQuantityType value)Sets the value of the actualTemperatureReductionQuantity property.voidsetConsumptionEnergyQuantity(ConsumptionEnergyQuantityType value)Sets the value of the consumptionEnergyQuantity property.voidsetConsumptionWaterQuantity(ConsumptionWaterQuantityType value)Sets the value of the consumptionWaterQuantity property.voidsetCorrectionAmount(CorrectionAmountType value)Sets the value of the correctionAmount property.voidsetCorrectionType(CorrectionTypeType value)Sets the value of the correctionType property.voidsetCorrectionTypeCode(CorrectionTypeCodeType value)Sets the value of the correctionTypeCode property.voidsetCorrectionUnitAmount(CorrectionUnitAmountType value)Sets the value of the correctionUnitAmount property.voidsetDifferenceTemperatureReductionQuantity(DifferenceTemperatureReductionQuantityType value)Sets the value of the differenceTemperatureReductionQuantity property.voidsetGasPressureQuantity(GasPressureQuantityType value)Sets the value of the gasPressureQuantity property.voidsetMeterNumber(MeterNumberType value)Sets the value of the meterNumber property.voidsetNormalTemperatureReductionQuantity(NormalTemperatureReductionQuantityType value)Sets the value of the normalTemperatureReductionQuantity property.
-
-
-
Field Detail
-
correctionType
protected CorrectionTypeType correctionType
-
correctionTypeCode
protected CorrectionTypeCodeType correctionTypeCode
-
meterNumber
protected MeterNumberType meterNumber
-
gasPressureQuantity
protected GasPressureQuantityType gasPressureQuantity
-
actualTemperatureReductionQuantity
protected ActualTemperatureReductionQuantityType actualTemperatureReductionQuantity
-
normalTemperatureReductionQuantity
protected NormalTemperatureReductionQuantityType normalTemperatureReductionQuantity
-
differenceTemperatureReductionQuantity
protected DifferenceTemperatureReductionQuantityType differenceTemperatureReductionQuantity
-
description
protected List<DescriptionType> description
-
correctionUnitAmount
protected CorrectionUnitAmountType correctionUnitAmount
-
consumptionEnergyQuantity
protected ConsumptionEnergyQuantityType consumptionEnergyQuantity
-
consumptionWaterQuantity
protected ConsumptionWaterQuantityType consumptionWaterQuantity
-
correctionAmount
protected CorrectionAmountType correctionAmount
-
-
Method Detail
-
getCorrectionType
public CorrectionTypeType getCorrectionType()
Gets the value of the correctionType property.- Returns:
- possible object is
CorrectionTypeType
-
setCorrectionType
public void setCorrectionType(CorrectionTypeType value)
Sets the value of the correctionType property.- Parameters:
value- allowed object isCorrectionTypeType
-
getCorrectionTypeCode
public CorrectionTypeCodeType getCorrectionTypeCode()
Gets the value of the correctionTypeCode property.- Returns:
- possible object is
CorrectionTypeCodeType
-
setCorrectionTypeCode
public void setCorrectionTypeCode(CorrectionTypeCodeType value)
Sets the value of the correctionTypeCode property.- Parameters:
value- allowed object isCorrectionTypeCodeType
-
getMeterNumber
public MeterNumberType getMeterNumber()
Gets the value of the meterNumber property.- Returns:
- possible object is
MeterNumberType
-
setMeterNumber
public void setMeterNumber(MeterNumberType value)
Sets the value of the meterNumber property.- Parameters:
value- allowed object isMeterNumberType
-
getGasPressureQuantity
public GasPressureQuantityType getGasPressureQuantity()
Gets the value of the gasPressureQuantity property.- Returns:
- possible object is
GasPressureQuantityType
-
setGasPressureQuantity
public void setGasPressureQuantity(GasPressureQuantityType value)
Sets the value of the gasPressureQuantity property.- Parameters:
value- allowed object isGasPressureQuantityType
-
getActualTemperatureReductionQuantity
public ActualTemperatureReductionQuantityType getActualTemperatureReductionQuantity()
Gets the value of the actualTemperatureReductionQuantity property.- Returns:
- possible object is
ActualTemperatureReductionQuantityType
-
setActualTemperatureReductionQuantity
public void setActualTemperatureReductionQuantity(ActualTemperatureReductionQuantityType value)
Sets the value of the actualTemperatureReductionQuantity property.- Parameters:
value- allowed object isActualTemperatureReductionQuantityType
-
getNormalTemperatureReductionQuantity
public NormalTemperatureReductionQuantityType getNormalTemperatureReductionQuantity()
Gets the value of the normalTemperatureReductionQuantity property.- Returns:
- possible object is
NormalTemperatureReductionQuantityType
-
setNormalTemperatureReductionQuantity
public void setNormalTemperatureReductionQuantity(NormalTemperatureReductionQuantityType value)
Sets the value of the normalTemperatureReductionQuantity property.- Parameters:
value- allowed object isNormalTemperatureReductionQuantityType
-
getDifferenceTemperatureReductionQuantity
public DifferenceTemperatureReductionQuantityType getDifferenceTemperatureReductionQuantity()
Gets the value of the differenceTemperatureReductionQuantity property.- Returns:
- possible object is
DifferenceTemperatureReductionQuantityType
-
setDifferenceTemperatureReductionQuantity
public void setDifferenceTemperatureReductionQuantity(DifferenceTemperatureReductionQuantityType value)
Sets the value of the differenceTemperatureReductionQuantity property.- Parameters:
value- allowed object isDifferenceTemperatureReductionQuantityType
-
getDescription
public List<DescriptionType> getDescription()
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
setmethod 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
-
getCorrectionUnitAmount
public CorrectionUnitAmountType getCorrectionUnitAmount()
Gets the value of the correctionUnitAmount property.- Returns:
- possible object is
CorrectionUnitAmountType
-
setCorrectionUnitAmount
public void setCorrectionUnitAmount(CorrectionUnitAmountType value)
Sets the value of the correctionUnitAmount property.- Parameters:
value- allowed object isCorrectionUnitAmountType
-
getConsumptionEnergyQuantity
public ConsumptionEnergyQuantityType getConsumptionEnergyQuantity()
Gets the value of the consumptionEnergyQuantity property.- Returns:
- possible object is
ConsumptionEnergyQuantityType
-
setConsumptionEnergyQuantity
public void setConsumptionEnergyQuantity(ConsumptionEnergyQuantityType value)
Sets the value of the consumptionEnergyQuantity property.- Parameters:
value- allowed object isConsumptionEnergyQuantityType
-
getConsumptionWaterQuantity
public ConsumptionWaterQuantityType getConsumptionWaterQuantity()
Gets the value of the consumptionWaterQuantity property.- Returns:
- possible object is
ConsumptionWaterQuantityType
-
setConsumptionWaterQuantity
public void setConsumptionWaterQuantity(ConsumptionWaterQuantityType value)
Sets the value of the consumptionWaterQuantity property.- Parameters:
value- allowed object isConsumptionWaterQuantityType
-
getCorrectionAmount
public CorrectionAmountType getCorrectionAmount()
Gets the value of the correctionAmount property.- Returns:
- possible object is
CorrectionAmountType
-
setCorrectionAmount
public void setCorrectionAmount(CorrectionAmountType value)
Sets the value of the correctionAmount property.- Parameters:
value- allowed object isCorrectionAmountType
-
-