Class Contact4
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_11.Contact4
-
public class Contact4 extends java.lang.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:pain.001.001.11}NamePrefix2Code" minOccurs="0"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max140Text" minOccurs="0"/> <element name="PhneNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PhoneNumber" minOccurs="0"/> <element name="MobNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PhoneNumber" minOccurs="0"/> <element name="FaxNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PhoneNumber" minOccurs="0"/> <element name="EmailAdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max2048Text" minOccurs="0"/> <element name="EmailPurp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max35Text" minOccurs="0"/> <element name="JobTitl" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max35Text" minOccurs="0"/> <element name="Rspnsblty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max35Text" minOccurs="0"/> <element name="Dept" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max70Text" minOccurs="0"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}OtherContact1" maxOccurs="unbounded" minOccurs="0"/> <element name="PrefrdMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PreferredContactMethod1Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
dept
protected java.lang.String
emailAdr
protected java.lang.String
emailPurp
protected java.lang.String
faxNb
protected java.lang.String
jobTitl
protected java.lang.String
mobNb
protected java.lang.String
nm
protected NamePrefix2Code
nmPrfx
protected java.util.List<OtherContact1>
othr
protected java.lang.String
phneNb
protected PreferredContactMethod1Code
prefrdMtd
protected java.lang.String
rspnsblty
-
Constructor Summary
Constructors Constructor Description Contact4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDept()
Gets the value of the dept property.java.lang.String
getEmailAdr()
Gets the value of the emailAdr property.java.lang.String
getEmailPurp()
Gets the value of the emailPurp property.java.lang.String
getFaxNb()
Gets the value of the faxNb property.java.lang.String
getJobTitl()
Gets the value of the jobTitl property.java.lang.String
getMobNb()
Gets the value of the mobNb property.java.lang.String
getNm()
Gets the value of the nm property.NamePrefix2Code
getNmPrfx()
Gets the value of the nmPrfx property.java.util.List<OtherContact1>
getOthr()
Gets the value of the othr property.java.lang.String
getPhneNb()
Gets the value of the phneNb property.PreferredContactMethod1Code
getPrefrdMtd()
Gets the value of the prefrdMtd property.java.lang.String
getRspnsblty()
Gets the value of the rspnsblty property.void
setDept(java.lang.String value)
Sets the value of the dept property.void
setEmailAdr(java.lang.String value)
Sets the value of the emailAdr property.void
setEmailPurp(java.lang.String value)
Sets the value of the emailPurp property.void
setFaxNb(java.lang.String value)
Sets the value of the faxNb property.void
setJobTitl(java.lang.String value)
Sets the value of the jobTitl 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(NamePrefix2Code value)
Sets the value of the nmPrfx property.void
setPhneNb(java.lang.String value)
Sets the value of the phneNb property.void
setPrefrdMtd(PreferredContactMethod1Code value)
Sets the value of the prefrdMtd property.void
setRspnsblty(java.lang.String value)
Sets the value of the rspnsblty property.
-
-
-
Field Detail
-
nmPrfx
protected NamePrefix2Code nmPrfx
-
nm
protected java.lang.String nm
-
phneNb
protected java.lang.String phneNb
-
mobNb
protected java.lang.String mobNb
-
faxNb
protected java.lang.String faxNb
-
emailAdr
protected java.lang.String emailAdr
-
emailPurp
protected java.lang.String emailPurp
-
jobTitl
protected java.lang.String jobTitl
-
rspnsblty
protected java.lang.String rspnsblty
-
dept
protected java.lang.String dept
-
othr
protected java.util.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
-
getNm
public java.lang.String getNm()
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
public void setNm(java.lang.String value)
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getPhneNb
public java.lang.String getPhneNb()
Gets the value of the phneNb property.- Returns:
- possible object is
String
-
setPhneNb
public void setPhneNb(java.lang.String value)
Sets the value of the phneNb property.- Parameters:
value
- allowed object isString
-
getMobNb
public java.lang.String getMobNb()
Gets the value of the mobNb property.- Returns:
- possible object is
String
-
setMobNb
public void setMobNb(java.lang.String value)
Sets the value of the mobNb property.- Parameters:
value
- allowed object isString
-
getFaxNb
public java.lang.String getFaxNb()
Gets the value of the faxNb property.- Returns:
- possible object is
String
-
setFaxNb
public void setFaxNb(java.lang.String value)
Sets the value of the faxNb property.- Parameters:
value
- allowed object isString
-
getEmailAdr
public java.lang.String getEmailAdr()
Gets the value of the emailAdr property.- Returns:
- possible object is
String
-
setEmailAdr
public void setEmailAdr(java.lang.String value)
Sets the value of the emailAdr property.- Parameters:
value
- allowed object isString
-
getEmailPurp
public java.lang.String getEmailPurp()
Gets the value of the emailPurp property.- Returns:
- possible object is
String
-
setEmailPurp
public void setEmailPurp(java.lang.String value)
Sets the value of the emailPurp property.- Parameters:
value
- allowed object isString
-
getJobTitl
public java.lang.String getJobTitl()
Gets the value of the jobTitl property.- Returns:
- possible object is
String
-
setJobTitl
public void setJobTitl(java.lang.String value)
Sets the value of the jobTitl property.- Parameters:
value
- allowed object isString
-
getRspnsblty
public java.lang.String getRspnsblty()
Gets the value of the rspnsblty property.- Returns:
- possible object is
String
-
setRspnsblty
public void setRspnsblty(java.lang.String value)
Sets the value of the rspnsblty property.- Parameters:
value
- allowed object isString
-
getDept
public java.lang.String getDept()
Gets the value of the dept property.- Returns:
- possible object is
String
-
setDept
public void setDept(java.lang.String value)
Sets the value of the dept property.- Parameters:
value
- allowed object isString
-
getOthr
public java.util.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
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
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
-
-