@CodingStyleguideUnaware public class FinancialGuaranteeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
FinancialGuaranteeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FinancialGuaranteeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FinancialGuaranteeType 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
|
AmountRateType |
getAmountRate()
<pre>
<?
|
BigDecimal |
getAmountRateValue()
Get the value of the contained AmountRateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getConstitutionPeriod()
<pre>
<?
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
GuaranteeTypeCodeType |
getGuaranteeTypeCode()
<pre>
<?
|
String |
getGuaranteeTypeCodeValue()
Get the value of the contained GuaranteeTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LiabilityAmountType |
getLiabilityAmount()
<pre>
<?
|
BigDecimal |
getLiabilityAmountValue()
Get the value of the contained LiabilityAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAmountRate(AmountRateType value)
Sets the value of the amountRate property.
|
AmountRateType |
setAmountRate(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setConstitutionPeriod(PeriodType value)
Sets the value of the constitutionPeriod property.
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setGuaranteeTypeCode(GuaranteeTypeCodeType value)
Sets the value of the guaranteeTypeCode property.
|
GuaranteeTypeCodeType |
setGuaranteeTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LiabilityAmountType |
setLiabilityAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLiabilityAmount(LiabilityAmountType value)
Sets the value of the liabilityAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FinancialGuaranteeType()
@Nullable public GuaranteeTypeCodeType getGuaranteeTypeCode()
GuaranteeTypeCodeTypepublic void setGuaranteeTypeCode(@Nullable GuaranteeTypeCodeType value)
value - allowed object is
GuaranteeTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public LiabilityAmountType getLiabilityAmount()
LiabilityAmountTypepublic void setLiabilityAmount(@Nullable LiabilityAmountType value)
value - allowed object is
LiabilityAmountType@Nullable public AmountRateType getAmountRate()
AmountRateTypepublic void setAmountRate(@Nullable AmountRateType value)
value - allowed object is
AmountRateType@Nullable public PeriodType getConstitutionPeriod()
PeriodTypepublic void setConstitutionPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull FinancialGuaranteeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public FinancialGuaranteeType clone()
@Nonnull public LiabilityAmountType setLiabilityAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public GuaranteeTypeCodeType setGuaranteeTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AmountRateType setAmountRate(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getGuaranteeTypeCodeValue()
@Nullable public BigDecimal getLiabilityAmountValue()
@Nullable public BigDecimal getAmountRateValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.