public class GarageTyp extends ImmobilieBaseTyp implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for GarageTyp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GarageTyp">
<complexContent>
<extension base="{http://www.immobilienscout24.de/immobilientransfer}ImmobilieBaseTyp">
<attribute name="ObjektKategorie2" type="{http://www.immobilienscout24.de/immobilientransfer}GaragenKategorieTyp" default="keineAngabe" />
<attribute name="Objektzustand" type="{http://www.immobilienscout24.de/immobilientransfer}ObjektZustandTyp" default="keineAngabe" />
<attribute name="Hoehe" type="{http://www.immobilienscout24.de/immobilientransfer}Zahl42Typ" />
<attribute name="Laenge" type="{http://www.immobilienscout24.de/immobilientransfer}Zahl52Typ" />
<attribute name="Breite" type="{http://www.immobilienscout24.de/immobilientransfer}Zahl52Typ" />
<attribute name="Flaeche" type="{http://www.immobilienscout24.de/immobilientransfer}Zahl102Typ" />
<attribute name="Baujahr" type="{http://www.immobilienscout24.de/immobilientransfer}Zahl4Typ" />
<attribute name="JahrLetzteModernisierung" type="{http://www.immobilienscout24.de/immobilientransfer}Zahl4Typ" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
baujahr |
protected Double |
breite |
protected Double |
flaeche |
protected Double |
hoehe |
protected Long |
jahrLetzteModernisierung |
protected Double |
laenge |
protected GaragenKategorieTyp |
objektKategorie2 |
protected ObjektZustandTyp |
objektzustand |
adressdruck, adresse, aktiveGruppen, anbieterObjektID, apiSuchfelder, ausstattung, gruppierungsID, importmodus, kontaktperson, lage, manuelleGeoCodierung, multimediaAnhang, objektbeschreibung, provision, provisionshinweis, provisionspflichtig, scoutObjektID, sonstigeAngaben, statusHP, statusIS24, statusVBM, ueberschrift, waehrung| Constructor and Description |
|---|
GarageTyp() |
| 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) |
Long |
getBaujahr()
Gets the value of the baujahr property.
|
Double |
getBreite()
Gets the value of the breite property.
|
Double |
getFlaeche()
Gets the value of the flaeche property.
|
Double |
getHoehe()
Gets the value of the hoehe property.
|
Long |
getJahrLetzteModernisierung()
Gets the value of the jahrLetzteModernisierung property.
|
Double |
getLaenge()
Gets the value of the laenge property.
|
GaragenKategorieTyp |
getObjektKategorie2()
Gets the value of the objektKategorie2 property.
|
ObjektZustandTyp |
getObjektzustand()
Gets the value of the objektzustand property.
|
void |
setBaujahr(Long value)
Sets the value of the baujahr property.
|
void |
setBreite(Double value)
Sets the value of the breite property.
|
void |
setFlaeche(Double value)
Sets the value of the flaeche property.
|
void |
setHoehe(Double value)
Sets the value of the hoehe property.
|
void |
setJahrLetzteModernisierung(Long value)
Sets the value of the jahrLetzteModernisierung property.
|
void |
setLaenge(Double value)
Sets the value of the laenge property.
|
void |
setObjektKategorie2(GaragenKategorieTyp value)
Sets the value of the objektKategorie2 property.
|
void |
setObjektzustand(ObjektZustandTyp value)
Sets the value of the objektzustand property.
|
String |
toString() |
getAdresse, getAktiveGruppen, getAnbieterObjektID, getApiSuchfelder, getAusstattung, getGruppierungsID, getImportmodus, getKontaktperson, getLage, getManuelleGeoCodierung, getMultimediaAnhang, getObjektbeschreibung, getProvision, getProvisionshinweis, getScoutObjektID, getSonstigeAngaben, getStatusHP, getStatusIS24, getStatusVBM, getUeberschrift, getWaehrung, isAdressdruck, isProvisionspflichtig, setAdressdruck, setAdresse, setAktiveGruppen, setAnbieterObjektID, setApiSuchfelder, setAusstattung, setGruppierungsID, setImportmodus, setKontaktperson, setLage, setManuelleGeoCodierung, setObjektbeschreibung, setProvision, setProvisionshinweis, setProvisionspflichtig, setScoutObjektID, setSonstigeAngaben, setStatusHP, setStatusIS24, setStatusVBM, setUeberschrift, setWaehrungprotected GaragenKategorieTyp objektKategorie2
protected ObjektZustandTyp objektzustand
protected Double hoehe
protected Double laenge
protected Double breite
protected Double flaeche
protected Long baujahr
protected Long jahrLetzteModernisierung
public GaragenKategorieTyp getObjektKategorie2()
GaragenKategorieTyppublic void setObjektKategorie2(GaragenKategorieTyp value)
value - allowed object is
GaragenKategorieTyppublic ObjektZustandTyp getObjektzustand()
ObjektZustandTyppublic void setObjektzustand(ObjektZustandTyp value)
value - allowed object is
ObjektZustandTyppublic Double getHoehe()
Stringpublic void setHoehe(Double value)
value - allowed object is
Stringpublic Double getLaenge()
Stringpublic void setLaenge(Double value)
value - allowed object is
Stringpublic Double getBreite()
Stringpublic void setBreite(Double value)
value - allowed object is
Stringpublic Double getFlaeche()
Stringpublic void setFlaeche(Double value)
value - allowed object is
Stringpublic Long getBaujahr()
Stringpublic void setBaujahr(Long value)
value - allowed object is
Stringpublic Long getJahrLetzteModernisierung()
Stringpublic void setJahrLetzteModernisierung(Long value)
value - allowed object is
Stringpublic String toString()
toString in class ImmobilieBaseTyppublic 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.ToStringappend in class ImmobilieBaseTyppublic 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.ToStringappendFields in class ImmobilieBaseTyppublic Object clone()
clone in class ImmobilieBaseTyppublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ImmobilieBaseTyppublic 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.CopyTocopyTo in class ImmobilieBaseTyppublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.Equalsequals in class ImmobilieBaseTyppublic boolean equals(Object object)
equals in class ImmobilieBaseTypCopyright © 2015 OpenEstate. All rights reserved.