public abstract class ParkingRoute extends Object
Java class for ParkingRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingRoute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingRouteColour" type="{http://datex2.eu/schema/2/2_0}RGBColour" minOccurs="0"/>
<element name="parkingRouteExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RGBColour |
parkingRouteColour |
protected ExtensionType |
parkingRouteExtension |
| Constructor and Description |
|---|
ParkingRoute() |
| Modifier and Type | Method and Description |
|---|---|
RGBColour |
getParkingRouteColour()
Gets the value of the parkingRouteColour property.
|
ExtensionType |
getParkingRouteExtension()
Gets the value of the parkingRouteExtension property.
|
void |
setParkingRouteColour(RGBColour value)
Sets the value of the parkingRouteColour property.
|
void |
setParkingRouteExtension(ExtensionType value)
Sets the value of the parkingRouteExtension property.
|
protected RGBColour parkingRouteColour
protected ExtensionType parkingRouteExtension
public RGBColour getParkingRouteColour()
RGBColourpublic void setParkingRouteColour(RGBColour value)
value - allowed object is
RGBColourpublic ExtensionType getParkingRouteExtension()
ExtensionTypepublic void setParkingRouteExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.