@CodingStyleguideUnaware public class FeeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
FeeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFeeDescription(FeeDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FeeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FeeType 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
|
FeeAmountType |
getFeeAmount()
Gets the value of the feeAmount property.
|
BigDecimal |
getFeeAmountValue()
Get the value of the contained FeeAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<FeeDescriptionType> |
getFeeDescription()
Gets the value of the feeDescription property.
|
FeeDescriptionType |
getFeeDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getFeeDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
FeeTypeCodeType |
getFeeTypeCode()
Gets the value of the feeTypeCode property.
|
String |
getFeeTypeCodeValue()
Get the value of the contained FeeTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
boolean |
hasFeeDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoFeeDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
FeeAmountType |
setFeeAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFeeAmount(FeeAmountType value)
Sets the value of the feeAmount property.
|
void |
setFeeDescription(List<FeeDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFeeTypeCode(FeeTypeCodeType value)
Sets the value of the feeTypeCode property.
|
FeeTypeCodeType |
setFeeTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FeeType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public FeeTypeCodeType getFeeTypeCode()
FeeTypeCodeTypepublic void setFeeTypeCode(@Nullable FeeTypeCodeType value)
value - allowed object is
FeeTypeCodeType@Nullable public FeeAmountType getFeeAmount()
FeeAmountTypepublic void setFeeAmount(@Nullable FeeAmountType value)
value - allowed object is
FeeAmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<FeeDescriptionType> getFeeDescription()
FeeDescriptionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setFeeDescription(@Nullable List<FeeDescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasFeeDescriptionEntries()
public boolean hasNoFeeDescriptionEntries()
@Nonnegative public int getFeeDescriptionCount()
@Nullable public FeeDescriptionType getFeeDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addFeeDescription(@Nonnull FeeDescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull FeeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public FeeType clone()
@Nonnull public FeeAmountType setFeeAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public FeeTypeCodeType setFeeTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getFeeTypeCodeValue()
@Nullable public BigDecimal getFeeAmountValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.