Class Contact6
java.lang.Object
org.coderic.iso20022.messages.cafm.Contact6
Java class for Contact6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contact6"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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="HomeFaxNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/> <element name="BizFaxNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PhoneNumber" minOccurs="0"/> <element name="URLAdr" 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}LanguageCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bizEmailAdr property.Gets the value of the bizFaxNb property.Gets the value of the bizPhneNb property.Gets the value of the homeFaxNb property.Gets the value of the homePhneNb property.getLang()
Gets the value of the lang property.Gets the value of the mobPhneNb property.Gets the value of the othrEmailAdr property.Gets the value of the othrPhneNb property.Gets the value of the prsnlEmailAdr property.Gets the value of the urlAdr property.void
setBizEmailAdr
(String value) Sets the value of the bizEmailAdr property.void
setBizFaxNb
(String value) Sets the value of the bizFaxNb property.void
setBizPhneNb
(String value) Sets the value of the bizPhneNb property.void
setHomeFaxNb
(String value) Sets the value of the homeFaxNb 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
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.void
Sets the value of the urlAdr property.
-
Constructor Details
-
Contact6
public Contact6()
-
-
Method Details
-
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
-
getHomeFaxNb
Gets the value of the homeFaxNb property.- Returns:
- possible object is
String
-
setHomeFaxNb
Sets the value of the homeFaxNb property.- Parameters:
value
- allowed object isString
-
getBizFaxNb
Gets the value of the bizFaxNb property.- Returns:
- possible object is
String
-
setBizFaxNb
Sets the value of the bizFaxNb 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
-
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
-