Class RateType4Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_03.RateType4Choice
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.03}PercentageRate"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOthr()
Gets the value of the othr property.getPctg()
Gets the value of the pctg property.void
Sets the value of the othr property.void
setPctg
(BigDecimal value) Sets the value of the pctg property.
-
Field Details
-
pctg
-
othr
-
-
Constructor Details
-
RateType4Choice
public RateType4Choice()
-
-
Method Details
-
getPctg
Gets the value of the pctg property.- Returns:
- possible object is
BigDecimal
-
setPctg
Sets the value of the pctg property.- Parameters:
value
- allowed object isBigDecimal
-
getOthr
Gets the value of the othr property.- Returns:
- possible object is
String
-
setOthr
Sets the value of the othr property.- Parameters:
value
- allowed object isString
-