@CodingStyleguideUnaware public class AppliedAllowanceChargeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for AppliedAllowanceChargeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppliedAllowanceChargeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActualAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="Description" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="ReasonCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="CalculationPercent" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}PercentType" minOccurs="0"/>
<element name="BasisAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="ChargeIndicator" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IndicatorType"/>
<element name="CategoryAppliedTax" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}AppliedTaxType" 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 |
|---|
AppliedAllowanceChargeType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
AppliedAllowanceChargeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AppliedAllowanceChargeType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AmountType |
getActualAmount()
Gets the value of the actualAmount property.
|
BigDecimal |
getActualAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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 |
PercentType |
getCalculationPercent()
Gets the value of the calculationPercent property.
|
BigDecimal |
getCalculationPercentValue()
Get the value of the contained PercentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
AppliedTaxType |
getCategoryAppliedTax()
Gets the value of the categoryAppliedTax property.
|
IndicatorType |
getChargeIndicator()
Gets the value of the chargeIndicator property.
|
TextType |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getReasonCode()
Gets the value of the reasonCode property.
|
String |
getReasonCodeValue()
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 |
setActualAmount(AmountType value)
Sets the value of the actualAmount property.
|
AmountType |
setActualAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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 |
PercentType |
setCalculationPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCalculationPercent(PercentType value)
Sets the value of the calculationPercent property.
|
void |
setCategoryAppliedTax(AppliedTaxType value)
Sets the value of the categoryAppliedTax property.
|
void |
setChargeIndicator(IndicatorType value)
Sets the value of the chargeIndicator property.
|
TextType |
setDescription(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDescription(TextType value)
Sets the value of the description property.
|
void |
setReasonCode(CodeType value)
Sets the value of the reasonCode property.
|
CodeType |
setReasonCode(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 AppliedAllowanceChargeType()
@Nullable public AmountType getActualAmount()
AmountTypepublic void setActualAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public TextType getDescription()
TextTypepublic void setDescription(@Nullable TextType value)
value - allowed object is
TextType@Nullable public CodeType getReasonCode()
CodeTypepublic void setReasonCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public PercentType getCalculationPercent()
PercentTypepublic void setCalculationPercent(@Nullable PercentType value)
value - allowed object is
PercentType@Nullable public AmountType getBasisAmount()
AmountTypepublic void setBasisAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public IndicatorType getChargeIndicator()
IndicatorTypepublic void setChargeIndicator(@Nullable IndicatorType value)
value - allowed object is
IndicatorType@Nullable public AppliedTaxType getCategoryAppliedTax()
AppliedTaxTypepublic void setCategoryAppliedTax(@Nullable AppliedTaxType value)
value - allowed object is
AppliedTaxTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AppliedAllowanceChargeType 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 AppliedAllowanceChargeType clone()
@Nonnull public AmountType setActualAmount(@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 setReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PercentType setCalculationPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setDescription(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getActualAmountValue()
null@Nullable public String getDescriptionValue()
null@Nullable public String getReasonCodeValue()
null@Nullable public BigDecimal getCalculationPercentValue()
null@Nullable public BigDecimal getBasisAmountValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.