public class ParkingSpace2 extends ParkingSpaceBasics
Java class for ParkingSpace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingSpace">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}ParkingSpaceBasics">
<sequence>
<element name="identicalToParkingSpace" type="{http://datex2.eu/schema/2/2_0}IndexReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="location" type="{http://datex2.eu/schema/2/2_0}Location" minOccurs="0"/>
<element name="parkingSpaceDimension" type="{http://datex2.eu/schema/2/2_0}Dimension" minOccurs="0"/>
<element name="parkingSpaceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
identicalToParkingSpace |
protected Location |
location |
protected Dimension |
parkingSpaceDimension |
protected ExtensionType |
parkingSpaceExtension |
accessibility, assignedParkingAmongOthers, dedicatedAccess, distanceFromPrimaryRoad, maximumParkingDuration, onlyAssignedParking, parkingEquipmentOrServiceFacility, parkingFloorOrLevel, parkingMode, parkingOccupanyDetectionType, parkingReservation, parkingSecurity, parkingSpaceAccessibility, parkingSpaceBasicsExtension, parkingSpaceOrGroupIdentifier, parkingSpacePhysics, parkingUsageScenario, prohibitedParking| Constructor and Description |
|---|
ParkingSpace2() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIdenticalToParkingSpace()
Gets the value of the identicalToParkingSpace property.
|
Location |
getLocation()
Gets the value of the location property.
|
Dimension |
getParkingSpaceDimension()
Gets the value of the parkingSpaceDimension property.
|
ExtensionType |
getParkingSpaceExtension()
Gets the value of the parkingSpaceExtension property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setParkingSpaceDimension(Dimension value)
Sets the value of the parkingSpaceDimension property.
|
void |
setParkingSpaceExtension(ExtensionType value)
Sets the value of the parkingSpaceExtension property.
|
getAccessibility, getAssignedParkingAmongOthers, getDedicatedAccess, getDistanceFromPrimaryRoad, getMaximumParkingDuration, getOnlyAssignedParking, getParkingEquipmentOrServiceFacility, getParkingFloorOrLevel, getParkingMode, getParkingOccupanyDetectionType, getParkingReservation, getParkingSecurity, getParkingSpaceAccessibility, getParkingSpaceBasicsExtension, getParkingSpaceOrGroupIdentifier, getParkingSpacePhysics, getParkingUsageScenario, getProhibitedParking, setAssignedParkingAmongOthers, setDistanceFromPrimaryRoad, setMaximumParkingDuration, setOnlyAssignedParking, setParkingFloorOrLevel, setParkingMode, setParkingReservation, setParkingSpaceBasicsExtension, setParkingSpaceOrGroupIdentifier, setProhibitedParkingprotected Location location
protected Dimension parkingSpaceDimension
protected ExtensionType parkingSpaceExtension
public List<String> getIdenticalToParkingSpace()
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 identicalToParkingSpace property.
For example, to add a new item, do as follows:
getIdenticalToParkingSpace().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic Dimension getParkingSpaceDimension()
Dimensionpublic void setParkingSpaceDimension(Dimension value)
value - allowed object is
Dimensionpublic ExtensionType getParkingSpaceExtension()
ExtensionTypepublic void setParkingSpaceExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.