public class RateTypeChoice
extends java.lang.Object
Java class for RateTypeChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RateTypeChoice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="PctgRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PercentageRate"/>
<element name="TxtlRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.math.BigDecimal |
pctgRate |
|
protected java.lang.String |
txtlRate |
| Constructor | Description |
|---|---|
RateTypeChoice() |
| Modifier and Type | Method | Description |
|---|---|---|
java.math.BigDecimal |
getPctgRate() |
Gets the value of the pctgRate property.
|
java.lang.String |
getTxtlRate() |
Gets the value of the txtlRate property.
|
void |
setPctgRate(java.math.BigDecimal value) |
Sets the value of the pctgRate property.
|
void |
setTxtlRate(java.lang.String value) |
Sets the value of the txtlRate property.
|
protected java.math.BigDecimal pctgRate
protected java.lang.String txtlRate
public java.math.BigDecimal getPctgRate()
BigDecimalpublic void setPctgRate(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getTxtlRate()
Stringpublic void setTxtlRate(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.