Class PostalAddress2

java.lang.Object
org.coderic.iso20022.messages.casp.PostalAddress2

public class PostalAddress2 extends Object

Java class for PostalAddress2 complex type.

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

 <complexType name="PostalAddress2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StrtNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max70Text" minOccurs="0"/>
         <element name="PstCdId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max16Text"/>
         <element name="TwnNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
         <element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CountryCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PostalAddress2

      public PostalAddress2()
  • Method Details

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

      public String getPstCdId()
      Gets the value of the pstCdId property.
      Returns:
      possible object is String
    • setPstCdId

      public void setPstCdId(String value)
      Sets the value of the pstCdId 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
    • getCtrySubDvsn

      public String getCtrySubDvsn()
      Gets the value of the ctrySubDvsn property.
      Returns:
      possible object is String
    • setCtrySubDvsn

      public void setCtrySubDvsn(String value)
      Sets the value of the ctrySubDvsn 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