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