Class PostalAddressSCT


  • public class PostalAddressSCT
    extends java.lang.Object

    Java class for PostalAddressSCT complex type.

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

     <complexType name="PostalAddressSCT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AdrLine" type="{urn:swift:xsd:$pain.001.002.02}Max70Text" maxOccurs="2" minOccurs="0"/>
             <element name="Ctry" type="{urn:swift:xsd:$pain.001.002.02}CountryCode"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> adrLine  
      protected java.lang.String ctry  
    • 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.
      java.lang.String getCtry()
      Gets the value of the ctry property.
      void setCtry​(java.lang.String value)
      Sets the value of the ctry 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
      • ctry

        protected java.lang.String ctry
    • Constructor Detail

      • PostalAddressSCT

        public PostalAddressSCT()
    • 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

      • 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