Class ConsumptionReportReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ConsumptionReportReferenceType
-
public class ConsumptionReportReferenceType extends Object
Java class for ConsumptionReportReferenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsumptionReportReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionReportID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionType" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalConsumedQuantity"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConsumptionReportIDTypeconsumptionReportIDprotected ConsumptionTypeTypeconsumptionTypeprotected ConsumptionTypeCodeTypeconsumptionTypeCodeprotected PeriodTypeperiodprotected TotalConsumedQuantityTypetotalConsumedQuantity
-
Constructor Summary
Constructors Constructor Description ConsumptionReportReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumptionReportIDTypegetConsumptionReportID()Gets the value of the consumptionReportID property.ConsumptionTypeTypegetConsumptionType()Gets the value of the consumptionType property.ConsumptionTypeCodeTypegetConsumptionTypeCode()Gets the value of the consumptionTypeCode property.PeriodTypegetPeriod()Gets the value of the period property.TotalConsumedQuantityTypegetTotalConsumedQuantity()Gets the value of the totalConsumedQuantity property.voidsetConsumptionReportID(ConsumptionReportIDType value)Sets the value of the consumptionReportID property.voidsetConsumptionType(ConsumptionTypeType value)Sets the value of the consumptionType property.voidsetConsumptionTypeCode(ConsumptionTypeCodeType value)Sets the value of the consumptionTypeCode property.voidsetPeriod(PeriodType value)Sets the value of the period property.voidsetTotalConsumedQuantity(TotalConsumedQuantityType value)Sets the value of the totalConsumedQuantity property.
-
-
-
Field Detail
-
consumptionReportID
protected ConsumptionReportIDType consumptionReportID
-
consumptionType
protected ConsumptionTypeType consumptionType
-
consumptionTypeCode
protected ConsumptionTypeCodeType consumptionTypeCode
-
totalConsumedQuantity
protected TotalConsumedQuantityType totalConsumedQuantity
-
period
protected PeriodType period
-
-
Method Detail
-
getConsumptionReportID
public ConsumptionReportIDType getConsumptionReportID()
Gets the value of the consumptionReportID property.- Returns:
- possible object is
ConsumptionReportIDType
-
setConsumptionReportID
public void setConsumptionReportID(ConsumptionReportIDType value)
Sets the value of the consumptionReportID property.- Parameters:
value- allowed object isConsumptionReportIDType
-
getConsumptionType
public ConsumptionTypeType getConsumptionType()
Gets the value of the consumptionType property.- Returns:
- possible object is
ConsumptionTypeType
-
setConsumptionType
public void setConsumptionType(ConsumptionTypeType value)
Sets the value of the consumptionType property.- Parameters:
value- allowed object isConsumptionTypeType
-
getConsumptionTypeCode
public ConsumptionTypeCodeType getConsumptionTypeCode()
Gets the value of the consumptionTypeCode property.- Returns:
- possible object is
ConsumptionTypeCodeType
-
setConsumptionTypeCode
public void setConsumptionTypeCode(ConsumptionTypeCodeType value)
Sets the value of the consumptionTypeCode property.- Parameters:
value- allowed object isConsumptionTypeCodeType
-
getTotalConsumedQuantity
public TotalConsumedQuantityType getTotalConsumedQuantity()
Gets the value of the totalConsumedQuantity property.- Returns:
- possible object is
TotalConsumedQuantityType
-
setTotalConsumedQuantity
public void setTotalConsumedQuantity(TotalConsumedQuantityType value)
Sets the value of the totalConsumedQuantity property.- Parameters:
value- allowed object isTotalConsumedQuantityType
-
getPeriod
public PeriodType getPeriod()
Gets the value of the period property.- Returns:
- possible object is
PeriodType
-
setPeriod
public void setPeriod(PeriodType value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriodType
-
-