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>
| Modifier and Type | Field and Description |
|---|---|
protected ConsumptionType |
consumption |
protected ConsumptionIDType |
consumptionID |
protected List<NoteType> |
note |
protected List<OnAccountPaymentType> |
onAccountPayment |
protected SpecificationTypeCodeType |
specificationTypeCode |
protected PartyType |
subscriberParty |
protected List<SupplierConsumptionType> |
supplierConsumption |
protected TotalMeteredQuantityType |
totalMeteredQuantity |
protected ConsumptionPointType |
utilityConsumptionPoint |
| Constructor and Description |
|---|
SubscriberConsumptionType() |
| Modifier and Type | Method and Description |
|---|---|
ConsumptionType |
getConsumption()
Gets the value of the consumption property.
|
ConsumptionIDType |
getConsumptionID()
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.
|
SpecificationTypeCodeType |
getSpecificationTypeCode()
Gets the value of the specificationTypeCode property.
|
PartyType |
getSubscriberParty()
Gets the value of the subscriberParty property.
|
List<SupplierConsumptionType> |
getSupplierConsumption()
Gets the value of the supplierConsumption property.
|
TotalMeteredQuantityType |
getTotalMeteredQuantity()
Gets the value of the totalMeteredQuantity property.
|
ConsumptionPointType |
getUtilityConsumptionPoint()
Gets the value of the utilityConsumptionPoint property.
|
void |
setConsumption(ConsumptionType value)
Sets the value of the consumption property.
|
void |
setConsumptionID(ConsumptionIDType value)
Sets the value of the consumptionID property.
|
void |
setSpecificationTypeCode(SpecificationTypeCodeType value)
Sets the value of the specificationTypeCode property.
|
void |
setSubscriberParty(PartyType value)
Sets the value of the subscriberParty property.
|
void |
setTotalMeteredQuantity(TotalMeteredQuantityType value)
Sets the value of the totalMeteredQuantity property.
|
void |
setUtilityConsumptionPoint(ConsumptionPointType value)
Sets the value of the utilityConsumptionPoint property.
|
protected ConsumptionIDType consumptionID
protected SpecificationTypeCodeType specificationTypeCode
protected TotalMeteredQuantityType totalMeteredQuantity
protected PartyType subscriberParty
protected ConsumptionPointType utilityConsumptionPoint
protected List<OnAccountPaymentType> onAccountPayment
protected ConsumptionType consumption
protected List<SupplierConsumptionType> supplierConsumption
public ConsumptionIDType getConsumptionID()
ConsumptionIDTypepublic void setConsumptionID(ConsumptionIDType value)
value - allowed object is
ConsumptionIDTypepublic SpecificationTypeCodeType getSpecificationTypeCode()
SpecificationTypeCodeTypepublic void setSpecificationTypeCode(SpecificationTypeCodeType value)
value - allowed object is
SpecificationTypeCodeTypepublic List<NoteType> getNote()
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 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
public TotalMeteredQuantityType getTotalMeteredQuantity()
TotalMeteredQuantityTypepublic void setTotalMeteredQuantity(TotalMeteredQuantityType value)
value - allowed object is
TotalMeteredQuantityTypepublic PartyType getSubscriberParty()
PartyTypepublic void setSubscriberParty(PartyType value)
value - allowed object is
PartyTypepublic ConsumptionPointType getUtilityConsumptionPoint()
ConsumptionPointTypepublic void setUtilityConsumptionPoint(ConsumptionPointType value)
value - allowed object is
ConsumptionPointTypepublic List<OnAccountPaymentType> getOnAccountPayment()
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 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
public ConsumptionType getConsumption()
ConsumptionTypepublic void setConsumption(ConsumptionType value)
value - allowed object is
ConsumptionTypepublic List<SupplierConsumptionType> getSupplierConsumption()
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 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.