@CodingStyleguideUnaware public class DutyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DutyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DutyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DutyType 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
|
DutyType |
getDuty()
<pre>
<?
|
DutyCodeType |
getDutyCode()
<pre>
<?
|
String |
getDutyCodeValue()
Get the value of the contained DutyCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getDutyValue()
Get the value of the contained DutyType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TaxCategoryType |
getTaxCategory()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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 |
setDuty(DutyType value)
Sets the value of the duty property.
|
DutyType |
setDuty(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDutyCode(DutyCodeType value)
Sets the value of the dutyCode property.
|
DutyCodeType |
setDutyCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTaxCategory(TaxCategoryType value)
Sets the value of the taxCategory property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DutyType()
@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public DutyType getDuty()
DutyTypepublic void setDuty(@Nullable DutyType value)
value - allowed object is
DutyType@Nullable public DutyCodeType getDutyCode()
DutyCodeTypepublic void setDutyCode(@Nullable DutyCodeType value)
value - allowed object is
DutyCodeType@Nullable public TaxCategoryType getTaxCategory()
TaxCategoryTypepublic void setTaxCategory(@Nullable TaxCategoryType value)
value - allowed object is
TaxCategoryTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DutyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DutyType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public DutyCodeType setDutyCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public DutyType setDuty(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getAmountValue()
@Nullable public String getDutyValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.