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