public class ParkingSpaceRange extends Object
Java class for ParkingSpaceRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingSpaceRange"> <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 |
---|
ParkingSpaceRange() |
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()
String
public void setMinimal(Integer value)
value
- allowed object is
String
public Integer getMaximal()
String
Copyright © 2014 OpenEstate. All rights reserved.