public class ParkingRouteStatus extends Object
Java class for ParkingRouteStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingRouteStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingRouteReference" type="{http://datex2.eu/schema/2/2_0}_ParkingRouteDetailsVersionedReference"/>
<element name="parkingRouteActive" type="{http://datex2.eu/schema/2/2_0}Boolean"/>
<element name="parkingRouteStatusExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
parkingRouteActive |
protected ParkingRouteDetailsVersionedReference |
parkingRouteReference |
protected ExtensionType |
parkingRouteStatusExtension |
| Constructor and Description |
|---|
ParkingRouteStatus() |
| Modifier and Type | Method and Description |
|---|---|
ParkingRouteDetailsVersionedReference |
getParkingRouteReference()
Gets the value of the parkingRouteReference property.
|
ExtensionType |
getParkingRouteStatusExtension()
Gets the value of the parkingRouteStatusExtension property.
|
boolean |
isParkingRouteActive()
Gets the value of the parkingRouteActive property.
|
void |
setParkingRouteActive(boolean value)
Sets the value of the parkingRouteActive property.
|
void |
setParkingRouteReference(ParkingRouteDetailsVersionedReference value)
Sets the value of the parkingRouteReference property.
|
void |
setParkingRouteStatusExtension(ExtensionType value)
Sets the value of the parkingRouteStatusExtension property.
|
protected ParkingRouteDetailsVersionedReference parkingRouteReference
protected boolean parkingRouteActive
protected ExtensionType parkingRouteStatusExtension
public ParkingRouteDetailsVersionedReference getParkingRouteReference()
ParkingRouteDetailsVersionedReferencepublic void setParkingRouteReference(ParkingRouteDetailsVersionedReference value)
value - allowed object is
ParkingRouteDetailsVersionedReferencepublic boolean isParkingRouteActive()
public void setParkingRouteActive(boolean value)
public ExtensionType getParkingRouteStatusExtension()
ExtensionTypepublic void setParkingRouteStatusExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.