Class PriceRateOrAmountChoice
java.lang.Object
org.coderic.iso20022.messages.secl.PriceRateOrAmountChoice
Java class for PriceRateOrAmountChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceRateOrAmountChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PercentageRate"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ActiveOrHistoricCurrencyAnd13DecimalAmount"/> </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
Sets the value of the amt property.void
setRate
(BigDecimal value) Sets the value of the rate property.
-
Constructor Details
-
PriceRateOrAmountChoice
public PriceRateOrAmountChoice()
-
-
Method Details
-
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
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAnd13DecimalAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAnd13DecimalAmount
-