Class Contact1
java.lang.Object
org.coderic.iso20022.messages.cafm.Contact1
Java class for Contact1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contact1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max70Text" minOccurs="0"/> <element name="HomePhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/> <element name="BizPhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/> <element name="MobPhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/> <element name="OthrPhneNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/> <element name="PrsnlEmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/> <element name="BizEmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/> <element name="OthrEmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max256Text" minOccurs="0"/> <element name="Lang" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISO2ALanguageCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bizEmailAdr property.Gets the value of the bizPhneNb property.Gets the value of the homePhneNb property.getLang()
Gets the value of the lang property.Gets the value of the mobPhneNb property.getNm()
Gets the value of the nm property.Gets the value of the othrEmailAdr property.Gets the value of the othrPhneNb property.Gets the value of the prsnlEmailAdr property.void
setBizEmailAdr
(String value) Sets the value of the bizEmailAdr property.void
setBizPhneNb
(String value) Sets the value of the bizPhneNb property.void
setHomePhneNb
(String value) Sets the value of the homePhneNb property.void
Sets the value of the lang property.void
setMobPhneNb
(String value) Sets the value of the mobPhneNb property.void
Sets the value of the nm property.void
setOthrEmailAdr
(String value) Sets the value of the othrEmailAdr property.void
setOthrPhneNb
(String value) Sets the value of the othrPhneNb property.void
setPrsnlEmailAdr
(String value) Sets the value of the prsnlEmailAdr property.
-
Constructor Details
-
Contact1
public Contact1()
-
-
Method Details
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getHomePhneNb
Gets the value of the homePhneNb property.- Returns:
- possible object is
String
-
setHomePhneNb
Sets the value of the homePhneNb property.- Parameters:
value
- allowed object isString
-
getBizPhneNb
Gets the value of the bizPhneNb property.- Returns:
- possible object is
String
-
setBizPhneNb
Sets the value of the bizPhneNb property.- Parameters:
value
- allowed object isString
-
getMobPhneNb
Gets the value of the mobPhneNb property.- Returns:
- possible object is
String
-
setMobPhneNb
Sets the value of the mobPhneNb property.- Parameters:
value
- allowed object isString
-
getOthrPhneNb
Gets the value of the othrPhneNb property.- Returns:
- possible object is
String
-
setOthrPhneNb
Sets the value of the othrPhneNb property.- Parameters:
value
- allowed object isString
-
getPrsnlEmailAdr
Gets the value of the prsnlEmailAdr property.- Returns:
- possible object is
String
-
setPrsnlEmailAdr
Sets the value of the prsnlEmailAdr property.- Parameters:
value
- allowed object isString
-
getBizEmailAdr
Gets the value of the bizEmailAdr property.- Returns:
- possible object is
String
-
setBizEmailAdr
Sets the value of the bizEmailAdr property.- Parameters:
value
- allowed object isString
-
getOthrEmailAdr
Gets the value of the othrEmailAdr property.- Returns:
- possible object is
String
-
setOthrEmailAdr
Sets the value of the othrEmailAdr property.- Parameters:
value
- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-