Class CommunicationAddress9
java.lang.Object
org.coderic.iso20022.messages.caaa.CommunicationAddress9
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlCtctInf property.Gets the value of the cstmrSvc property.getEmail()
Gets the value of the email property.getPhne()
Gets the value of the phne property.Gets the value of the pstlAdr property.Gets the value of the urlAdr property.void
setAddtlCtctInf
(String value) Sets the value of the addtlCtctInf property.void
setCstmrSvc
(String value) Sets the value of the cstmrSvc property.void
Sets the value of the email property.void
Sets the value of the phne property.void
setPstlAdr
(PostalAddress22 value) Sets the value of the pstlAdr property.void
Sets the value of the urlAdr property.
-
Constructor Details
-
CommunicationAddress9
public CommunicationAddress9()
-
-
Method Details
-
getPstlAdr
Gets the value of the pstlAdr property.- Returns:
- possible object is
PostalAddress22
-
setPstlAdr
Sets the value of the pstlAdr property.- Parameters:
value
- allowed object isPostalAddress22
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value
- allowed object isString
-
getURLAdr
Gets the value of the urlAdr property.- Returns:
- possible object is
String
-
setURLAdr
Sets the value of the urlAdr property.- Parameters:
value
- allowed object isString
-
getPhne
Gets the value of the phne property.- Returns:
- possible object is
String
-
setPhne
Sets the value of the phne property.- Parameters:
value
- allowed object isString
-
getCstmrSvc
Gets the value of the cstmrSvc property.- Returns:
- possible object is
String
-
setCstmrSvc
Sets the value of the cstmrSvc property.- Parameters:
value
- allowed object isString
-
getAddtlCtctInf
Gets the value of the addtlCtctInf property.- Returns:
- possible object is
String
-
setAddtlCtctInf
Sets the value of the addtlCtctInf property.- Parameters:
value
- allowed object isString
-