Class CommunicationAddress9

java.lang.Object
org.coderic.iso20022.messages.caaa.CommunicationAddress9

public class CommunicationAddress9 extends Object

Java class for CommunicationAddress9 complex type.

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

 <complexType name="CommunicationAddress9">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PostalAddress22" minOccurs="0"/>
         <element name="Email" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max256Text" minOccurs="0"/>
         <element name="URLAdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max256Text" minOccurs="0"/>
         <element name="Phne" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PhoneNumber" minOccurs="0"/>
         <element name="CstmrSvc" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PhoneNumber" minOccurs="0"/>
         <element name="AddtlCtctInf" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max256Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CommunicationAddress9

      public CommunicationAddress9()
  • Method Details

    • getPstlAdr

      public PostalAddress22 getPstlAdr()
      Gets the value of the pstlAdr property.
      Returns:
      possible object is PostalAddress22
    • setPstlAdr

      public void setPstlAdr(PostalAddress22 value)
      Sets the value of the pstlAdr property.
      Parameters:
      value - allowed object is PostalAddress22
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getURLAdr

      public String getURLAdr()
      Gets the value of the urlAdr property.
      Returns:
      possible object is String
    • setURLAdr

      public void setURLAdr(String value)
      Sets the value of the urlAdr property.
      Parameters:
      value - allowed object is String
    • getPhne

      public String getPhne()
      Gets the value of the phne property.
      Returns:
      possible object is String
    • setPhne

      public void setPhne(String value)
      Sets the value of the phne property.
      Parameters:
      value - allowed object is String
    • getCstmrSvc

      public String getCstmrSvc()
      Gets the value of the cstmrSvc property.
      Returns:
      possible object is String
    • setCstmrSvc

      public void setCstmrSvc(String value)
      Sets the value of the cstmrSvc property.
      Parameters:
      value - allowed object is String
    • getAddtlCtctInf

      public String getAddtlCtctInf()
      Gets the value of the addtlCtctInf property.
      Returns:
      possible object is String
    • setAddtlCtctInf

      public void setAddtlCtctInf(String value)
      Sets the value of the addtlCtctInf property.
      Parameters:
      value - allowed object is String