public class GarageTyp extends ImmobilieBaseTyp implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
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 BigDecimal |
breite |
protected BigDecimal |
flaeche |
protected BigDecimal |
hoehe |
protected Long |
jahrLetzteModernisierung |
protected BigDecimal |
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.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) |
Long |
getBaujahr()
Gets the value of the baujahr property.
|
BigDecimal |
getBreite()
Gets the value of the breite property.
|
BigDecimal |
getFlaeche()
Gets the value of the flaeche property.
|
BigDecimal |
getHoehe()
Gets the value of the hoehe property.
|
Long |
getJahrLetzteModernisierung()
Gets the value of the jahrLetzteModernisierung property.
|
BigDecimal |
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(BigDecimal value)
Sets the value of the breite property.
|
void |
setFlaeche(BigDecimal value)
Sets the value of the flaeche property.
|
void |
setHoehe(BigDecimal value)
Sets the value of the hoehe property.
|
void |
setJahrLetzteModernisierung(Long value)
Sets the value of the jahrLetzteModernisierung property.
|
void |
setLaenge(BigDecimal 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, setWaehrung
protected GaragenKategorieTyp objektKategorie2
protected ObjektZustandTyp objektzustand
protected BigDecimal hoehe
protected BigDecimal laenge
protected BigDecimal breite
protected BigDecimal flaeche
protected Long baujahr
protected Long jahrLetzteModernisierung
public GaragenKategorieTyp getObjektKategorie2()
GaragenKategorieTyp
public void setObjektKategorie2(GaragenKategorieTyp value)
value
- allowed object is
GaragenKategorieTyp
public ObjektZustandTyp getObjektzustand()
ObjektZustandTyp
public void setObjektzustand(ObjektZustandTyp value)
value
- allowed object is
ObjektZustandTyp
public BigDecimal getHoehe()
String
public void setHoehe(BigDecimal value)
value
- allowed object is
String
public BigDecimal getLaenge()
String
public void setLaenge(BigDecimal value)
value
- allowed object is
String
public BigDecimal getBreite()
String
public void setBreite(BigDecimal value)
value
- allowed object is
String
public BigDecimal getFlaeche()
String
public void setFlaeche(BigDecimal value)
value
- allowed object is
String
public Long getBaujahr()
String
public void setBaujahr(Long value)
value
- allowed object is
String
public Long getJahrLetzteModernisierung()
String
public void setJahrLetzteModernisierung(Long value)
value
- allowed object is
String
public String toString()
toString
in class ImmobilieBaseTyp
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 ImmobilieBaseTyp
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 ImmobilieBaseTyp
public Object clone()
clone
in class ImmobilieBaseTyp
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
copyTo
in class ImmobilieBaseTyp
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 ImmobilieBaseTyp
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 ImmobilieBaseTyp
public boolean equals(Object object)
equals
in class ImmobilieBaseTyp
Copyright © 2017 OpenEstate. All rights reserved.