Class RateType4Choice

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.RateType4Choice

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>
 
  • Field Details

  • Constructor Details

    • RateType4Choice

      public RateType4Choice()
  • Method Details

    • getPctg

      public BigDecimal getPctg()
      Gets the value of the pctg property.
      Returns:
      possible object is BigDecimal
    • setPctg

      public void setPctg(BigDecimal value)
      Sets the value of the pctg property.
      Parameters:
      value - allowed object is BigDecimal
    • getOthr

      public String getOthr()
      Gets the value of the othr property.
      Returns:
      possible object is String
    • setOthr

      public void setOthr(String value)
      Sets the value of the othr property.
      Parameters:
      value - allowed object is String