public class Interessent extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Modifier and Type | Class and Description |
---|---|
static class |
Interessent.Bevorzugt
Java enum for <bevorzugt> in <interessent> elements.
|
static class |
Interessent.Wunsch
Java enum for <wunsch> in <interessent> elements.
|
Modifier and Type | Field and Description |
---|---|
protected String |
anfrage |
protected String |
anrede |
protected List<Interessent.Bevorzugt> |
bevorzugt |
protected String |
email |
protected String |
fax |
protected String |
firma |
protected String |
intId |
protected String |
mobil |
protected String |
nachname |
protected String |
ort |
protected String |
plz |
protected String |
postfach |
protected String |
strasse |
protected String |
tel |
protected List<UserDefinedExtend> |
userDefinedExtend |
protected String |
vorname |
protected List<Interessent.Wunsch> |
wunsch |
Constructor and Description |
---|
Interessent() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getAnfrage()
Gets the value of the anfrage property.
|
String |
getAnrede()
Gets the value of the anrede property.
|
List<Interessent.Bevorzugt> |
getBevorzugt()
Gets the value of the bevorzugt property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFax()
Gets the value of the fax property.
|
String |
getFirma()
Gets the value of the firma property.
|
String |
getIntId()
Gets the value of the intId property.
|
String |
getMobil()
Gets the value of the mobil property.
|
String |
getNachname()
Gets the value of the nachname property.
|
String |
getOrt()
Gets the value of the ort property.
|
String |
getPlz()
Gets the value of the plz property.
|
String |
getPostfach()
Gets the value of the postfach property.
|
String |
getStrasse()
Gets the value of the strasse property.
|
String |
getTel()
Gets the value of the tel property.
|
List<UserDefinedExtend> |
getUserDefinedExtend()
Gets the value of the userDefinedExtend property.
|
String |
getVorname()
Gets the value of the vorname property.
|
List<Interessent.Wunsch> |
getWunsch()
Gets the value of the wunsch property.
|
void |
setAnfrage(String value)
Sets the value of the anfrage property.
|
void |
setAnrede(String value)
Sets the value of the anrede property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setFirma(String value)
Sets the value of the firma property.
|
void |
setIntId(String value)
Sets the value of the intId property.
|
void |
setMobil(String value)
Sets the value of the mobil property.
|
void |
setNachname(String value)
Sets the value of the nachname property.
|
void |
setOrt(String value)
Sets the value of the ort property.
|
void |
setPlz(String value)
Sets the value of the plz property.
|
void |
setPostfach(String value)
Sets the value of the postfach property.
|
void |
setStrasse(String value)
Sets the value of the strasse property.
|
void |
setTel(String value)
Sets the value of the tel property.
|
void |
setVorname(String value)
Sets the value of the vorname property.
|
String |
toString() |
protected String intId
protected String anrede
protected String vorname
protected String nachname
protected String firma
protected String strasse
protected String postfach
protected String plz
protected String ort
protected String tel
protected String fax
protected String mobil
protected String email
protected List<Interessent.Bevorzugt> bevorzugt
protected List<Interessent.Wunsch> wunsch
protected String anfrage
protected List<UserDefinedExtend> userDefinedExtend
public String getIntId()
String
public void setIntId(String value)
value
- allowed object is
String
public String getAnrede()
String
public void setAnrede(String value)
value
- allowed object is
String
public String getVorname()
String
public void setVorname(String value)
value
- allowed object is
String
public String getNachname()
String
public void setNachname(String value)
value
- allowed object is
String
public String getFirma()
String
public void setFirma(String value)
value
- allowed object is
String
public String getStrasse()
String
public void setStrasse(String value)
value
- allowed object is
String
public String getPostfach()
String
public void setPostfach(String value)
value
- allowed object is
String
public void setPlz(String value)
value
- allowed object is
String
public void setOrt(String value)
value
- allowed object is
String
public void setTel(String value)
value
- allowed object is
String
public void setFax(String value)
value
- allowed object is
String
public String getMobil()
String
public void setMobil(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public List<Interessent.Bevorzugt> getBevorzugt()
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 bevorzugt property.
For example, to add a new item, do as follows:
getBevorzugt().add(newItem);
Objects of the following type(s) are allowed in the list
Interessent.Bevorzugt
public List<Interessent.Wunsch> getWunsch()
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 wunsch property.
For example, to add a new item, do as follows:
getWunsch().add(newItem);
Objects of the following type(s) are allowed in the list
Interessent.Wunsch
public String getAnfrage()
String
public void setAnfrage(String value)
value
- allowed object is
String
public List<UserDefinedExtend> getUserDefinedExtend()
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 userDefinedExtend property.
For example, to add a new item, do as follows:
getUserDefinedExtend().add(newItem);
Objects of the following type(s) are allowed in the list
UserDefinedExtend
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2015 OpenEstate. All rights reserved.