public abstract class ParkingRecordStatus extends Object
Java class for ParkingRecordStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingRecordStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingRecordReference" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordVersionedReference"/>
<element name="parkingStatusOriginTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/>
<element name="parkingStatusDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="parkingQueueingTime" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/>
<element name="parkingConditions" type="{http://datex2.eu/schema/2/2_0}ParkingConditionsEnum" minOccurs="0"/>
<element name="blurredAvailability" type="{http://datex2.eu/schema/2/2_0}Boolean" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingFault" type="{http://datex2.eu/schema/2/2_0}ParkingFaultEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="winterEquipmentManagementType" type="{http://datex2.eu/schema/2/2_0}WinterEquipmentManagementTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingSpaceStatus" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordStatusParkingSpaceIndexParkingSpaceStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingOccupancy" type="{http://datex2.eu/schema/2/2_0}ParkingOccupancy"/>
<element name="groupOfParkingSpacesStatus" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordStatusGroupIndexGroupOfParkingSpacesStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingStatusValidity" type="{http://datex2.eu/schema/2/2_0}ParkingStatusValidity" minOccurs="0"/>
<element name="overrideParkingThresholds" type="{http://datex2.eu/schema/2/2_0}ParkingThresholds" minOccurs="0"/>
<element name="parkingEquipmentOrServiceFacilityStatus" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordStatusEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacilityStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingUsageScenarioStatus" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordStatusScenarioIndexParkingUsageScenarioStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingAccessStatus" type="{http://datex2.eu/schema/2/2_0}ParkingAccessStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingRouteStatus" type="{http://datex2.eu/schema/2/2_0}ParkingRouteStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingRecordStatusExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ParkingRecordStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<Boolean> |
getBlurredAvailability()
Gets the value of the blurredAvailability property.
|
List<ParkingRecordStatusGroupIndexGroupOfParkingSpacesStatus> |
getGroupOfParkingSpacesStatus()
Gets the value of the groupOfParkingSpacesStatus property.
|
ParkingThresholds |
getOverrideParkingThresholds()
Gets the value of the overrideParkingThresholds property.
|
List<ParkingAccessStatus> |
getParkingAccessStatus()
Gets the value of the parkingAccessStatus property.
|
ParkingConditionsEnum |
getParkingConditions()
Gets the value of the parkingConditions property.
|
List<ParkingRecordStatusEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacilityStatus> |
getParkingEquipmentOrServiceFacilityStatus()
Gets the value of the parkingEquipmentOrServiceFacilityStatus property.
|
List<ParkingFaultEnum> |
getParkingFault()
Gets the value of the parkingFault property.
|
ParkingOccupancy |
getParkingOccupancy()
Gets the value of the parkingOccupancy property.
|
Float |
getParkingQueueingTime()
Gets the value of the parkingQueueingTime property.
|
ParkingRecordVersionedReference |
getParkingRecordReference()
Gets the value of the parkingRecordReference property.
|
ExtensionType |
getParkingRecordStatusExtension()
Gets the value of the parkingRecordStatusExtension property.
|
List<ParkingRouteStatus> |
getParkingRouteStatus()
Gets the value of the parkingRouteStatus property.
|
List<ParkingRecordStatusParkingSpaceIndexParkingSpaceStatus> |
getParkingSpaceStatus()
Gets the value of the parkingSpaceStatus property.
|
MultilingualString |
getParkingStatusDescription()
Gets the value of the parkingStatusDescription property.
|
Calendar |
getParkingStatusOriginTime()
Gets the value of the parkingStatusOriginTime property.
|
ParkingStatusValidity |
getParkingStatusValidity()
Gets the value of the parkingStatusValidity property.
|
List<ParkingRecordStatusScenarioIndexParkingUsageScenarioStatus> |
getParkingUsageScenarioStatus()
Gets the value of the parkingUsageScenarioStatus property.
|
List<WinterEquipmentManagementTypeEnum> |
getWinterEquipmentManagementType()
Gets the value of the winterEquipmentManagementType property.
|
void |
setOverrideParkingThresholds(ParkingThresholds value)
Sets the value of the overrideParkingThresholds property.
|
void |
setParkingConditions(ParkingConditionsEnum value)
Sets the value of the parkingConditions property.
|
void |
setParkingOccupancy(ParkingOccupancy value)
Sets the value of the parkingOccupancy property.
|
void |
setParkingQueueingTime(Float value)
Sets the value of the parkingQueueingTime property.
|
void |
setParkingRecordReference(ParkingRecordVersionedReference value)
Sets the value of the parkingRecordReference property.
|
void |
setParkingRecordStatusExtension(ExtensionType value)
Sets the value of the parkingRecordStatusExtension property.
|
void |
setParkingStatusDescription(MultilingualString value)
Sets the value of the parkingStatusDescription property.
|
void |
setParkingStatusOriginTime(Calendar value)
Sets the value of the parkingStatusOriginTime property.
|
void |
setParkingStatusValidity(ParkingStatusValidity value)
Sets the value of the parkingStatusValidity property.
|
protected ParkingRecordVersionedReference parkingRecordReference
protected Calendar parkingStatusOriginTime
protected MultilingualString parkingStatusDescription
protected Float parkingQueueingTime
protected ParkingConditionsEnum parkingConditions
protected List<ParkingFaultEnum> parkingFault
protected List<WinterEquipmentManagementTypeEnum> winterEquipmentManagementType
protected List<ParkingRecordStatusParkingSpaceIndexParkingSpaceStatus> parkingSpaceStatus
protected ParkingOccupancy parkingOccupancy
protected List<ParkingRecordStatusGroupIndexGroupOfParkingSpacesStatus> groupOfParkingSpacesStatus
protected ParkingStatusValidity parkingStatusValidity
protected ParkingThresholds overrideParkingThresholds
protected List<ParkingRecordStatusEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacilityStatus> parkingEquipmentOrServiceFacilityStatus
protected List<ParkingRecordStatusScenarioIndexParkingUsageScenarioStatus> parkingUsageScenarioStatus
protected List<ParkingAccessStatus> parkingAccessStatus
protected List<ParkingRouteStatus> parkingRouteStatus
protected ExtensionType parkingRecordStatusExtension
public ParkingRecordVersionedReference getParkingRecordReference()
ParkingRecordVersionedReferencepublic void setParkingRecordReference(ParkingRecordVersionedReference value)
value - allowed object is
ParkingRecordVersionedReferencepublic Calendar getParkingStatusOriginTime()
Stringpublic void setParkingStatusOriginTime(Calendar value)
value - allowed object is
Stringpublic MultilingualString getParkingStatusDescription()
MultilingualStringpublic void setParkingStatusDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic Float getParkingQueueingTime()
Floatpublic void setParkingQueueingTime(Float value)
value - allowed object is
Floatpublic ParkingConditionsEnum getParkingConditions()
ParkingConditionsEnumpublic void setParkingConditions(ParkingConditionsEnum value)
value - allowed object is
ParkingConditionsEnumpublic List<Boolean> getBlurredAvailability()
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 blurredAvailability property.
For example, to add a new item, do as follows:
getBlurredAvailability().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public List<ParkingFaultEnum> getParkingFault()
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 parkingFault property.
For example, to add a new item, do as follows:
getParkingFault().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingFaultEnum
public List<WinterEquipmentManagementTypeEnum> getWinterEquipmentManagementType()
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 winterEquipmentManagementType property.
For example, to add a new item, do as follows:
getWinterEquipmentManagementType().add(newItem);
Objects of the following type(s) are allowed in the list
WinterEquipmentManagementTypeEnum
public List<ParkingRecordStatusParkingSpaceIndexParkingSpaceStatus> getParkingSpaceStatus()
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 parkingSpaceStatus property.
For example, to add a new item, do as follows:
getParkingSpaceStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRecordStatusParkingSpaceIndexParkingSpaceStatus
public ParkingOccupancy getParkingOccupancy()
ParkingOccupancypublic void setParkingOccupancy(ParkingOccupancy value)
value - allowed object is
ParkingOccupancypublic List<ParkingRecordStatusGroupIndexGroupOfParkingSpacesStatus> getGroupOfParkingSpacesStatus()
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 groupOfParkingSpacesStatus property.
For example, to add a new item, do as follows:
getGroupOfParkingSpacesStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRecordStatusGroupIndexGroupOfParkingSpacesStatus
public ParkingStatusValidity getParkingStatusValidity()
ParkingStatusValiditypublic void setParkingStatusValidity(ParkingStatusValidity value)
value - allowed object is
ParkingStatusValiditypublic ParkingThresholds getOverrideParkingThresholds()
ParkingThresholdspublic void setOverrideParkingThresholds(ParkingThresholds value)
value - allowed object is
ParkingThresholdspublic List<ParkingRecordStatusEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacilityStatus> getParkingEquipmentOrServiceFacilityStatus()
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 parkingEquipmentOrServiceFacilityStatus property.
For example, to add a new item, do as follows:
getParkingEquipmentOrServiceFacilityStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRecordStatusEquipmentOrServiceFacilityIndexParkingEquipmentOrServiceFacilityStatus
public List<ParkingRecordStatusScenarioIndexParkingUsageScenarioStatus> getParkingUsageScenarioStatus()
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 parkingUsageScenarioStatus property.
For example, to add a new item, do as follows:
getParkingUsageScenarioStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRecordStatusScenarioIndexParkingUsageScenarioStatus
public List<ParkingAccessStatus> getParkingAccessStatus()
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 parkingAccessStatus property.
For example, to add a new item, do as follows:
getParkingAccessStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingAccessStatus
public List<ParkingRouteStatus> getParkingRouteStatus()
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 parkingRouteStatus property.
For example, to add a new item, do as follows:
getParkingRouteStatus().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingRouteStatus
public ExtensionType getParkingRecordStatusExtension()
ExtensionTypepublic void setParkingRecordStatusExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.