Class Authority1

java.lang.Object
org.coderic.iso20022.messages.cafr.Authority1

public class Authority1 extends Object

Java class for Authority1 complex type.

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

 <complexType name="Authority1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISO3NumericCountryCode" minOccurs="0"/>
         <element name="CtrySubDvsnMjr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOCountrySubDivisionCode" minOccurs="0"/>
         <element name="CtrySubDvsnMnr" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOCountrySubDivisionCode" minOccurs="0"/>
         <element name="CtrySubDvsnMjrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max50Text" minOccurs="0"/>
         <element name="CtrySubDvsnMnrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max50Text" minOccurs="0"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max50Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Authority1

      public Authority1()
  • Method Details

    • 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
    • getCtrySubDvsnMjr

      public String getCtrySubDvsnMjr()
      Gets the value of the ctrySubDvsnMjr property.
      Returns:
      possible object is String
    • setCtrySubDvsnMjr

      public void setCtrySubDvsnMjr(String value)
      Sets the value of the ctrySubDvsnMjr property.
      Parameters:
      value - allowed object is String
    • getCtrySubDvsnMnr

      public String getCtrySubDvsnMnr()
      Gets the value of the ctrySubDvsnMnr property.
      Returns:
      possible object is String
    • setCtrySubDvsnMnr

      public void setCtrySubDvsnMnr(String value)
      Sets the value of the ctrySubDvsnMnr property.
      Parameters:
      value - allowed object is String
    • getCtrySubDvsnMjrNm

      public String getCtrySubDvsnMjrNm()
      Gets the value of the ctrySubDvsnMjrNm property.
      Returns:
      possible object is String
    • setCtrySubDvsnMjrNm

      public void setCtrySubDvsnMjrNm(String value)
      Sets the value of the ctrySubDvsnMjrNm property.
      Parameters:
      value - allowed object is String
    • getCtrySubDvsnMnrNm

      public String getCtrySubDvsnMnrNm()
      Gets the value of the ctrySubDvsnMnrNm property.
      Returns:
      possible object is String
    • setCtrySubDvsnMnrNm

      public void setCtrySubDvsnMnrNm(String value)
      Sets the value of the ctrySubDvsnMnrNm property.
      Parameters:
      value - allowed object is String
    • 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