public class PriceRateOrAmountChoice extends Object
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:camt.052.001.06}PercentageRate"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAnd13DecimalAmount"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAnd13DecimalAmount |
amt |
protected BigDecimal |
rate |
| Constructor and Description |
|---|
PriceRateOrAmountChoice() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAnd13DecimalAmount |
getAmt()
Gets the value of the amt property.
|
BigDecimal |
getRate()
Gets the value of the rate property.
|
void |
setAmt(ActiveOrHistoricCurrencyAnd13DecimalAmount value)
Sets the value of the amt property.
|
void |
setRate(BigDecimal value)
Sets the value of the rate property.
|
protected BigDecimal rate
protected ActiveOrHistoricCurrencyAnd13DecimalAmount amt
public BigDecimal getRate()
BigDecimalpublic void setRate(BigDecimal value)
value - allowed object is
BigDecimalpublic ActiveOrHistoricCurrencyAnd13DecimalAmount getAmt()
ActiveOrHistoricCurrencyAnd13DecimalAmountpublic void setAmt(ActiveOrHistoricCurrencyAnd13DecimalAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAnd13DecimalAmountCopyright © 2017. All rights reserved.