public abstract class ImmobilieBaseTyp extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for ImmobilieBaseTyp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImmobilieBaseTyp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Adresse" type="{http://www.immobilienscout24.de/immobilientransfer}ImmobilienAdresseTyp"/> <element name="ManuelleGeoCodierung" type="{http://www.immobilienscout24.de/immobilientransfer}ManuellGeoCodingTyp" minOccurs="0"/> <element name="Kontaktperson" type="{http://www.immobilienscout24.de/immobilientransfer}KontaktAdresseTyp" minOccurs="0"/> <element name="ApiSuchfelder" type="{http://www.immobilienscout24.de/immobilientransfer}ApiSuchfelderTyp" minOccurs="0"/> <element name="Objektbeschreibung" type="{http://www.immobilienscout24.de/immobilientransfer}Freitext2000Typ" minOccurs="0"/> <element name="Lage" type="{http://www.immobilienscout24.de/immobilientransfer}Freitext2000Typ" minOccurs="0"/> <element name="Ausstattung" type="{http://www.immobilienscout24.de/immobilientransfer}Freitext2000Typ" minOccurs="0"/> <element name="SonstigeAngaben" type="{http://www.immobilienscout24.de/immobilientransfer}Freitext2000Typ" minOccurs="0"/> <element name="MultimediaAnhang" type="{http://www.immobilienscout24.de/immobilientransfer}MultimediaAnhangTyp" maxOccurs="15" minOccurs="0"/> </sequence> <attGroup ref="{http://www.immobilienscout24.de/immobilientransfer}ImmoAttribute"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
adressdruck |
protected ImmobilienAdresseTyp |
adresse |
protected String |
aktiveGruppen |
protected String |
anbieterObjektID |
protected JAXBElement<ApiSuchfelderTyp> |
apiSuchfelder |
protected String |
ausstattung |
protected Long |
gruppierungsID |
protected AktionsTyp |
importmodus |
protected KontaktAdresseTyp |
kontaktperson |
protected String |
lage |
protected ManuellGeoCodingTyp |
manuelleGeoCodierung |
protected List<MultimediaAnhangTyp> |
multimediaAnhang |
protected String |
objektbeschreibung |
protected String |
provision |
protected String |
provisionshinweis |
protected Boolean |
provisionspflichtig |
protected Long |
scoutObjektID |
protected String |
sonstigeAngaben |
protected StatusTyp |
statusHP |
protected StatusTyp |
statusIS24 |
protected StatusTyp |
statusVBM |
protected String |
ueberschrift |
protected WaehrungTyp |
waehrung |
Constructor and Description |
---|
ImmobilieBaseTyp() |
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) |
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) |
ImmobilienAdresseTyp |
getAdresse()
Gets the value of the adresse property.
|
String |
getAktiveGruppen()
Gets the value of the aktiveGruppen property.
|
String |
getAnbieterObjektID()
Gets the value of the anbieterObjektID property.
|
JAXBElement<ApiSuchfelderTyp> |
getApiSuchfelder()
Gets the value of the apiSuchfelder property.
|
String |
getAusstattung()
Gets the value of the ausstattung property.
|
Long |
getGruppierungsID()
Gets the value of the gruppierungsID property.
|
AktionsTyp |
getImportmodus()
Gets the value of the importmodus property.
|
KontaktAdresseTyp |
getKontaktperson()
Gets the value of the kontaktperson property.
|
String |
getLage()
Gets the value of the lage property.
|
ManuellGeoCodingTyp |
getManuelleGeoCodierung()
Gets the value of the manuelleGeoCodierung property.
|
List<MultimediaAnhangTyp> |
getMultimediaAnhang()
Gets the value of the multimediaAnhang property.
|
String |
getObjektbeschreibung()
Gets the value of the objektbeschreibung property.
|
String |
getProvision()
Gets the value of the provision property.
|
String |
getProvisionshinweis()
Gets the value of the provisionshinweis property.
|
Long |
getScoutObjektID()
Gets the value of the scoutObjektID property.
|
String |
getSonstigeAngaben()
Gets the value of the sonstigeAngaben property.
|
StatusTyp |
getStatusHP()
Gets the value of the statusHP property.
|
StatusTyp |
getStatusIS24()
Gets the value of the statusIS24 property.
|
StatusTyp |
getStatusVBM()
Gets the value of the statusVBM property.
|
String |
getUeberschrift()
Gets the value of the ueberschrift property.
|
WaehrungTyp |
getWaehrung()
Gets the value of the waehrung property.
|
boolean |
isAdressdruck()
Gets the value of the adressdruck property.
|
Boolean |
isProvisionspflichtig()
Gets the value of the provisionspflichtig property.
|
void |
setAdressdruck(Boolean value)
Sets the value of the adressdruck property.
|
void |
setAdresse(ImmobilienAdresseTyp value)
Sets the value of the adresse property.
|
void |
setAktiveGruppen(String value)
Sets the value of the aktiveGruppen property.
|
void |
setAnbieterObjektID(String value)
Sets the value of the anbieterObjektID property.
|
void |
setApiSuchfelder(JAXBElement<ApiSuchfelderTyp> value)
Sets the value of the apiSuchfelder property.
|
void |
setAusstattung(String value)
Sets the value of the ausstattung property.
|
void |
setGruppierungsID(Long value)
Sets the value of the gruppierungsID property.
|
void |
setImportmodus(AktionsTyp value)
Sets the value of the importmodus property.
|
void |
setKontaktperson(KontaktAdresseTyp value)
Sets the value of the kontaktperson property.
|
void |
setLage(String value)
Sets the value of the lage property.
|
void |
setManuelleGeoCodierung(ManuellGeoCodingTyp value)
Sets the value of the manuelleGeoCodierung property.
|
void |
setObjektbeschreibung(String value)
Sets the value of the objektbeschreibung property.
|
void |
setProvision(String value)
Sets the value of the provision property.
|
void |
setProvisionshinweis(String value)
Sets the value of the provisionshinweis property.
|
void |
setProvisionspflichtig(Boolean value)
Sets the value of the provisionspflichtig property.
|
void |
setScoutObjektID(Long value)
Sets the value of the scoutObjektID property.
|
void |
setSonstigeAngaben(String value)
Sets the value of the sonstigeAngaben property.
|
void |
setStatusHP(StatusTyp value)
Sets the value of the statusHP property.
|
void |
setStatusIS24(StatusTyp value)
Sets the value of the statusIS24 property.
|
void |
setStatusVBM(StatusTyp value)
Sets the value of the statusVBM property.
|
void |
setUeberschrift(String value)
Sets the value of the ueberschrift property.
|
void |
setWaehrung(WaehrungTyp value)
Sets the value of the waehrung property.
|
String |
toString() |
protected ImmobilienAdresseTyp adresse
protected ManuellGeoCodingTyp manuelleGeoCodierung
protected KontaktAdresseTyp kontaktperson
protected JAXBElement<ApiSuchfelderTyp> apiSuchfelder
protected String objektbeschreibung
protected String lage
protected String ausstattung
protected String sonstigeAngaben
protected List<MultimediaAnhangTyp> multimediaAnhang
protected String anbieterObjektID
protected StatusTyp statusVBM
protected StatusTyp statusIS24
protected StatusTyp statusHP
protected String aktiveGruppen
protected AktionsTyp importmodus
protected Long scoutObjektID
protected Long gruppierungsID
protected Boolean adressdruck
protected String ueberschrift
protected String provision
protected Boolean provisionspflichtig
protected String provisionshinweis
protected WaehrungTyp waehrung
public ImmobilienAdresseTyp getAdresse()
ImmobilienAdresseTyp
public void setAdresse(ImmobilienAdresseTyp value)
value
- allowed object is
ImmobilienAdresseTyp
public ManuellGeoCodingTyp getManuelleGeoCodierung()
ManuellGeoCodingTyp
public void setManuelleGeoCodierung(ManuellGeoCodingTyp value)
value
- allowed object is
ManuellGeoCodingTyp
public KontaktAdresseTyp getKontaktperson()
KontaktAdresseTyp
public void setKontaktperson(KontaktAdresseTyp value)
value
- allowed object is
KontaktAdresseTyp
public JAXBElement<ApiSuchfelderTyp> getApiSuchfelder()
JAXBElement
<
ApiSuchfelderTyp
>
public void setApiSuchfelder(JAXBElement<ApiSuchfelderTyp> value)
value
- allowed object is
JAXBElement
<
ApiSuchfelderTyp
>
public String getObjektbeschreibung()
String
public void setObjektbeschreibung(String value)
value
- allowed object is
String
public String getLage()
String
public void setLage(String value)
value
- allowed object is
String
public String getAusstattung()
String
public void setAusstattung(String value)
value
- allowed object is
String
public String getSonstigeAngaben()
String
public void setSonstigeAngaben(String value)
value
- allowed object is
String
public List<MultimediaAnhangTyp> getMultimediaAnhang()
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 multimediaAnhang property.
For example, to add a new item, do as follows:
getMultimediaAnhang().add(newItem);
Objects of the following type(s) are allowed in the list
MultimediaAnhangTyp
public String getAnbieterObjektID()
String
public void setAnbieterObjektID(String value)
value
- allowed object is
String
public StatusTyp getStatusVBM()
StatusTyp
public void setStatusVBM(StatusTyp value)
value
- allowed object is
StatusTyp
public StatusTyp getStatusIS24()
StatusTyp
public void setStatusIS24(StatusTyp value)
value
- allowed object is
StatusTyp
public StatusTyp getStatusHP()
StatusTyp
public void setStatusHP(StatusTyp value)
value
- allowed object is
StatusTyp
public String getAktiveGruppen()
String
public void setAktiveGruppen(String value)
value
- allowed object is
String
public AktionsTyp getImportmodus()
AktionsTyp
public void setImportmodus(AktionsTyp value)
value
- allowed object is
AktionsTyp
public Long getScoutObjektID()
String
public void setScoutObjektID(Long value)
value
- allowed object is
String
public Long getGruppierungsID()
String
public void setGruppierungsID(Long value)
value
- allowed object is
String
public boolean isAdressdruck()
Boolean
public void setAdressdruck(Boolean value)
value
- allowed object is
Boolean
public String getUeberschrift()
String
public void setUeberschrift(String value)
value
- allowed object is
String
public String getProvision()
String
public void setProvision(String value)
value
- allowed object is
String
public Boolean isProvisionspflichtig()
Boolean
public void setProvisionspflichtig(Boolean value)
value
- allowed object is
Boolean
public String getProvisionshinweis()
String
public void setProvisionshinweis(String value)
value
- allowed object is
String
public WaehrungTyp getWaehrung()
WaehrungTyp
public void setWaehrung(WaehrungTyp value)
value
- allowed object is
WaehrungTyp
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 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.