Class RegulatoryAuthority2


  • public class RegulatoryAuthority2
    extends java.lang.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.001.001.11}Max140Text" minOccurs="0"/>
             <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}CountryCode" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String ctry  
      protected java.lang.String nm  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCtry()
      Gets the value of the ctry property.
      java.lang.String getNm()
      Gets the value of the nm property.
      void setCtry​(java.lang.String value)
      Sets the value of the ctry property.
      void setNm​(java.lang.String value)
      Sets the value of the nm property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nm

        protected java.lang.String nm
      • ctry

        protected java.lang.String ctry
    • Constructor Detail

      • RegulatoryAuthority2

        public RegulatoryAuthority2()
    • Method Detail

      • getNm

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

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

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

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