@CodingStyleguideUnaware public class EnergyTaxReportType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EnergyTaxReportType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
EnergyTaxReportType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EnergyTaxReportType 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
|
TaxEnergyAmountType |
getTaxEnergyAmount()
<pre>
<?
|
BigDecimal |
getTaxEnergyAmountValue()
Get the value of the contained TaxEnergyAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TaxEnergyBalanceAmountType |
getTaxEnergyBalanceAmount()
<pre>
<?
|
BigDecimal |
getTaxEnergyBalanceAmountValue()
Get the value of the contained TaxEnergyBalanceAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TaxEnergyOnAccountAmountType |
getTaxEnergyOnAccountAmount()
<pre>
<?
|
BigDecimal |
getTaxEnergyOnAccountAmountValue()
Get the value of the contained TaxEnergyOnAccountAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TaxSchemeType |
getTaxScheme()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TaxEnergyAmountType |
setTaxEnergyAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTaxEnergyAmount(TaxEnergyAmountType value)
Sets the value of the taxEnergyAmount property.
|
TaxEnergyBalanceAmountType |
setTaxEnergyBalanceAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTaxEnergyBalanceAmount(TaxEnergyBalanceAmountType value)
Sets the value of the taxEnergyBalanceAmount property.
|
TaxEnergyOnAccountAmountType |
setTaxEnergyOnAccountAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTaxEnergyOnAccountAmount(TaxEnergyOnAccountAmountType value)
Sets the value of the taxEnergyOnAccountAmount property.
|
void |
setTaxScheme(TaxSchemeType value)
Sets the value of the taxScheme property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EnergyTaxReportType()
@Nullable public TaxEnergyAmountType getTaxEnergyAmount()
TaxEnergyAmountTypepublic void setTaxEnergyAmount(@Nullable TaxEnergyAmountType value)
value - allowed object is
TaxEnergyAmountType@Nullable public TaxEnergyOnAccountAmountType getTaxEnergyOnAccountAmount()
TaxEnergyOnAccountAmountTypepublic void setTaxEnergyOnAccountAmount(@Nullable TaxEnergyOnAccountAmountType value)
value - allowed object is
TaxEnergyOnAccountAmountType@Nullable public TaxEnergyBalanceAmountType getTaxEnergyBalanceAmount()
TaxEnergyBalanceAmountTypepublic void setTaxEnergyBalanceAmount(@Nullable TaxEnergyBalanceAmountType value)
value - allowed object is
TaxEnergyBalanceAmountType@Nullable public TaxSchemeType getTaxScheme()
TaxSchemeTypepublic void setTaxScheme(@Nullable TaxSchemeType value)
value - allowed object is
TaxSchemeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull EnergyTaxReportType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EnergyTaxReportType clone()
@Nonnull public TaxEnergyAmountType setTaxEnergyAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TaxEnergyOnAccountAmountType setTaxEnergyOnAccountAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TaxEnergyBalanceAmountType setTaxEnergyBalanceAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getTaxEnergyAmountValue()
@Nullable public BigDecimal getTaxEnergyOnAccountAmountValue()
@Nullable public BigDecimal getTaxEnergyBalanceAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.