Class RateTypeChoice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.RateTypeChoice
-
public class RateTypeChoice extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimalpctgRateprotected StringtxtlRate
-
Constructor Summary
Constructors Constructor Description RateTypeChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetPctgRate()Gets the value of the pctgRate property.StringgetTxtlRate()Gets the value of the txtlRate property.voidsetPctgRate(BigDecimal value)Sets the value of the pctgRate property.voidsetTxtlRate(String value)Sets the value of the txtlRate property.
-
-
-
Field Detail
-
pctgRate
protected BigDecimal pctgRate
-
txtlRate
protected String txtlRate
-
-
Method Detail
-
getPctgRate
public BigDecimal getPctgRate()
Gets the value of the pctgRate property.- Returns:
- possible object is
BigDecimal
-
setPctgRate
public void setPctgRate(BigDecimal value)
Sets the value of the pctgRate property.- Parameters:
value- allowed object isBigDecimal
-
getTxtlRate
public String getTxtlRate()
Gets the value of the txtlRate property.- Returns:
- possible object is
String
-
-