public class KontaktAdresseTyp extends AdresseBaseTyp implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for KontaktAdresseTyp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KontaktAdresseTyp">
<complexContent>
<extension base="{http://www.immobilienscout24.de/immobilientransfer}AdresseBaseTyp">
<attribute name="Anrede" type="{http://www.immobilienscout24.de/immobilientransfer}Text20Typ" />
<attribute name="Vorname" type="{http://www.immobilienscout24.de/immobilientransfer}Text30Typ" />
<attribute name="Nachname" type="{http://www.immobilienscout24.de/immobilientransfer}Text50Typ" />
<attribute name="Telefon" type="{http://www.immobilienscout24.de/immobilientransfer}Text40Typ" />
<attribute name="Mobiltelefon" type="{http://www.immobilienscout24.de/immobilientransfer}Text40Typ" />
<attribute name="Telefax" type="{http://www.immobilienscout24.de/immobilientransfer}Text40Typ" />
<attribute name="EMail" type="{http://www.immobilienscout24.de/immobilientransfer}EmailTyp" />
<attribute name="Homepage" type="{http://www.immobilienscout24.de/immobilientransfer}WebUrlTyp" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
anrede |
protected String |
eMail |
protected URL |
homepage |
protected String |
mobiltelefon |
protected String |
nachname |
protected String |
telefax |
protected String |
telefon |
protected String |
vorname |
hausnummer, laenderkennzeichen, ort, postleitzahl, strasse| Constructor and Description |
|---|
KontaktAdresseTyp() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
String |
getAnrede()
Gets the value of the anrede property.
|
String |
getEMail()
Gets the value of the eMail property.
|
URL |
getHomepage()
Gets the value of the homepage property.
|
String |
getMobiltelefon()
Gets the value of the mobiltelefon property.
|
String |
getNachname()
Gets the value of the nachname property.
|
String |
getTelefax()
Gets the value of the telefax property.
|
String |
getTelefon()
Gets the value of the telefon property.
|
String |
getVorname()
Gets the value of the vorname property.
|
void |
setAnrede(String value)
Sets the value of the anrede property.
|
void |
setEMail(String value)
Sets the value of the eMail property.
|
void |
setHomepage(URL value)
Sets the value of the homepage property.
|
void |
setMobiltelefon(String value)
Sets the value of the mobiltelefon property.
|
void |
setNachname(String value)
Sets the value of the nachname property.
|
void |
setTelefax(String value)
Sets the value of the telefax property.
|
void |
setTelefon(String value)
Sets the value of the telefon property.
|
void |
setVorname(String value)
Sets the value of the vorname property.
|
String |
toString() |
getHausnummer, getLaenderkennzeichen, getOrt, getPostleitzahl, getStrasse, setHausnummer, setLaenderkennzeichen, setOrt, setPostleitzahl, setStrasseprotected String anrede
protected String vorname
protected String nachname
protected String telefon
protected String mobiltelefon
protected String telefax
protected String eMail
protected URL homepage
public String getAnrede()
Stringpublic void setAnrede(String value)
value - allowed object is
Stringpublic String getVorname()
Stringpublic void setVorname(String value)
value - allowed object is
Stringpublic String getNachname()
Stringpublic void setNachname(String value)
value - allowed object is
Stringpublic String getTelefon()
Stringpublic void setTelefon(String value)
value - allowed object is
Stringpublic String getMobiltelefon()
Stringpublic void setMobiltelefon(String value)
value - allowed object is
Stringpublic String getTelefax()
Stringpublic void setTelefax(String value)
value - allowed object is
Stringpublic String getEMail()
Stringpublic void setEMail(String value)
value - allowed object is
Stringpublic URL getHomepage()
Stringpublic void setHomepage(URL value)
value - allowed object is
Stringpublic String toString()
toString in class AdresseBaseTyppublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AdresseBaseTyppublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AdresseBaseTyppublic Object clone()
clone in class AdresseBaseTyppublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AdresseBaseTyppublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AdresseBaseTyppublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AdresseBaseTyppublic boolean equals(Object object)
equals in class AdresseBaseTypCopyright © 2017 OpenEstate. All rights reserved.