public class BudgetPrice extends Price
Java class for BudgetPrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetPrice"> <complexContent> <extension base="{http://rest.immobilienscout24.de/schema/common/1.0}Price"> <sequence> <element name="rentScope" type="{http://rest.immobilienscout24.de/schema/common/1.0}RentScopeType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected RentScopeType |
rentScope |
currency, marketingType, priceIntervalType, value
Constructor and Description |
---|
BudgetPrice() |
Modifier and Type | Method and Description |
---|---|
RentScopeType |
getRentScope()
Gets the value of the rentScope property.
|
void |
setRentScope(RentScopeType value)
Sets the value of the rentScope property.
|
getCurrency, getMarketingType, getPriceIntervalType, getValue, setCurrency, setMarketingType, setPriceIntervalType, setValue
protected RentScopeType rentScope
public RentScopeType getRentScope()
RentScopeType
public void setRentScope(RentScopeType value)
value
- allowed object is
RentScopeType
Copyright © 2014 OpenEstate. All rights reserved.