Class Address3

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

public class Address3 extends Object

Java class for Address3 complex type.

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

 <complexType name="Address3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AdrLine1" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max200Text" minOccurs="0"/>
         <element name="AdrLine2" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max200Text" minOccurs="0"/>
         <element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max200Text" minOccurs="0"/>
         <element name="BldgNb" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/>
         <element name="PstlCd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/>
         <element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max100Text" minOccurs="0"/>
         <element name="CtrySubDvsnMnrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max100Text" minOccurs="0"/>
         <element name="CtrySubDvsnMjrNm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max100Text" minOccurs="0"/>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOMax3ACountryCode" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Address3

      public Address3()
  • Method Details

    • getAdrLine1

      public String getAdrLine1()
      Gets the value of the adrLine1 property.
      Returns:
      possible object is String
    • setAdrLine1

      public void setAdrLine1(String value)
      Sets the value of the adrLine1 property.
      Parameters:
      value - allowed object is String
    • getAdrLine2

      public String getAdrLine2()
      Gets the value of the adrLine2 property.
      Returns:
      possible object is String
    • setAdrLine2

      public void setAdrLine2(String value)
      Sets the value of the adrLine2 property.
      Parameters:
      value - allowed object is String
    • getStrtNm

      public String getStrtNm()
      Gets the value of the strtNm property.
      Returns:
      possible object is String
    • setStrtNm

      public void setStrtNm(String value)
      Sets the value of the strtNm property.
      Parameters:
      value - allowed object is String
    • getBldgNb

      public String getBldgNb()
      Gets the value of the bldgNb property.
      Returns:
      possible object is String
    • setBldgNb

      public void setBldgNb(String value)
      Sets the value of the bldgNb property.
      Parameters:
      value - allowed object is String
    • getPstlCd

      public String getPstlCd()
      Gets the value of the pstlCd property.
      Returns:
      possible object is String
    • setPstlCd

      public void setPstlCd(String value)
      Sets the value of the pstlCd property.
      Parameters:
      value - allowed object is String
    • getTwnNm

      public String getTwnNm()
      Gets the value of the twnNm property.
      Returns:
      possible object is String
    • setTwnNm

      public void setTwnNm(String value)
      Sets the value of the twnNm 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
    • 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
    • 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