public class LivingBuySite extends RealEstate implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for LivingBuySite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LivingBuySite"> <complexContent> <extension base="{http://rest.immobilienscout24.de/schema/offer/realestates/1.0}RealEstate"> <sequence> <group ref="{http://rest.immobilienscout24.de/schema/common/1.0}ExtendedLivingBuySiteGroup"/> </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 BigDecimal |
gfz |
protected BigDecimal |
grz |
protected LeaseIntervalType |
leaseInterval |
protected BigDecimal |
minDivisible |
protected BigDecimal |
plotArea |
protected Price |
price |
protected SiteRecommendedUseTypes |
recommendedUseTypes |
protected Boolean |
shortTermConstructible |
protected SiteConstructibleType |
siteConstructibleType |
protected SiteDevelopmentType |
siteDevelopmentType |
protected Long |
tenancy |
contact, publishChannels, showAddress
attachments, descriptionNote, furnishingNote, groupNumber, locationNote, otherNote, realEstateProjectId, referencePriceApiCall, referencePriceServiceCall
address, apiSearchData, creationDate, externalId, id, lastModificationDate, realEstateState, title
Constructor and Description |
---|
LivingBuySite() |
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) |
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.
|
BigDecimal |
getGfz()
Gets the value of the gfz property.
|
BigDecimal |
getGrz()
Gets the value of the grz property.
|
LeaseIntervalType |
getLeaseInterval()
Gets the value of the leaseInterval property.
|
BigDecimal |
getMinDivisible()
Gets the value of the minDivisible property.
|
BigDecimal |
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.
|
Long |
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(BigDecimal value)
Sets the value of the gfz property.
|
void |
setGrz(BigDecimal value)
Sets the value of the grz property.
|
void |
setLeaseInterval(LeaseIntervalType value)
Sets the value of the leaseInterval property.
|
void |
setMinDivisible(BigDecimal value)
Sets the value of the minDivisible property.
|
void |
setPlotArea(BigDecimal 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(Long value)
Sets the value of the tenancy property.
|
String |
toString() |
getContact, getPublishChannels, isShowAddress, setContact, setPublishChannels, setShowAddress
getAttachments, getDescriptionNote, getFurnishingNote, getGroupNumber, getLocationNote, getOtherNote, getRealEstateProjectId, getReferencePriceApiCall, getReferencePriceServiceCall, setAttachments, setDescriptionNote, setFurnishingNote, setGroupNumber, setLocationNote, setOtherNote, setRealEstateProjectId, setReferencePriceApiCall, setReferencePriceServiceCall
getAddress, getApiSearchData, getCreationDate, getExternalId, getId, getLastModificationDate, getRealEstateState, getTitle, setAddress, setApiSearchData, setCreationDate, setExternalId, setId, setLastModificationDate, setRealEstateState, setTitle
protected CommercializationType commercializationType
protected SiteRecommendedUseTypes recommendedUseTypes
protected Long tenancy
protected Price price
protected BigDecimal plotArea
protected BigDecimal minDivisible
protected CourtageInfo courtage
protected String freeFrom
protected Boolean shortTermConstructible
protected Boolean buildingPermission
protected Boolean demolition
protected SiteDevelopmentType siteDevelopmentType
protected SiteConstructibleType siteConstructibleType
protected BigDecimal grz
protected BigDecimal gfz
protected LeaseIntervalType leaseInterval
public CommercializationType getCommercializationType()
CommercializationType
public void setCommercializationType(CommercializationType value)
value
- allowed object is
CommercializationType
public SiteRecommendedUseTypes getRecommendedUseTypes()
SiteRecommendedUseTypes
public void setRecommendedUseTypes(SiteRecommendedUseTypes value)
value
- allowed object is
SiteRecommendedUseTypes
public Long getTenancy()
String
public void setTenancy(Long value)
value
- allowed object is
String
public Price getPrice()
Price
public void setPrice(Price value)
value
- allowed object is
Price
public BigDecimal getPlotArea()
String
public void setPlotArea(BigDecimal value)
value
- allowed object is
String
public BigDecimal getMinDivisible()
String
public void setMinDivisible(BigDecimal value)
value
- allowed object is
String
public CourtageInfo getCourtage()
CourtageInfo
public void setCourtage(CourtageInfo value)
value
- allowed object is
CourtageInfo
public String getFreeFrom()
String
public void setFreeFrom(String value)
value
- allowed object is
String
public Boolean isShortTermConstructible()
Boolean
public void setShortTermConstructible(Boolean value)
value
- allowed object is
Boolean
public Boolean isBuildingPermission()
Boolean
public void setBuildingPermission(Boolean value)
value
- allowed object is
Boolean
public Boolean isDemolition()
Boolean
public void setDemolition(Boolean value)
value
- allowed object is
Boolean
public SiteDevelopmentType getSiteDevelopmentType()
SiteDevelopmentType
public void setSiteDevelopmentType(SiteDevelopmentType value)
value
- allowed object is
SiteDevelopmentType
public SiteConstructibleType getSiteConstructibleType()
SiteConstructibleType
public void setSiteConstructibleType(SiteConstructibleType value)
value
- allowed object is
SiteConstructibleType
public BigDecimal getGrz()
String
public void setGrz(BigDecimal value)
value
- allowed object is
String
public BigDecimal getGfz()
String
public void setGfz(BigDecimal value)
value
- allowed object is
String
public LeaseIntervalType getLeaseInterval()
LeaseIntervalType
public void setLeaseInterval(LeaseIntervalType value)
value
- allowed object is
LeaseIntervalType
public String toString()
toString
in class RealEstate
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 RealEstate
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 RealEstate
public Object clone()
clone
in class RealEstate
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
copyTo
in class RealEstate
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 RealEstate
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 RealEstate
public boolean equals(Object object)
equals
in class RealEstate
Copyright © 2016 OpenEstate. All rights reserved.