Class Contact4
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.Contact4
-
public class Contact4 extends Object
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.052.001.08}NamePrefix2Code" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max140Text" minOccurs="0"/> <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}PhoneNumber" minOccurs="0"/> <element name="MobNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}PhoneNumber" minOccurs="0"/> <element name="FaxNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}PhoneNumber" minOccurs="0"/> <element name="EmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max2048Text" minOccurs="0"/> <element name="EmailPurp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="JobTitl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="Rspnsblty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max70Text" minOccurs="0"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}OtherContact1" maxOccurs="unbounded" minOccurs="0"/> <element name="PrefrdMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}PreferredContactMethod1Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdeptprotected StringemailAdrprotected StringemailPurpprotected StringfaxNbprotected StringjobTitlprotected StringmobNbprotected Stringnmprotected NamePrefix2CodenmPrfxprotected List<OtherContact1>othrprotected StringphneNbprotected PreferredContactMethod1CodeprefrdMtdprotected Stringrspnsblty
-
Constructor Summary
Constructors Constructor Description Contact4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDept()Gets the value of the dept property.StringgetEmailAdr()Gets the value of the emailAdr property.StringgetEmailPurp()Gets the value of the emailPurp property.StringgetFaxNb()Gets the value of the faxNb property.StringgetJobTitl()Gets the value of the jobTitl property.StringgetMobNb()Gets the value of the mobNb property.StringgetNm()Gets the value of the nm property.NamePrefix2CodegetNmPrfx()Gets the value of the nmPrfx property.List<OtherContact1>getOthr()Gets the value of the othr property.StringgetPhneNb()Gets the value of the phneNb property.PreferredContactMethod1CodegetPrefrdMtd()Gets the value of the prefrdMtd property.StringgetRspnsblty()Gets the value of the rspnsblty property.voidsetDept(String value)Sets the value of the dept property.voidsetEmailAdr(String value)Sets the value of the emailAdr property.voidsetEmailPurp(String value)Sets the value of the emailPurp property.voidsetFaxNb(String value)Sets the value of the faxNb property.voidsetJobTitl(String value)Sets the value of the jobTitl property.voidsetMobNb(String value)Sets the value of the mobNb property.voidsetNm(String value)Sets the value of the nm property.voidsetNmPrfx(NamePrefix2Code value)Sets the value of the nmPrfx property.voidsetPhneNb(String value)Sets the value of the phneNb property.voidsetPrefrdMtd(PreferredContactMethod1Code value)Sets the value of the prefrdMtd property.voidsetRspnsblty(String value)Sets the value of the rspnsblty property.
-
-
-
Field Detail
-
nmPrfx
protected NamePrefix2Code nmPrfx
-
nm
protected String nm
-
phneNb
protected String phneNb
-
mobNb
protected String mobNb
-
faxNb
protected String faxNb
-
emailAdr
protected String emailAdr
-
emailPurp
protected String emailPurp
-
jobTitl
protected String jobTitl
-
rspnsblty
protected String rspnsblty
-
dept
protected String dept
-
othr
protected List<OtherContact1> othr
-
prefrdMtd
protected PreferredContactMethod1Code prefrdMtd
-
-
Method Detail
-
getNmPrfx
public NamePrefix2Code getNmPrfx()
Gets the value of the nmPrfx property.- Returns:
- possible object is
NamePrefix2Code
-
setNmPrfx
public void setNmPrfx(NamePrefix2Code value)
Sets the value of the nmPrfx property.- Parameters:
value- allowed object isNamePrefix2Code
-
setNm
public void setNm(String value)
Sets the value of the nm property.- Parameters:
value- allowed object isString
-
getPhneNb
public String getPhneNb()
Gets the value of the phneNb property.- Returns:
- possible object is
String
-
setPhneNb
public void setPhneNb(String value)
Sets the value of the phneNb property.- Parameters:
value- allowed object isString
-
getMobNb
public String getMobNb()
Gets the value of the mobNb property.- Returns:
- possible object is
String
-
setMobNb
public void setMobNb(String value)
Sets the value of the mobNb property.- Parameters:
value- allowed object isString
-
getFaxNb
public String getFaxNb()
Gets the value of the faxNb property.- Returns:
- possible object is
String
-
setFaxNb
public void setFaxNb(String value)
Sets the value of the faxNb property.- Parameters:
value- allowed object isString
-
getEmailAdr
public String getEmailAdr()
Gets the value of the emailAdr property.- Returns:
- possible object is
String
-
setEmailAdr
public void setEmailAdr(String value)
Sets the value of the emailAdr property.- Parameters:
value- allowed object isString
-
getEmailPurp
public String getEmailPurp()
Gets the value of the emailPurp property.- Returns:
- possible object is
String
-
setEmailPurp
public void setEmailPurp(String value)
Sets the value of the emailPurp property.- Parameters:
value- allowed object isString
-
getJobTitl
public String getJobTitl()
Gets the value of the jobTitl property.- Returns:
- possible object is
String
-
setJobTitl
public void setJobTitl(String value)
Sets the value of the jobTitl property.- Parameters:
value- allowed object isString
-
getRspnsblty
public String getRspnsblty()
Gets the value of the rspnsblty property.- Returns:
- possible object is
String
-
setRspnsblty
public void setRspnsblty(String value)
Sets the value of the rspnsblty property.- Parameters:
value- allowed object isString
-
getDept
public String getDept()
Gets the value of the dept property.- Returns:
- possible object is
String
-
setDept
public void setDept(String value)
Sets the value of the dept property.- Parameters:
value- allowed object isString
-
getOthr
public List<OtherContact1> 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 JAXB object. This is why there is not a
setmethod 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
public PreferredContactMethod1Code getPrefrdMtd()
Gets the value of the prefrdMtd property.- Returns:
- possible object is
PreferredContactMethod1Code
-
setPrefrdMtd
public void setPrefrdMtd(PreferredContactMethod1Code value)
Sets the value of the prefrdMtd property.- Parameters:
value- allowed object isPreferredContactMethod1Code
-
-