Class FinancingRateOrAmountChoice
java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingRateOrAmountChoice
Java class for FinancingRateOrAmountChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancingRateOrAmountChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyAndAmount"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PercentageRate"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getRate()
Gets the value of the rate property.void
setAmt
(ActiveCurrencyAndAmount value) Sets the value of the amt property.void
setRate
(BigDecimal value) Sets the value of the rate property.
-
Constructor Details
-
FinancingRateOrAmountChoice
public FinancingRateOrAmountChoice()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value
- allowed object isBigDecimal
-