@CodingStyleguideUnaware public class ConsumptionReportReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ConsumptionReportReferenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ConsumptionReportReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ConsumptionReportReferenceType 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
|
ConsumptionReportIDType |
getConsumptionReportID()
<pre>
<?
|
String |
getConsumptionReportIDValue()
Get the value of the contained ConsumptionReportIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ConsumptionTypeType |
getConsumptionType()
<pre>
<?
|
ConsumptionTypeCodeType |
getConsumptionTypeCode()
<pre>
<?
|
String |
getConsumptionTypeCodeValue()
Get the value of the contained ConsumptionTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getConsumptionTypeValue()
Get the value of the contained ConsumptionTypeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getPeriod()
<pre>
<?
|
TotalConsumedQuantityType |
getTotalConsumedQuantity()
<pre>
<?
|
BigDecimal |
getTotalConsumedQuantityValue()
Get the value of the contained TotalConsumedQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setConsumptionReportID(ConsumptionReportIDType value)
Sets the value of the consumptionReportID property.
|
ConsumptionReportIDType |
setConsumptionReportID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setConsumptionType(ConsumptionTypeType value)
Sets the value of the consumptionType property.
|
ConsumptionTypeType |
setConsumptionType(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setConsumptionTypeCode(ConsumptionTypeCodeType value)
Sets the value of the consumptionTypeCode property.
|
ConsumptionTypeCodeType |
setConsumptionTypeCode(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.
|
TotalConsumedQuantityType |
setTotalConsumedQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTotalConsumedQuantity(TotalConsumedQuantityType value)
Sets the value of the totalConsumedQuantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ConsumptionReportReferenceType()
@Nullable public ConsumptionReportIDType getConsumptionReportID()
ConsumptionReportIDTypepublic void setConsumptionReportID(@Nullable ConsumptionReportIDType value)
value - allowed object is
ConsumptionReportIDType@Nullable public ConsumptionTypeType getConsumptionType()
ConsumptionTypeTypepublic void setConsumptionType(@Nullable ConsumptionTypeType value)
value - allowed object is
ConsumptionTypeType@Nullable public ConsumptionTypeCodeType getConsumptionTypeCode()
ConsumptionTypeCodeTypepublic void setConsumptionTypeCode(@Nullable ConsumptionTypeCodeType value)
value - allowed object is
ConsumptionTypeCodeType@Nullable public TotalConsumedQuantityType getTotalConsumedQuantity()
TotalConsumedQuantityTypepublic void setTotalConsumedQuantity(@Nullable TotalConsumedQuantityType value)
value - allowed object is
TotalConsumedQuantityType@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 cloneTo(@Nonnull ConsumptionReportReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ConsumptionReportReferenceType clone()
@Nonnull public ConsumptionTypeCodeType setConsumptionTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ConsumptionReportIDType setConsumptionReportID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TotalConsumedQuantityType setTotalConsumedQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ConsumptionTypeType setConsumptionType(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getConsumptionReportIDValue()
@Nullable public String getConsumptionTypeValue()
@Nullable public String getConsumptionTypeCodeValue()
@Nullable public BigDecimal getTotalConsumedQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.