public class ConsumptionPointType extends Object
Java class for ConsumptionPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsumptionPointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<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}SubscriberID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SubscriberType" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SubscriberTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalDeliveredQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Address" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WebSiteAccess" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UtilityMeter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
address |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected SubscriberIDType |
subscriberID |
protected SubscriberTypeType |
subscriberType |
protected SubscriberTypeCodeType |
subscriberTypeCode |
protected TotalDeliveredQuantityType |
totalDeliveredQuantity |
protected List<MeterType> |
utilityMeter |
protected WebSiteAccessType |
webSiteAccess |
| Constructor and Description |
|---|
ConsumptionPointType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
IDType |
getID()
Gets the value of the id property.
|
SubscriberIDType |
getSubscriberID()
Gets the value of the subscriberID property.
|
SubscriberTypeType |
getSubscriberType()
Gets the value of the subscriberType property.
|
SubscriberTypeCodeType |
getSubscriberTypeCode()
Gets the value of the subscriberTypeCode property.
|
TotalDeliveredQuantityType |
getTotalDeliveredQuantity()
Gets the value of the totalDeliveredQuantity property.
|
List<MeterType> |
getUtilityMeter()
Gets the value of the utilityMeter property.
|
WebSiteAccessType |
getWebSiteAccess()
Gets the value of the webSiteAccess property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setSubscriberID(SubscriberIDType value)
Sets the value of the subscriberID property.
|
void |
setSubscriberType(SubscriberTypeType value)
Sets the value of the subscriberType property.
|
void |
setSubscriberTypeCode(SubscriberTypeCodeType value)
Sets the value of the subscriberTypeCode property.
|
void |
setTotalDeliveredQuantity(TotalDeliveredQuantityType value)
Sets the value of the totalDeliveredQuantity property.
|
void |
setWebSiteAccess(WebSiteAccessType value)
Sets the value of the webSiteAccess property.
|
protected IDType id
protected List<DescriptionType> description
protected SubscriberIDType subscriberID
protected SubscriberTypeType subscriberType
protected SubscriberTypeCodeType subscriberTypeCode
protected TotalDeliveredQuantityType totalDeliveredQuantity
protected AddressType address
protected WebSiteAccessType webSiteAccess
public void setID(IDType value)
value - allowed object is
IDTypepublic 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 SubscriberIDType getSubscriberID()
SubscriberIDTypepublic void setSubscriberID(SubscriberIDType value)
value - allowed object is
SubscriberIDTypepublic SubscriberTypeType getSubscriberType()
SubscriberTypeTypepublic void setSubscriberType(SubscriberTypeType value)
value - allowed object is
SubscriberTypeTypepublic SubscriberTypeCodeType getSubscriberTypeCode()
SubscriberTypeCodeTypepublic void setSubscriberTypeCode(SubscriberTypeCodeType value)
value - allowed object is
SubscriberTypeCodeTypepublic TotalDeliveredQuantityType getTotalDeliveredQuantity()
TotalDeliveredQuantityTypepublic void setTotalDeliveredQuantity(TotalDeliveredQuantityType value)
value - allowed object is
TotalDeliveredQuantityTypepublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic WebSiteAccessType getWebSiteAccess()
WebSiteAccessTypepublic void setWebSiteAccess(WebSiteAccessType value)
value - allowed object is
WebSiteAccessTypepublic List<MeterType> getUtilityMeter()
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 utilityMeter property.
For example, to add a new item, do as follows:
getUtilityMeter().add(newItem);
Objects of the following type(s) are allowed in the list
MeterType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.