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, setStrasse
protected 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()
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 getTelefon()
String
public void setTelefon(String value)
value
- allowed object is
String
public String getMobiltelefon()
String
public void setMobiltelefon(String value)
value
- allowed object is
String
public String getTelefax()
String
public void setTelefax(String value)
value
- allowed object is
String
public String getEMail()
String
public void setEMail(String value)
value
- allowed object is
String
public URL getHomepage()
String
public void setHomepage(URL value)
value
- allowed object is
String
public String toString()
toString
in class AdresseBaseTyp
public 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.ToString2
append
in class AdresseBaseTyp
public 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.ToString2
appendFields
in class AdresseBaseTyp
public Object clone()
clone
in class AdresseBaseTyp
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
copyTo
in class AdresseBaseTyp
public 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.CopyTo2
copyTo
in class AdresseBaseTyp
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public 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.Equals2
equals
in class AdresseBaseTyp
public boolean equals(Object object)
equals
in class AdresseBaseTyp
Copyright © 2017 OpenEstate. All rights reserved.