Class PostalAddress1


  • public class PostalAddress1
    extends java.lang.Object

    Java class for PostalAddress1 complex type.

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

     <complexType name="PostalAddress1">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AdrTp" type="{urn:sepade:xsd:pain.001.001.02}AddressType2Code" minOccurs="0"/>
             <element name="AdrLine" type="{urn:sepade:xsd:pain.001.001.02}Max70Text" maxOccurs="5" minOccurs="0"/>
             <element name="StrtNm" type="{urn:sepade:xsd:pain.001.001.02}Max70Text" minOccurs="0"/>
             <element name="BldgNb" type="{urn:sepade:xsd:pain.001.001.02}Max16Text" minOccurs="0"/>
             <element name="PstCd" type="{urn:sepade:xsd:pain.001.001.02}Max16Text" minOccurs="0"/>
             <element name="TwnNm" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
             <element name="CtrySubDvsn" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
             <element name="Ctry" type="{urn:sepade:xsd:pain.001.001.02}CountryCode"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> adrLine  
      protected AddressType2Code adrTp  
      protected java.lang.String bldgNb  
      protected java.lang.String ctry  
      protected java.lang.String ctrySubDvsn  
      protected java.lang.String pstCd  
      protected java.lang.String strtNm  
      protected java.lang.String twnNm  
    • Constructor Summary

      Constructors 
      Constructor Description
      PostalAddress1()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAdrLine()
      Gets the value of the adrLine property.
      AddressType2Code getAdrTp()
      Gets the value of the adrTp property.
      java.lang.String getBldgNb()
      Gets the value of the bldgNb property.
      java.lang.String getCtry()
      Gets the value of the ctry property.
      java.lang.String getCtrySubDvsn()
      Gets the value of the ctrySubDvsn property.
      java.lang.String getPstCd()
      Gets the value of the pstCd property.
      java.lang.String getStrtNm()
      Gets the value of the strtNm property.
      java.lang.String getTwnNm()
      Gets the value of the twnNm property.
      void setAdrTp​(AddressType2Code value)
      Sets the value of the adrTp property.
      void setBldgNb​(java.lang.String value)
      Sets the value of the bldgNb property.
      void setCtry​(java.lang.String value)
      Sets the value of the ctry property.
      void setCtrySubDvsn​(java.lang.String value)
      Sets the value of the ctrySubDvsn property.
      void setPstCd​(java.lang.String value)
      Sets the value of the pstCd property.
      void setStrtNm​(java.lang.String value)
      Sets the value of the strtNm property.
      void setTwnNm​(java.lang.String value)
      Sets the value of the twnNm property.
      • Methods inherited from class java.lang.Object

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

      • adrLine

        protected java.util.List<java.lang.String> adrLine
      • strtNm

        protected java.lang.String strtNm
      • bldgNb

        protected java.lang.String bldgNb
      • pstCd

        protected java.lang.String pstCd
      • twnNm

        protected java.lang.String twnNm
      • ctrySubDvsn

        protected java.lang.String ctrySubDvsn
      • ctry

        protected java.lang.String ctry
    • Constructor Detail

      • PostalAddress1

        public PostalAddress1()
    • Method Detail

      • getAdrLine

        public java.util.List<java.lang.String> getAdrLine()
        Gets the value of the adrLine property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the adrLine property.

        For example, to add a new item, do as follows:

            getAdrLine().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getStrtNm

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

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

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

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

        public java.lang.String getPstCd()
        Gets the value of the pstCd property.
        Returns:
        possible object is String
      • setPstCd

        public void setPstCd​(java.lang.String value)
        Sets the value of the pstCd property.
        Parameters:
        value - allowed object is String
      • getTwnNm

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

        public void setTwnNm​(java.lang.String value)
        Sets the value of the twnNm property.
        Parameters:
        value - allowed object is String
      • getCtrySubDvsn

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

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