public class ParkingAccess extends Object
Java class for ParkingAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingAccess">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accessCategory" type="{http://datex2.eu/schema/2/2_0}AccessCategoryEnum" maxOccurs="unbounded"/>
<element name="accessName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="accessEquipment" type="{http://datex2.eu/schema/2/2_0}AccessEquipmentEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="accessibility" type="{http://datex2.eu/schema/2/2_0}AccessibilityEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="photoUrl" type="{http://datex2.eu/schema/2/2_0}Url" minOccurs="0"/>
<element name="accessOnlyAssignedFor" type="{http://datex2.eu/schema/2/2_0}ParkingAssignment" minOccurs="0"/>
<element name="accessAssignedAmongOthers" type="{http://datex2.eu/schema/2/2_0}ParkingAssignment" minOccurs="0"/>
<element name="accessProhibitedFor" type="{http://datex2.eu/schema/2/2_0}ParkingAssignment" minOccurs="0"/>
<element name="primaryRoad" type="{http://datex2.eu/schema/2/2_0}Road" maxOccurs="unbounded" minOccurs="0"/>
<element name="location" type="{http://datex2.eu/schema/2/2_0}Location" minOccurs="0"/>
<element name="openingTimes" type="{http://datex2.eu/schema/2/2_0}OpeningTimes" minOccurs="0"/>
<element name="parkingAccessExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParkingAssignment |
accessAssignedAmongOthers |
protected List<AccessCategoryEnum> |
accessCategory |
protected List<AccessEquipmentEnum> |
accessEquipment |
protected List<AccessibilityEnum> |
accessibility |
protected MultilingualString |
accessName |
protected ParkingAssignment |
accessOnlyAssignedFor |
protected ParkingAssignment |
accessProhibitedFor |
protected String |
id |
protected Location |
location |
protected OpeningTimes |
openingTimes |
protected ExtensionType |
parkingAccessExtension |
protected String |
photoUrl |
protected List<Road> |
primaryRoad |
| Constructor and Description |
|---|
ParkingAccess() |
| Modifier and Type | Method and Description |
|---|---|
ParkingAssignment |
getAccessAssignedAmongOthers()
Gets the value of the accessAssignedAmongOthers property.
|
List<AccessCategoryEnum> |
getAccessCategory()
Gets the value of the accessCategory property.
|
List<AccessEquipmentEnum> |
getAccessEquipment()
Gets the value of the accessEquipment property.
|
List<AccessibilityEnum> |
getAccessibility()
Gets the value of the accessibility property.
|
MultilingualString |
getAccessName()
Gets the value of the accessName property.
|
ParkingAssignment |
getAccessOnlyAssignedFor()
Gets the value of the accessOnlyAssignedFor property.
|
ParkingAssignment |
getAccessProhibitedFor()
Gets the value of the accessProhibitedFor property.
|
String |
getId()
Gets the value of the id property.
|
Location |
getLocation()
Gets the value of the location property.
|
OpeningTimes |
getOpeningTimes()
Gets the value of the openingTimes property.
|
ExtensionType |
getParkingAccessExtension()
Gets the value of the parkingAccessExtension property.
|
String |
getPhotoUrl()
Gets the value of the photoUrl property.
|
List<Road> |
getPrimaryRoad()
Gets the value of the primaryRoad property.
|
void |
setAccessAssignedAmongOthers(ParkingAssignment value)
Sets the value of the accessAssignedAmongOthers property.
|
void |
setAccessName(MultilingualString value)
Sets the value of the accessName property.
|
void |
setAccessOnlyAssignedFor(ParkingAssignment value)
Sets the value of the accessOnlyAssignedFor property.
|
void |
setAccessProhibitedFor(ParkingAssignment value)
Sets the value of the accessProhibitedFor property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setOpeningTimes(OpeningTimes value)
Sets the value of the openingTimes property.
|
void |
setParkingAccessExtension(ExtensionType value)
Sets the value of the parkingAccessExtension property.
|
void |
setPhotoUrl(String value)
Sets the value of the photoUrl property.
|
protected List<AccessCategoryEnum> accessCategory
protected MultilingualString accessName
protected List<AccessEquipmentEnum> accessEquipment
protected List<AccessibilityEnum> accessibility
protected String photoUrl
protected ParkingAssignment accessOnlyAssignedFor
protected ParkingAssignment accessAssignedAmongOthers
protected ParkingAssignment accessProhibitedFor
protected Location location
protected OpeningTimes openingTimes
protected ExtensionType parkingAccessExtension
protected String id
public List<AccessCategoryEnum> getAccessCategory()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accessCategory property.
For example, to add a new item, do as follows:
getAccessCategory().add(newItem);
Objects of the following type(s) are allowed in the list
AccessCategoryEnum
public MultilingualString getAccessName()
MultilingualStringpublic void setAccessName(MultilingualString value)
value - allowed object is
MultilingualStringpublic List<AccessEquipmentEnum> getAccessEquipment()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accessEquipment property.
For example, to add a new item, do as follows:
getAccessEquipment().add(newItem);
Objects of the following type(s) are allowed in the list
AccessEquipmentEnum
public List<AccessibilityEnum> getAccessibility()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accessibility property.
For example, to add a new item, do as follows:
getAccessibility().add(newItem);
Objects of the following type(s) are allowed in the list
AccessibilityEnum
public String getPhotoUrl()
Stringpublic void setPhotoUrl(String value)
value - allowed object is
Stringpublic ParkingAssignment getAccessOnlyAssignedFor()
ParkingAssignmentpublic void setAccessOnlyAssignedFor(ParkingAssignment value)
value - allowed object is
ParkingAssignmentpublic ParkingAssignment getAccessAssignedAmongOthers()
ParkingAssignmentpublic void setAccessAssignedAmongOthers(ParkingAssignment value)
value - allowed object is
ParkingAssignmentpublic ParkingAssignment getAccessProhibitedFor()
ParkingAssignmentpublic void setAccessProhibitedFor(ParkingAssignment value)
value - allowed object is
ParkingAssignmentpublic List<Road> getPrimaryRoad()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the primaryRoad property.
For example, to add a new item, do as follows:
getPrimaryRoad().add(newItem);
Objects of the following type(s) are allowed in the list
Road
public Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic OpeningTimes getOpeningTimes()
OpeningTimespublic void setOpeningTimes(OpeningTimes value)
value - allowed object is
OpeningTimespublic ExtensionType getParkingAccessExtension()
ExtensionTypepublic void setParkingAccessExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.