public class GroupOfParkingSpaces2 extends ParkingSpaceBasics
Java class for GroupOfParkingSpaces complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupOfParkingSpaces">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}ParkingSpaceBasics">
<sequence>
<element name="parkingNumberOfSpaces" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="parkingTypeOfGroup" type="{http://datex2.eu/schema/2/2_0}ParkingTypeOfGroup"/>
<element name="identicalToGroup" type="{http://datex2.eu/schema/2/2_0}IndexReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="realSubsetOfGroup" type="{http://datex2.eu/schema/2/2_0}IndexReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="minimumParkingSpaceDimension" type="{http://datex2.eu/schema/2/2_0}Dimension" minOccurs="0"/>
<element name="dimensionOfGroup" type="{http://datex2.eu/schema/2/2_0}Dimension" minOccurs="0"/>
<element name="maximumParkingSpaceDimension" type="{http://datex2.eu/schema/2/2_0}Dimension" minOccurs="0"/>
<element name="parkingSpace" type="{http://datex2.eu/schema/2/2_0}_GroupOfParkingSpacesParkingSpaceIndexParkingSpace" maxOccurs="unbounded" minOccurs="0"/>
<element name="groupOfLocations" type="{http://datex2.eu/schema/2/2_0}GroupOfLocations" minOccurs="0"/>
<element name="groupOfParkingSpacesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Dimension |
dimensionOfGroup |
protected GroupOfLocations |
groupOfLocations |
protected ExtensionType |
groupOfParkingSpacesExtension |
protected List<String> |
identicalToGroup |
protected Dimension |
maximumParkingSpaceDimension |
protected Dimension |
minimumParkingSpaceDimension |
protected Long |
parkingNumberOfSpaces |
protected List<GroupOfParkingSpacesParkingSpaceIndexParkingSpace> |
parkingSpace |
protected ParkingTypeOfGroup |
parkingTypeOfGroup |
protected List<String> |
realSubsetOfGroup |
accessibility, assignedParkingAmongOthers, dedicatedAccess, distanceFromPrimaryRoad, maximumParkingDuration, onlyAssignedParking, parkingEquipmentOrServiceFacility, parkingFloorOrLevel, parkingMode, parkingOccupanyDetectionType, parkingReservation, parkingSecurity, parkingSpaceAccessibility, parkingSpaceBasicsExtension, parkingSpaceOrGroupIdentifier, parkingSpacePhysics, parkingUsageScenario, prohibitedParking| Constructor and Description |
|---|
GroupOfParkingSpaces2() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
getDimensionOfGroup()
Gets the value of the dimensionOfGroup property.
|
GroupOfLocations |
getGroupOfLocations()
Gets the value of the groupOfLocations property.
|
ExtensionType |
getGroupOfParkingSpacesExtension()
Gets the value of the groupOfParkingSpacesExtension property.
|
List<String> |
getIdenticalToGroup()
Gets the value of the identicalToGroup property.
|
Dimension |
getMaximumParkingSpaceDimension()
Gets the value of the maximumParkingSpaceDimension property.
|
Dimension |
getMinimumParkingSpaceDimension()
Gets the value of the minimumParkingSpaceDimension property.
|
Long |
getParkingNumberOfSpaces()
Gets the value of the parkingNumberOfSpaces property.
|
List<GroupOfParkingSpacesParkingSpaceIndexParkingSpace> |
getParkingSpace()
Gets the value of the parkingSpace property.
|
ParkingTypeOfGroup |
getParkingTypeOfGroup()
Gets the value of the parkingTypeOfGroup property.
|
List<String> |
getRealSubsetOfGroup()
Gets the value of the realSubsetOfGroup property.
|
void |
setDimensionOfGroup(Dimension value)
Sets the value of the dimensionOfGroup property.
|
void |
setGroupOfLocations(GroupOfLocations value)
Sets the value of the groupOfLocations property.
|
void |
setGroupOfParkingSpacesExtension(ExtensionType value)
Sets the value of the groupOfParkingSpacesExtension property.
|
void |
setMaximumParkingSpaceDimension(Dimension value)
Sets the value of the maximumParkingSpaceDimension property.
|
void |
setMinimumParkingSpaceDimension(Dimension value)
Sets the value of the minimumParkingSpaceDimension property.
|
void |
setParkingNumberOfSpaces(Long value)
Sets the value of the parkingNumberOfSpaces property.
|
void |
setParkingTypeOfGroup(ParkingTypeOfGroup value)
Sets the value of the parkingTypeOfGroup 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 Long parkingNumberOfSpaces
protected ParkingTypeOfGroup parkingTypeOfGroup
protected Dimension minimumParkingSpaceDimension
protected Dimension dimensionOfGroup
protected Dimension maximumParkingSpaceDimension
protected List<GroupOfParkingSpacesParkingSpaceIndexParkingSpace> parkingSpace
protected GroupOfLocations groupOfLocations
protected ExtensionType groupOfParkingSpacesExtension
public Long getParkingNumberOfSpaces()
Stringpublic void setParkingNumberOfSpaces(Long value)
value - allowed object is
Stringpublic ParkingTypeOfGroup getParkingTypeOfGroup()
ParkingTypeOfGrouppublic void setParkingTypeOfGroup(ParkingTypeOfGroup value)
value - allowed object is
ParkingTypeOfGrouppublic List<String> getIdenticalToGroup()
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 identicalToGroup property.
For example, to add a new item, do as follows:
getIdenticalToGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRealSubsetOfGroup()
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 realSubsetOfGroup property.
For example, to add a new item, do as follows:
getRealSubsetOfGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Dimension getMinimumParkingSpaceDimension()
Dimensionpublic void setMinimumParkingSpaceDimension(Dimension value)
value - allowed object is
Dimensionpublic Dimension getDimensionOfGroup()
Dimensionpublic void setDimensionOfGroup(Dimension value)
value - allowed object is
Dimensionpublic Dimension getMaximumParkingSpaceDimension()
Dimensionpublic void setMaximumParkingSpaceDimension(Dimension value)
value - allowed object is
Dimensionpublic List<GroupOfParkingSpacesParkingSpaceIndexParkingSpace> getParkingSpace()
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 parkingSpace property.
For example, to add a new item, do as follows:
getParkingSpace().add(newItem);
Objects of the following type(s) are allowed in the list
GroupOfParkingSpacesParkingSpaceIndexParkingSpace
public GroupOfLocations getGroupOfLocations()
GroupOfLocationspublic void setGroupOfLocations(GroupOfLocations value)
value - allowed object is
GroupOfLocationspublic ExtensionType getGroupOfParkingSpacesExtension()
ExtensionTypepublic void setGroupOfParkingSpacesExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.