public class RateType4Choice extends 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">
<sequence>
<choice>
<element name="Pctg" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}PercentageRate"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
othr |
protected BigDecimal |
pctg |
| Constructor and Description |
|---|
RateType4Choice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOthr()
Gets the value of the othr property.
|
BigDecimal |
getPctg()
Gets the value of the pctg property.
|
void |
setOthr(String value)
Sets the value of the othr property.
|
void |
setPctg(BigDecimal value)
Sets the value of the pctg property.
|
protected BigDecimal pctg
protected String othr
public BigDecimal getPctg()
BigDecimalpublic void setPctg(BigDecimal value)
value - allowed object is
BigDecimalpublic String getOthr()
StringCopyright © 2020. All rights reserved.