Class ContactIdentification2
java.lang.Object
org.coderic.iso20022.messages.secl.ContactIdentification2
Java class for ContactIdentification2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactIdentification2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NmPrfx" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}NamePrefix1Code" minOccurs="0"/> <element name="GvnNm" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text"/> <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PhoneNumber" minOccurs="0"/> <element name="MobNb" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PhoneNumber" minOccurs="0"/> <element name="FaxNb" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PhoneNumber" minOccurs="0"/> <element name="EmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max256Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the emailAdr property.getFaxNb()
Gets the value of the faxNb property.getGvnNm()
Gets the value of the gvnNm property.getMobNb()
Gets the value of the mobNb property.getNm()
Gets the value of the nm property.Gets the value of the nmPrfx property.Gets the value of the phneNb property.void
setEmailAdr
(String value) Sets the value of the emailAdr property.void
Sets the value of the faxNb property.void
Sets the value of the gvnNm property.void
Sets the value of the mobNb property.void
Sets the value of the nm property.void
setNmPrfx
(NamePrefix1Code value) Sets the value of the nmPrfx property.void
Sets the value of the phneNb property.
-
Constructor Details
-
ContactIdentification2
public ContactIdentification2()
-
-
Method Details
-
getNmPrfx
Gets the value of the nmPrfx property.- Returns:
- possible object is
NamePrefix1Code
-
setNmPrfx
Sets the value of the nmPrfx property.- Parameters:
value
- allowed object isNamePrefix1Code
-
getGvnNm
Gets the value of the gvnNm property.- Returns:
- possible object is
String
-
setGvnNm
Sets the value of the gvnNm property.- Parameters:
value
- allowed object isString
-
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
-
getPhneNb
Gets the value of the phneNb property.- Returns:
- possible object is
String
-
setPhneNb
Sets the value of the phneNb property.- Parameters:
value
- allowed object isString
-
getMobNb
Gets the value of the mobNb property.- Returns:
- possible object is
String
-
setMobNb
Sets the value of the mobNb property.- Parameters:
value
- allowed object isString
-
getFaxNb
Gets the value of the faxNb property.- Returns:
- possible object is
String
-
setFaxNb
Sets the value of the faxNb property.- Parameters:
value
- allowed object isString
-
getEmailAdr
Gets the value of the emailAdr property.- Returns:
- possible object is
String
-
setEmailAdr
Sets the value of the emailAdr property.- Parameters:
value
- allowed object isString
-