public class ContactDetails2
extends java.lang.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.05}NamePrefix1Code" minOccurs="0"/>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max140Text" minOccurs="0"/>
<element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PhoneNumber" minOccurs="0"/>
<element name="MobNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PhoneNumber" minOccurs="0"/>
<element name="FaxNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PhoneNumber" minOccurs="0"/>
<element name="EmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max2048Text" minOccurs="0"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
emailAdr |
|
protected java.lang.String |
faxNb |
|
protected java.lang.String |
mobNb |
|
protected java.lang.String |
nm |
|
protected NamePrefix1Code |
nmPrfx |
|
protected java.lang.String |
othr |
|
protected java.lang.String |
phneNb |
| Constructor | Description |
|---|---|
ContactDetails2() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEmailAdr() |
Gets the value of the emailAdr property.
|
java.lang.String |
getFaxNb() |
Gets the value of the faxNb property.
|
java.lang.String |
getMobNb() |
Gets the value of the mobNb property.
|
java.lang.String |
getNm() |
Gets the value of the nm property.
|
NamePrefix1Code |
getNmPrfx() |
Gets the value of the nmPrfx property.
|
java.lang.String |
getOthr() |
Gets the value of the othr property.
|
java.lang.String |
getPhneNb() |
Gets the value of the phneNb property.
|
void |
setEmailAdr(java.lang.String value) |
Sets the value of the emailAdr property.
|
void |
setFaxNb(java.lang.String value) |
Sets the value of the faxNb property.
|
void |
setMobNb(java.lang.String value) |
Sets the value of the mobNb property.
|
void |
setNm(java.lang.String value) |
Sets the value of the nm property.
|
void |
setNmPrfx(NamePrefix1Code value) |
Sets the value of the nmPrfx property.
|
void |
setOthr(java.lang.String value) |
Sets the value of the othr property.
|
void |
setPhneNb(java.lang.String value) |
Sets the value of the phneNb property.
|
protected NamePrefix1Code nmPrfx
protected java.lang.String nm
protected java.lang.String phneNb
protected java.lang.String mobNb
protected java.lang.String faxNb
protected java.lang.String emailAdr
protected java.lang.String othr
public NamePrefix1Code getNmPrfx()
NamePrefix1Codepublic void setNmPrfx(NamePrefix1Code value)
value - allowed object is
NamePrefix1Codepublic java.lang.String getNm()
Stringpublic void setNm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPhneNb()
Stringpublic void setPhneNb(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMobNb()
Stringpublic void setMobNb(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFaxNb()
Stringpublic void setFaxNb(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmailAdr()
Stringpublic void setEmailAdr(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOthr()
Stringpublic void setOthr(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.