Class Contact4
java.lang.Object
org.coderic.iso20022.messages.camt.Contact4
Java class for Contact4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contact4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NmPrfx" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}NamePrefix2Code" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/> <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PhoneNumber" minOccurs="0"/> <element name="MobNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PhoneNumber" minOccurs="0"/> <element name="FaxNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PhoneNumber" minOccurs="0"/> <element name="EmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max2048Text" minOccurs="0"/> <element name="EmailPurp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="JobTitl" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="Rspnsblty" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max70Text" minOccurs="0"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}OtherContact1" maxOccurs="unbounded" minOccurs="0"/> <element name="PrefrdMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PreferredContactMethod1Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDept()
Gets the value of the dept property.Gets the value of the emailAdr property.Gets the value of the emailPurp property.getFaxNb()
Gets the value of the faxNb property.Gets the value of the jobTitl property.getMobNb()
Gets the value of the mobNb property.getNm()
Gets the value of the nm property.Gets the value of the nmPrfx property.getOthr()
Gets the value of the othr property.Gets the value of the phneNb property.Gets the value of the prefrdMtd property.Gets the value of the rspnsblty property.void
Sets the value of the dept property.void
setEmailAdr
(String value) Sets the value of the emailAdr property.void
setEmailPurp
(String value) Sets the value of the emailPurp property.void
Sets the value of the faxNb property.void
setJobTitl
(String value) Sets the value of the jobTitl property.void
Sets the value of the mobNb property.void
Sets the value of the nm property.void
setNmPrfx
(NamePrefix2Code value) Sets the value of the nmPrfx property.void
Sets the value of the phneNb property.void
Sets the value of the prefrdMtd property.void
setRspnsblty
(String value) Sets the value of the rspnsblty property.
-
Constructor Details
-
Contact4
public Contact4()
-
-
Method Details
-
getNmPrfx
Gets the value of the nmPrfx property.- Returns:
- possible object is
NamePrefix2Code
-
setNmPrfx
Sets the value of the nmPrfx property.- Parameters:
value
- allowed object isNamePrefix2Code
-
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
-
getEmailPurp
Gets the value of the emailPurp property.- Returns:
- possible object is
String
-
setEmailPurp
Sets the value of the emailPurp property.- Parameters:
value
- allowed object isString
-
getJobTitl
Gets the value of the jobTitl property.- Returns:
- possible object is
String
-
setJobTitl
Sets the value of the jobTitl property.- Parameters:
value
- allowed object isString
-
getRspnsblty
Gets the value of the rspnsblty property.- Returns:
- possible object is
String
-
setRspnsblty
Sets the value of the rspnsblty property.- Parameters:
value
- allowed object isString
-
getDept
Gets the value of the dept property.- Returns:
- possible object is
String
-
setDept
Sets the value of the dept property.- Parameters:
value
- allowed object isString
-
getOthr
Gets the value of the othr property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the othr property.For example, to add a new item, do as follows:
getOthr().add(newItem);
Objects of the following type(s) are allowed in the list
OtherContact1
-
getPrefrdMtd
Gets the value of the prefrdMtd property.- Returns:
- possible object is
PreferredContactMethod1Code
-
setPrefrdMtd
Sets the value of the prefrdMtd property.- Parameters:
value
- allowed object isPreferredContactMethod1Code
-