public class ParkingSpaceStatus extends Object
Java class for ParkingSpaceStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingSpaceStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingSpaceOccupied" type="{http://datex2.eu/schema/2/2_0}Boolean"/>
<element name="parkingSpaceClosed" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="parkingSpaceDeclarationValidNow" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="measurementOrCalculationTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="lastCalibration" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="parkingSpaceStatusExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
lastCalibration |
protected Calendar |
measurementOrCalculationTime |
protected Boolean |
parkingSpaceClosed |
protected Boolean |
parkingSpaceDeclarationValidNow |
protected boolean |
parkingSpaceOccupied |
protected ExtensionType |
parkingSpaceStatusExtension |
| Constructor and Description |
|---|
ParkingSpaceStatus() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getLastCalibration()
Gets the value of the lastCalibration property.
|
Calendar |
getMeasurementOrCalculationTime()
Gets the value of the measurementOrCalculationTime property.
|
ExtensionType |
getParkingSpaceStatusExtension()
Gets the value of the parkingSpaceStatusExtension property.
|
Boolean |
isParkingSpaceClosed()
Gets the value of the parkingSpaceClosed property.
|
Boolean |
isParkingSpaceDeclarationValidNow()
Gets the value of the parkingSpaceDeclarationValidNow property.
|
boolean |
isParkingSpaceOccupied()
Gets the value of the parkingSpaceOccupied property.
|
void |
setLastCalibration(Calendar value)
Sets the value of the lastCalibration property.
|
void |
setMeasurementOrCalculationTime(Calendar value)
Sets the value of the measurementOrCalculationTime property.
|
void |
setParkingSpaceClosed(Boolean value)
Sets the value of the parkingSpaceClosed property.
|
void |
setParkingSpaceDeclarationValidNow(Boolean value)
Sets the value of the parkingSpaceDeclarationValidNow property.
|
void |
setParkingSpaceOccupied(boolean value)
Sets the value of the parkingSpaceOccupied property.
|
void |
setParkingSpaceStatusExtension(ExtensionType value)
Sets the value of the parkingSpaceStatusExtension property.
|
protected boolean parkingSpaceOccupied
protected Boolean parkingSpaceClosed
protected Boolean parkingSpaceDeclarationValidNow
protected Calendar measurementOrCalculationTime
protected Calendar lastCalibration
protected ExtensionType parkingSpaceStatusExtension
public boolean isParkingSpaceOccupied()
public void setParkingSpaceOccupied(boolean value)
public Boolean isParkingSpaceClosed()
Booleanpublic void setParkingSpaceClosed(Boolean value)
value - allowed object is
Booleanpublic Boolean isParkingSpaceDeclarationValidNow()
Booleanpublic void setParkingSpaceDeclarationValidNow(Boolean value)
value - allowed object is
Booleanpublic Calendar getMeasurementOrCalculationTime()
Stringpublic void setMeasurementOrCalculationTime(Calendar value)
value - allowed object is
Stringpublic Calendar getLastCalibration()
Stringpublic void setLastCalibration(Calendar value)
value - allowed object is
Stringpublic ExtensionType getParkingSpaceStatusExtension()
ExtensionTypepublic void setParkingSpaceStatusExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.