public class PriceRateOrAmountChoice extends Object
Java-Klasse für PriceRateOrAmountChoice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.053.001.06}PercentageRate"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.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()
Ruft den Wert der amt-Eigenschaft ab.
|
BigDecimal |
getRate()
Ruft den Wert der rate-Eigenschaft ab.
|
void |
setAmt(ActiveOrHistoricCurrencyAnd13DecimalAmount value)
Legt den Wert der amt-Eigenschaft fest.
|
void |
setRate(BigDecimal value)
Legt den Wert der rate-Eigenschaft fest.
|
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.