@CodingStyleguideUnaware public class ConsumptionPointType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ConsumptionPointType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addUtilityMeter(MeterType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ConsumptionPointType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ConsumptionPointType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AddressType |
getAddress()
<pre>
<?
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SubscriberIDType |
getSubscriberID()
<pre>
<?
|
String |
getSubscriberIDValue()
Get the value of the contained SubscriberIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SubscriberTypeType |
getSubscriberType()
<pre>
<?
|
SubscriberTypeCodeType |
getSubscriberTypeCode()
<pre>
<?
|
String |
getSubscriberTypeCodeValue()
Get the value of the contained SubscriberTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getSubscriberTypeValue()
Get the value of the contained SubscriberTypeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TotalDeliveredQuantityType |
getTotalDeliveredQuantity()
<pre>
<?
|
BigDecimal |
getTotalDeliveredQuantityValue()
Get the value of the contained TotalDeliveredQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<MeterType> |
getUtilityMeter()
<pre>
<?
|
MeterType |
getUtilityMeterAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getUtilityMeterCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
WebSiteAccessType |
getWebSiteAccess()
<pre>
<?
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoUtilityMeterEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasUtilityMeterEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SubscriberIDType |
setSubscriberID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSubscriberID(SubscriberIDType value)
Sets the value of the subscriberID property.
|
SubscriberTypeType |
setSubscriberType(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSubscriberType(SubscriberTypeType value)
Sets the value of the subscriberType property.
|
SubscriberTypeCodeType |
setSubscriberTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSubscriberTypeCode(SubscriberTypeCodeType value)
Sets the value of the subscriberTypeCode property.
|
TotalDeliveredQuantityType |
setTotalDeliveredQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTotalDeliveredQuantity(TotalDeliveredQuantityType value)
Sets the value of the totalDeliveredQuantity property.
|
void |
setUtilityMeter(List<MeterType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setWebSiteAccess(WebSiteAccessType value)
Sets the value of the webSiteAccess property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ConsumptionPointType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public SubscriberIDType getSubscriberID()
SubscriberIDTypepublic void setSubscriberID(@Nullable SubscriberIDType value)
value - allowed object is
SubscriberIDType@Nullable public SubscriberTypeType getSubscriberType()
SubscriberTypeTypepublic void setSubscriberType(@Nullable SubscriberTypeType value)
value - allowed object is
SubscriberTypeType@Nullable public SubscriberTypeCodeType getSubscriberTypeCode()
SubscriberTypeCodeTypepublic void setSubscriberTypeCode(@Nullable SubscriberTypeCodeType value)
value - allowed object is
SubscriberTypeCodeType@Nullable public TotalDeliveredQuantityType getTotalDeliveredQuantity()
TotalDeliveredQuantityTypepublic void setTotalDeliveredQuantity(@Nullable TotalDeliveredQuantityType value)
value - allowed object is
TotalDeliveredQuantityType@Nullable public AddressType getAddress()
AddressTypepublic void setAddress(@Nullable AddressType value)
value - allowed object is
AddressType@Nullable public WebSiteAccessType getWebSiteAccess()
WebSiteAccessTypepublic void setWebSiteAccess(@Nullable WebSiteAccessType value)
value - allowed object is
WebSiteAccessType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<MeterType> getUtilityMeter()
MeterTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setUtilityMeter(@Nullable List<MeterType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasUtilityMeterEntries()
public boolean hasNoUtilityMeterEntries()
@Nonnegative public int getUtilityMeterCount()
@Nullable public MeterType getUtilityMeterAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addUtilityMeter(@Nonnull MeterType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ConsumptionPointType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ConsumptionPointType clone()
@Nonnull public SubscriberTypeCodeType setSubscriberTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SubscriberIDType setSubscriberID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TotalDeliveredQuantityType setTotalDeliveredQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SubscriberTypeType setSubscriberType(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getSubscriberIDValue()
@Nullable public String getSubscriberTypeValue()
@Nullable public String getSubscriberTypeCodeValue()
@Nullable public BigDecimal getTotalDeliveredQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.