Class SubscriberConsumptionType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.SubscriberConsumptionType
-
public class SubscriberConsumptionType extends Object
Java class for SubscriberConsumptionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriberConsumptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumptionID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SpecificationTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalMeteredQuantity" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubscriberParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UtilityConsumptionPoint"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OnAccountPayment" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Consumption" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SupplierConsumption" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConsumptionTypeconsumptionprotected ConsumptionIDTypeconsumptionIDprotected List<NoteType>noteprotected List<OnAccountPaymentType>onAccountPaymentprotected SpecificationTypeCodeTypespecificationTypeCodeprotected PartyTypesubscriberPartyprotected List<SupplierConsumptionType>supplierConsumptionprotected TotalMeteredQuantityTypetotalMeteredQuantityprotected ConsumptionPointTypeutilityConsumptionPoint
-
Constructor Summary
Constructors Constructor Description SubscriberConsumptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumptionTypegetConsumption()Gets the value of the consumption property.ConsumptionIDTypegetConsumptionID()Gets the value of the consumptionID property.List<NoteType>getNote()Gets the value of the note property.List<OnAccountPaymentType>getOnAccountPayment()Gets the value of the onAccountPayment property.SpecificationTypeCodeTypegetSpecificationTypeCode()Gets the value of the specificationTypeCode property.PartyTypegetSubscriberParty()Gets the value of the subscriberParty property.List<SupplierConsumptionType>getSupplierConsumption()Gets the value of the supplierConsumption property.TotalMeteredQuantityTypegetTotalMeteredQuantity()Gets the value of the totalMeteredQuantity property.ConsumptionPointTypegetUtilityConsumptionPoint()Gets the value of the utilityConsumptionPoint property.voidsetConsumption(ConsumptionType value)Sets the value of the consumption property.voidsetConsumptionID(ConsumptionIDType value)Sets the value of the consumptionID property.voidsetSpecificationTypeCode(SpecificationTypeCodeType value)Sets the value of the specificationTypeCode property.voidsetSubscriberParty(PartyType value)Sets the value of the subscriberParty property.voidsetTotalMeteredQuantity(TotalMeteredQuantityType value)Sets the value of the totalMeteredQuantity property.voidsetUtilityConsumptionPoint(ConsumptionPointType value)Sets the value of the utilityConsumptionPoint property.
-
-
-
Field Detail
-
consumptionID
protected ConsumptionIDType consumptionID
-
specificationTypeCode
protected SpecificationTypeCodeType specificationTypeCode
-
totalMeteredQuantity
protected TotalMeteredQuantityType totalMeteredQuantity
-
subscriberParty
protected PartyType subscriberParty
-
utilityConsumptionPoint
protected ConsumptionPointType utilityConsumptionPoint
-
onAccountPayment
protected List<OnAccountPaymentType> onAccountPayment
-
consumption
protected ConsumptionType consumption
-
supplierConsumption
protected List<SupplierConsumptionType> supplierConsumption
-
-
Method Detail
-
getConsumptionID
public ConsumptionIDType getConsumptionID()
Gets the value of the consumptionID property.- Returns:
- possible object is
ConsumptionIDType
-
setConsumptionID
public void setConsumptionID(ConsumptionIDType value)
Sets the value of the consumptionID property.- Parameters:
value- allowed object isConsumptionIDType
-
getSpecificationTypeCode
public SpecificationTypeCodeType getSpecificationTypeCode()
Gets the value of the specificationTypeCode property.- Returns:
- possible object is
SpecificationTypeCodeType
-
setSpecificationTypeCode
public void setSpecificationTypeCode(SpecificationTypeCodeType value)
Sets the value of the specificationTypeCode property.- Parameters:
value- allowed object isSpecificationTypeCodeType
-
getNote
public List<NoteType> getNote()
Gets the value of the note 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 note property.For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType- Returns:
- The value of the note property.
-
getTotalMeteredQuantity
public TotalMeteredQuantityType getTotalMeteredQuantity()
Gets the value of the totalMeteredQuantity property.- Returns:
- possible object is
TotalMeteredQuantityType
-
setTotalMeteredQuantity
public void setTotalMeteredQuantity(TotalMeteredQuantityType value)
Sets the value of the totalMeteredQuantity property.- Parameters:
value- allowed object isTotalMeteredQuantityType
-
getSubscriberParty
public PartyType getSubscriberParty()
Gets the value of the subscriberParty property.- Returns:
- possible object is
PartyType
-
setSubscriberParty
public void setSubscriberParty(PartyType value)
Sets the value of the subscriberParty property.- Parameters:
value- allowed object isPartyType
-
getUtilityConsumptionPoint
public ConsumptionPointType getUtilityConsumptionPoint()
Gets the value of the utilityConsumptionPoint property.- Returns:
- possible object is
ConsumptionPointType
-
setUtilityConsumptionPoint
public void setUtilityConsumptionPoint(ConsumptionPointType value)
Sets the value of the utilityConsumptionPoint property.- Parameters:
value- allowed object isConsumptionPointType
-
getOnAccountPayment
public List<OnAccountPaymentType> getOnAccountPayment()
Gets the value of the onAccountPayment 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 onAccountPayment property.For example, to add a new item, do as follows:
getOnAccountPayment().add(newItem);
Objects of the following type(s) are allowed in the list
OnAccountPaymentType- Returns:
- The value of the onAccountPayment property.
-
getConsumption
public ConsumptionType getConsumption()
Gets the value of the consumption property.- Returns:
- possible object is
ConsumptionType
-
setConsumption
public void setConsumption(ConsumptionType value)
Sets the value of the consumption property.- Parameters:
value- allowed object isConsumptionType
-
getSupplierConsumption
public List<SupplierConsumptionType> getSupplierConsumption()
Gets the value of the supplierConsumption 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 supplierConsumption property.For example, to add a new item, do as follows:
getSupplierConsumption().add(newItem);
Objects of the following type(s) are allowed in the list
SupplierConsumptionType- Returns:
- The value of the supplierConsumption property.
-
-