public class FloorRange extends Object
Java class for FloorRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FloorRange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="minimal" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="999"/>
</restriction>
</simpleType>
</element>
<element name="maximal" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="999"/>
</restriction>
</simpleType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maximal |
protected Integer |
minimal |
| Constructor and Description |
|---|
FloorRange() |
| 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.