@CodingStyleguideUnaware public class AppliedTaxType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for AppliedTaxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppliedTaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CalculatedAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="TypeCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="CalculatedRate" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}RateType" minOccurs="0"/>
<element name="BasisAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="TaxPointDate" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
AppliedTaxType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
AppliedTaxType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AppliedTaxType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AmountType |
getBasisAmount()
Gets the value of the basisAmount property.
|
BigDecimal |
getBasisAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
AmountType |
getCalculatedAmount()
Gets the value of the calculatedAmount property.
|
BigDecimal |
getCalculatedAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RateType |
getCalculatedRate()
Gets the value of the calculatedRate property.
|
BigDecimal |
getCalculatedRateValue()
Get the value of the contained RateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DateType |
getTaxPointDate()
Gets the value of the taxPointDate property.
|
CodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setBasisAmount(AmountType value)
Sets the value of the basisAmount property.
|
AmountType |
setBasisAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCalculatedAmount(AmountType value)
Sets the value of the calculatedAmount property.
|
AmountType |
setCalculatedAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RateType |
setCalculatedRate(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCalculatedRate(RateType value)
Sets the value of the calculatedRate property.
|
void |
setTaxPointDate(DateType value)
Sets the value of the taxPointDate property.
|
void |
setTypeCode(CodeType value)
Sets the value of the typeCode property.
|
CodeType |
setTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AppliedTaxType()
@Nullable public AmountType getCalculatedAmount()
AmountTypepublic void setCalculatedAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public CodeType getTypeCode()
CodeTypepublic void setTypeCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public RateType getCalculatedRate()
RateTypepublic void setCalculatedRate(@Nullable RateType value)
value - allowed object is
RateType@Nullable public AmountType getBasisAmount()
AmountTypepublic void setBasisAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public DateType getTaxPointDate()
DateTypepublic void setTaxPointDate(@Nullable DateType value)
value - allowed object is
DateTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AppliedTaxType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public AppliedTaxType clone()
@Nonnull public AmountType setCalculatedAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AmountType setBasisAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RateType setCalculatedRate(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getCalculatedAmountValue()
null@Nullable public String getTypeCodeValue()
null@Nullable public BigDecimal getCalculatedRateValue()
null@Nullable public BigDecimal getBasisAmountValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.