public class CarParks extends NonRoadEventInformation
Java class for CarParks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarParks">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}NonRoadEventInformation">
<sequence>
<element name="carParkConfiguration" type="{http://datex2.eu/schema/2/2_0}CarParkConfigurationEnum" minOccurs="0"/>
<element name="carParkIdentity" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="carParkOccupancy" type="{http://datex2.eu/schema/2/2_0}Percentage" minOccurs="0"/>
<element name="carParkStatus" type="{http://datex2.eu/schema/2/2_0}CarParkStatusEnum" minOccurs="0"/>
<element name="exitRate" type="{http://datex2.eu/schema/2/2_0}VehiclesPerHour" minOccurs="0"/>
<element name="fillRate" type="{http://datex2.eu/schema/2/2_0}VehiclesPerHour" minOccurs="0"/>
<element name="numberOfVacantParkingSpaces" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="occupiedSpaces" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="queuingTime" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/>
<element name="totalCapacity" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="carParksExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CarParkConfigurationEnum |
carParkConfiguration |
protected String |
carParkIdentity |
protected Float |
carParkOccupancy |
protected ExtensionType |
carParksExtension |
protected CarParkStatusEnum |
carParkStatus |
protected Long |
exitRate |
protected Long |
fillRate |
protected Long |
numberOfVacantParkingSpaces |
protected Long |
occupiedSpaces |
protected Float |
queuingTime |
protected Long |
totalCapacity |
nonRoadEventInformationExtensioncause, confidentialityOverride, generalPublicComment, groupOfLocations, id, impact, management, nonGeneralPublicComment, probabilityOfOccurrence, severity, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersionTime, source, urlLink, validity, version| Constructor and Description |
|---|
CarParks() |
| Modifier and Type | Method and Description |
|---|---|
CarParkConfigurationEnum |
getCarParkConfiguration()
Gets the value of the carParkConfiguration property.
|
String |
getCarParkIdentity()
Gets the value of the carParkIdentity property.
|
Float |
getCarParkOccupancy()
Gets the value of the carParkOccupancy property.
|
ExtensionType |
getCarParksExtension()
Gets the value of the carParksExtension property.
|
CarParkStatusEnum |
getCarParkStatus()
Gets the value of the carParkStatus property.
|
Long |
getExitRate()
Gets the value of the exitRate property.
|
Long |
getFillRate()
Gets the value of the fillRate property.
|
Long |
getNumberOfVacantParkingSpaces()
Gets the value of the numberOfVacantParkingSpaces property.
|
Long |
getOccupiedSpaces()
Gets the value of the occupiedSpaces property.
|
Float |
getQueuingTime()
Gets the value of the queuingTime property.
|
Long |
getTotalCapacity()
Gets the value of the totalCapacity property.
|
void |
setCarParkConfiguration(CarParkConfigurationEnum value)
Sets the value of the carParkConfiguration property.
|
void |
setCarParkIdentity(String value)
Sets the value of the carParkIdentity property.
|
void |
setCarParkOccupancy(Float value)
Sets the value of the carParkOccupancy property.
|
void |
setCarParksExtension(ExtensionType value)
Sets the value of the carParksExtension property.
|
void |
setCarParkStatus(CarParkStatusEnum value)
Sets the value of the carParkStatus property.
|
void |
setExitRate(Long value)
Sets the value of the exitRate property.
|
void |
setFillRate(Long value)
Sets the value of the fillRate property.
|
void |
setNumberOfVacantParkingSpaces(Long value)
Sets the value of the numberOfVacantParkingSpaces property.
|
void |
setOccupiedSpaces(Long value)
Sets the value of the occupiedSpaces property.
|
void |
setQueuingTime(Float value)
Sets the value of the queuingTime property.
|
void |
setTotalCapacity(Long value)
Sets the value of the totalCapacity property.
|
getNonRoadEventInformationExtension, setNonRoadEventInformationExtensiongetCause, getConfidentialityOverride, getGeneralPublicComment, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComment, getProbabilityOfOccurrence, getSeverity, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersionTime, getSource, getUrlLink, getValidity, getVersion, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSeverity, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersionTime, setSource, setValidity, setVersionprotected CarParkConfigurationEnum carParkConfiguration
protected String carParkIdentity
protected Float carParkOccupancy
protected CarParkStatusEnum carParkStatus
protected Long exitRate
protected Long fillRate
protected Long numberOfVacantParkingSpaces
protected Long occupiedSpaces
protected Float queuingTime
protected Long totalCapacity
protected ExtensionType carParksExtension
public CarParkConfigurationEnum getCarParkConfiguration()
CarParkConfigurationEnumpublic void setCarParkConfiguration(CarParkConfigurationEnum value)
value - allowed object is
CarParkConfigurationEnumpublic String getCarParkIdentity()
Stringpublic void setCarParkIdentity(String value)
value - allowed object is
Stringpublic Float getCarParkOccupancy()
Floatpublic void setCarParkOccupancy(Float value)
value - allowed object is
Floatpublic CarParkStatusEnum getCarParkStatus()
CarParkStatusEnumpublic void setCarParkStatus(CarParkStatusEnum value)
value - allowed object is
CarParkStatusEnumpublic Long getExitRate()
Stringpublic void setExitRate(Long value)
value - allowed object is
Stringpublic Long getFillRate()
Stringpublic void setFillRate(Long value)
value - allowed object is
Stringpublic Long getNumberOfVacantParkingSpaces()
Stringpublic void setNumberOfVacantParkingSpaces(Long value)
value - allowed object is
Stringpublic Long getOccupiedSpaces()
Stringpublic void setOccupiedSpaces(Long value)
value - allowed object is
Stringpublic Float getQueuingTime()
Floatpublic void setQueuingTime(Float value)
value - allowed object is
Floatpublic Long getTotalCapacity()
Stringpublic void setTotalCapacity(Long value)
value - allowed object is
Stringpublic ExtensionType getCarParksExtension()
ExtensionTypepublic void setCarParksExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.