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