Class ContactDetails2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.ContactDetails2
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the emailAdr property.getFaxNb()Gets the value of the faxNb 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.voidsetEmailAdr(String value) Sets the value of the emailAdr property.voidSets the value of the faxNb property.voidSets the value of the mobNb property.voidSets the value of the nm property.voidsetNmPrfx(NamePrefix1Code value) Sets the value of the nmPrfx property.voidSets the value of the othr property.voidSets the value of the phneNb property.
-
Field Details
-
nmPrfx
-
nm
-
phneNb
-
mobNb
-
faxNb
-
emailAdr
-
othr
-
-
Constructor Details
-
ContactDetails2
public ContactDetails2()
-
-
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
-
getNm
-
setNm
-
getPhneNb
-
setPhneNb
-
getMobNb
-
setMobNb
-
getFaxNb
-
setFaxNb
-
getEmailAdr
-
setEmailAdr
-
getOthr
-
setOthr
-