public class ContactDetails2 extends Object
Java class for ContactDetails2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactDetails2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NmPrfx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}NamePrefix1Code" minOccurs="0"/>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max140Text" minOccurs="0"/>
<element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PhoneNumber" minOccurs="0"/>
<element name="MobNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PhoneNumber" minOccurs="0"/>
<element name="FaxNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PhoneNumber" minOccurs="0"/>
<element name="EmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max2048Text" minOccurs="0"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAdr |
protected String |
faxNb |
protected String |
mobNb |
protected String |
nm |
protected NamePrefix1Code |
nmPrfx |
protected String |
othr |
protected String |
phneNb |
| Constructor and Description |
|---|
ContactDetails2() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAdr()
Gets the value of the emailAdr property.
|
String |
getFaxNb()
Gets the value of the faxNb property.
|
String |
getMobNb()
Gets the value of the mobNb property.
|
String |
getNm()
Gets the value of the nm property.
|
NamePrefix1Code |
getNmPrfx()
Gets the value of the nmPrfx property.
|
String |
getOthr()
Gets the value of the othr property.
|
String |
getPhneNb()
Gets the value of the phneNb property.
|
void |
setEmailAdr(String value)
Sets the value of the emailAdr property.
|
void |
setFaxNb(String value)
Sets the value of the faxNb property.
|
void |
setMobNb(String value)
Sets the value of the mobNb property.
|
void |
setNm(String value)
Sets the value of the nm property.
|
void |
setNmPrfx(NamePrefix1Code value)
Sets the value of the nmPrfx property.
|
void |
setOthr(String value)
Sets the value of the othr property.
|
void |
setPhneNb(String value)
Sets the value of the phneNb property.
|
protected NamePrefix1Code nmPrfx
protected String nm
protected String phneNb
protected String mobNb
protected String faxNb
protected String emailAdr
protected String othr
public NamePrefix1Code getNmPrfx()
NamePrefix1Codepublic void setNmPrfx(NamePrefix1Code value)
value - allowed object is
NamePrefix1Codepublic void setNm(String value)
value - allowed object is
Stringpublic String getPhneNb()
Stringpublic void setPhneNb(String value)
value - allowed object is
Stringpublic String getMobNb()
Stringpublic void setMobNb(String value)
value - allowed object is
Stringpublic String getFaxNb()
Stringpublic void setFaxNb(String value)
value - allowed object is
Stringpublic String getEmailAdr()
Stringpublic void setEmailAdr(String value)
value - allowed object is
Stringpublic String getOthr()
StringCopyright © 2019. All rights reserved.