public class DedicatedAccess extends Object
Java class for DedicatedAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DedicatedAccess">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dedicatedAccess" type="{http://datex2.eu/schema/2/2_0}_ParkingAccessReference"/>
<element name="distanceFromParkingSpace" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
<element name="dedicatedAccessExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParkingAccessReference |
dedicatedAccess |
protected ExtensionType |
dedicatedAccessExtension |
protected Long |
distanceFromParkingSpace |
| Constructor and Description |
|---|
DedicatedAccess() |
| Modifier and Type | Method and Description |
|---|---|
ParkingAccessReference |
getDedicatedAccess()
Gets the value of the dedicatedAccess property.
|
ExtensionType |
getDedicatedAccessExtension()
Gets the value of the dedicatedAccessExtension property.
|
Long |
getDistanceFromParkingSpace()
Gets the value of the distanceFromParkingSpace property.
|
void |
setDedicatedAccess(ParkingAccessReference value)
Sets the value of the dedicatedAccess property.
|
void |
setDedicatedAccessExtension(ExtensionType value)
Sets the value of the dedicatedAccessExtension property.
|
void |
setDistanceFromParkingSpace(Long value)
Sets the value of the distanceFromParkingSpace property.
|
protected ParkingAccessReference dedicatedAccess
protected Long distanceFromParkingSpace
protected ExtensionType dedicatedAccessExtension
public ParkingAccessReference getDedicatedAccess()
ParkingAccessReferencepublic void setDedicatedAccess(ParkingAccessReference value)
value - allowed object is
ParkingAccessReferencepublic Long getDistanceFromParkingSpace()
Stringpublic void setDistanceFromParkingSpace(Long value)
value - allowed object is
Stringpublic ExtensionType getDedicatedAccessExtension()
ExtensionTypepublic void setDedicatedAccessExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.