public class LivingRentSite extends RealEstate implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for LivingRentSite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LivingRentSite">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/offer/realestates/1.0}RealEstate">
<sequence>
<group ref="{http://rest.immobilienscout24.de/schema/common/1.0}ExtendedLivingRentSiteGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
RealEstate.Contact| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
buildingPermission |
protected CommercializationType |
commercializationType |
protected CourtageInfo |
courtage |
protected Boolean |
demolition |
protected String |
freeFrom |
protected Double |
gfz |
protected Double |
grz |
protected LeaseIntervalType |
leaseInterval |
protected Double |
minDivisible |
protected double |
plotArea |
protected Price |
price |
protected SiteRecommendedUseTypes |
recommendedUseTypes |
protected Boolean |
shortTermConstructible |
protected SiteConstructibleType |
siteConstructibleType |
protected SiteDevelopmentType |
siteDevelopmentType |
protected Integer |
tenancy |
contact, publishChannels, showAddressattachments, descriptionNote, furnishingNote, groupNumber, locationNote, otherNote, realEstateProjectId, referencePriceApiCall, referencePriceServiceCalladdress, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title| Constructor and Description |
|---|
LivingRentSite() |
| 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) |
CommercializationType |
getCommercializationType()
Gets the value of the commercializationType property.
|
CourtageInfo |
getCourtage()
Gets the value of the courtage property.
|
String |
getFreeFrom()
Gets the value of the freeFrom property.
|
Double |
getGfz()
Gets the value of the gfz property.
|
Double |
getGrz()
Gets the value of the grz property.
|
LeaseIntervalType |
getLeaseInterval()
Gets the value of the leaseInterval property.
|
Double |
getMinDivisible()
Gets the value of the minDivisible property.
|
double |
getPlotArea()
Gets the value of the plotArea property.
|
Price |
getPrice()
Gets the value of the price property.
|
SiteRecommendedUseTypes |
getRecommendedUseTypes()
Gets the value of the recommendedUseTypes property.
|
SiteConstructibleType |
getSiteConstructibleType()
Gets the value of the siteConstructibleType property.
|
SiteDevelopmentType |
getSiteDevelopmentType()
Gets the value of the siteDevelopmentType property.
|
Integer |
getTenancy()
Gets the value of the tenancy property.
|
Boolean |
isBuildingPermission()
Gets the value of the buildingPermission property.
|
Boolean |
isDemolition()
Gets the value of the demolition property.
|
Boolean |
isShortTermConstructible()
Gets the value of the shortTermConstructible property.
|
void |
setBuildingPermission(Boolean value)
Sets the value of the buildingPermission property.
|
void |
setCommercializationType(CommercializationType value)
Sets the value of the commercializationType property.
|
void |
setCourtage(CourtageInfo value)
Sets the value of the courtage property.
|
void |
setDemolition(Boolean value)
Sets the value of the demolition property.
|
void |
setFreeFrom(String value)
Sets the value of the freeFrom property.
|
void |
setGfz(Double value)
Sets the value of the gfz property.
|
void |
setGrz(Double value)
Sets the value of the grz property.
|
void |
setLeaseInterval(LeaseIntervalType value)
Sets the value of the leaseInterval property.
|
void |
setMinDivisible(Double value)
Sets the value of the minDivisible property.
|
void |
setPlotArea(double value)
Sets the value of the plotArea property.
|
void |
setPrice(Price value)
Sets the value of the price property.
|
void |
setRecommendedUseTypes(SiteRecommendedUseTypes value)
Sets the value of the recommendedUseTypes property.
|
void |
setShortTermConstructible(Boolean value)
Sets the value of the shortTermConstructible property.
|
void |
setSiteConstructibleType(SiteConstructibleType value)
Sets the value of the siteConstructibleType property.
|
void |
setSiteDevelopmentType(SiteDevelopmentType value)
Sets the value of the siteDevelopmentType property.
|
void |
setTenancy(Integer value)
Sets the value of the tenancy property.
|
String |
toString() |
getContact, getPublishChannels, isShowAddress, setContact, setPublishChannels, setShowAddressgetAttachments, getDescriptionNote, getFurnishingNote, getGroupNumber, getLocationNote, getOtherNote, getRealEstateProjectId, getReferencePriceApiCall, getReferencePriceServiceCall, setAttachments, setDescriptionNote, setFurnishingNote, setGroupNumber, setLocationNote, setOtherNote, setRealEstateProjectId, setReferencePriceApiCall, setReferencePriceServiceCallgetAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitleprotected CommercializationType commercializationType
protected SiteRecommendedUseTypes recommendedUseTypes
protected Integer tenancy
protected Price price
protected double plotArea
protected Double minDivisible
protected CourtageInfo courtage
protected String freeFrom
protected Boolean shortTermConstructible
protected Boolean buildingPermission
protected Boolean demolition
protected SiteDevelopmentType siteDevelopmentType
protected SiteConstructibleType siteConstructibleType
protected Double grz
protected Double gfz
protected LeaseIntervalType leaseInterval
public CommercializationType getCommercializationType()
CommercializationTypepublic void setCommercializationType(CommercializationType value)
value - allowed object is
CommercializationTypepublic SiteRecommendedUseTypes getRecommendedUseTypes()
SiteRecommendedUseTypespublic void setRecommendedUseTypes(SiteRecommendedUseTypes value)
value - allowed object is
SiteRecommendedUseTypespublic Integer getTenancy()
Integerpublic void setTenancy(Integer value)
value - allowed object is
Integerpublic Price getPrice()
Pricepublic void setPrice(Price value)
value - allowed object is
Pricepublic double getPlotArea()
public void setPlotArea(double value)
public Double getMinDivisible()
Doublepublic void setMinDivisible(Double value)
value - allowed object is
Doublepublic CourtageInfo getCourtage()
CourtageInfopublic void setCourtage(CourtageInfo value)
value - allowed object is
CourtageInfopublic String getFreeFrom()
Stringpublic void setFreeFrom(String value)
value - allowed object is
Stringpublic Boolean isShortTermConstructible()
Booleanpublic void setShortTermConstructible(Boolean value)
value - allowed object is
Booleanpublic Boolean isBuildingPermission()
Booleanpublic void setBuildingPermission(Boolean value)
value - allowed object is
Booleanpublic Boolean isDemolition()
Booleanpublic void setDemolition(Boolean value)
value - allowed object is
Booleanpublic SiteDevelopmentType getSiteDevelopmentType()
SiteDevelopmentTypepublic void setSiteDevelopmentType(SiteDevelopmentType value)
value - allowed object is
SiteDevelopmentTypepublic SiteConstructibleType getSiteConstructibleType()
SiteConstructibleTypepublic void setSiteConstructibleType(SiteConstructibleType value)
value - allowed object is
SiteConstructibleTypepublic void setGrz(Double value)
value - allowed object is
Doublepublic void setGfz(Double value)
value - allowed object is
Doublepublic LeaseIntervalType getLeaseInterval()
LeaseIntervalTypepublic void setLeaseInterval(LeaseIntervalType value)
value - allowed object is
LeaseIntervalTypepublic String toString()
toString in class RealEstatepublic 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 RealEstatepublic 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 RealEstatepublic Object clone()
clone in class RealEstatepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RealEstatepublic 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 RealEstatepublic 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 RealEstatepublic boolean equals(Object object)
equals in class RealEstateCopyright © 2014 OpenEstate. All rights reserved.