@CodingStyleguideUnaware public class ConsumptionHistoryType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ConsumptionHistoryType()
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
|
ConsumptionHistoryType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ConsumptionHistoryType 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
|
AmountType |
getAmount()
<pre>
<?
|
BigDecimal |
getAmountValue()
Get the value of the contained AmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ConsumptionLevelType |
getConsumptionLevel()
<pre>
<?
|
ConsumptionLevelCodeType |
getConsumptionLevelCode()
<pre>
<?
|
String |
getConsumptionLevelCodeValue()
Get the value of the contained ConsumptionLevelCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getConsumptionLevelValue()
Get the value of the contained ConsumptionLevelType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
MeterNumberType |
getMeterNumber()
<pre>
<?
|
String |
getMeterNumberValue()
Get the value of the contained MeterNumberType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getPeriod()
<pre>
<?
|
QuantityType |
getQuantity()
<pre>
<?
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
AmountType |
setAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setConsumptionLevel(ConsumptionLevelType value)
Sets the value of the consumptionLevel property.
|
ConsumptionLevelType |
setConsumptionLevel(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setConsumptionLevelCode(ConsumptionLevelCodeType value)
Sets the value of the consumptionLevelCode property.
|
ConsumptionLevelCodeType |
setConsumptionLevelCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setMeterNumber(MeterNumberType value)
Sets the value of the meterNumber property.
|
MeterNumberType |
setMeterNumber(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ConsumptionHistoryType()
@Nullable public MeterNumberType getMeterNumber()
MeterNumberTypepublic void setMeterNumber(@Nullable MeterNumberType value)
value - allowed object is
MeterNumberType@Nullable public QuantityType getQuantity()
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public ConsumptionLevelCodeType getConsumptionLevelCode()
ConsumptionLevelCodeTypepublic void setConsumptionLevelCode(@Nullable ConsumptionLevelCodeType value)
value - allowed object is
ConsumptionLevelCodeType@Nullable public ConsumptionLevelType getConsumptionLevel()
ConsumptionLevelTypepublic void setConsumptionLevel(@Nullable ConsumptionLevelType value)
value - allowed object is
ConsumptionLevelType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public PeriodType getPeriod()
PeriodTypepublic void setPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodTypepublic 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 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 void cloneTo(@Nonnull ConsumptionHistoryType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ConsumptionHistoryType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ConsumptionLevelCodeType setConsumptionLevelCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MeterNumberType setMeterNumber(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ConsumptionLevelType setConsumptionLevel(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getMeterNumberValue()
@Nullable public BigDecimal getQuantityValue()
@Nullable public BigDecimal getAmountValue()
@Nullable public String getConsumptionLevelCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.