public class NumberOfRoomsRange extends Object
Java class for NumberOfRoomsRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberOfRoomsRange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="minimal" type="{http://rest.immobilienscout24.de/schema/common/1.0}NumberOfRoomsType" minOccurs="0"/>
<element name="maximal" type="{http://rest.immobilienscout24.de/schema/common/1.0}NumberOfRoomsType" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
maximal |
protected Double |
minimal |
| Constructor and Description |
|---|
NumberOfRoomsRange() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getMaximal()
Gets the value of the maximal property.
|
Double |
getMinimal()
Gets the value of the minimal property.
|
void |
setMaximal(Double value)
Sets the value of the maximal property.
|
void |
setMinimal(Double value)
Sets the value of the minimal property.
|
public Double getMinimal()
Stringpublic void setMinimal(Double value)
value - allowed object is
Stringpublic Double getMaximal()
StringCopyright © 2014 OpenEstate. All rights reserved.