Class RegulatoryAuthority2

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_08.RegulatoryAuthority2

public class RegulatoryAuthority2 extends Object

Java class for RegulatoryAuthority2 complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="RegulatoryAuthority2">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max140Text" minOccurs="0"/>
        <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}CountryCode" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • RegulatoryAuthority2

      public RegulatoryAuthority2()
  • Method Details

    • getNm

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getCtry

      public String getCtry()
      Gets the value of the ctry property.
      Returns:
      possible object is String
    • setCtry

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