@CodingStyleguideUnaware public class TradePaymentPenaltyTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TradePaymentPenaltyTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradePaymentPenaltyTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BasisDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="BasisPeriodMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" minOccurs="0"/>
<element name="BasisAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" minOccurs="0"/>
<element name="CalculationPercent" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}PercentType" minOccurs="0"/>
<element name="ActualPenaltyAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" 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 |
|---|
TradePaymentPenaltyTermsType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
TradePaymentPenaltyTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TradePaymentPenaltyTermsType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AmountType |
getActualPenaltyAmount()
Gets the value of the actualPenaltyAmount property.
|
BigDecimal |
getActualPenaltyAmountValue()
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 |
DateTimeType |
getBasisDateTime()
Gets the value of the basisDateTime property.
|
MeasureType |
getBasisPeriodMeasure()
Gets the value of the basisPeriodMeasure property.
|
BigDecimal |
getBasisPeriodMeasureValue()
Get the value of the contained MeasureType 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 |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setActualPenaltyAmount(AmountType value)
Sets the value of the actualPenaltyAmount property.
|
AmountType |
setActualPenaltyAmount(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 |
void |
setBasisDateTime(DateTimeType value)
Sets the value of the basisDateTime property.
|
MeasureType |
setBasisPeriodMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBasisPeriodMeasure(MeasureType value)
Sets the value of the basisPeriodMeasure property.
|
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.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TradePaymentPenaltyTermsType()
@Nullable public DateTimeType getBasisDateTime()
DateTimeTypepublic void setBasisDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nullable public MeasureType getBasisPeriodMeasure()
MeasureTypepublic void setBasisPeriodMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public AmountType getBasisAmount()
AmountTypepublic void setBasisAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public PercentType getCalculationPercent()
PercentTypepublic void setCalculationPercent(@Nullable PercentType value)
value - allowed object is
PercentType@Nullable public AmountType getActualPenaltyAmount()
AmountTypepublic void setActualPenaltyAmount(@Nullable AmountType value)
value - allowed object is
AmountTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull TradePaymentPenaltyTermsType 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 TradePaymentPenaltyTermsType clone()
@Nonnull public AmountType setBasisAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public AmountType setActualPenaltyAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setBasisPeriodMeasure(@Nullable BigDecimal 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@Nullable public BigDecimal getBasisPeriodMeasureValue()
null@Nullable public BigDecimal getBasisAmountValue()
null@Nullable public BigDecimal getCalculationPercentValue()
null@Nullable public BigDecimal getActualPenaltyAmountValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.