public class AreaRangeMandatory extends Object
Java class for AreaRangeMandatory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AreaRangeMandatory"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="minimal" type="{http://rest.immobilienscout24.de/schema/common/1.0}Number8.2Type"/> <element name="maximal" type="{http://rest.immobilienscout24.de/schema/common/1.0}Number8.2Type"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
maximal |
protected Double |
minimal |
Constructor and Description |
---|
AreaRangeMandatory() |
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()
String
public void setMinimal(Double value)
value
- allowed object is
String
public Double getMaximal()
String
Copyright © 2014 OpenEstate. All rights reserved.