Class CarParks
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.SituationRecord
-
- eu.datex2.siri13.schema._1_0._1_0.NonRoadEventInformation
-
- eu.datex2.siri13.schema._1_0._1_0.CarParks
-
- All Implemented Interfaces:
Serializable
public class CarParks extends NonRoadEventInformation implements Serializable
Provides information on the status of one or more car parks.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/1_0/1_0}NonRoadEventInformation"> <sequence> <element name="carParkConfiguration" type="{http://datex2.eu/schema/1_0/1_0}CarParkConfigurationEnum" minOccurs="0"/> <element name="carParkIdentity" type="{http://datex2.eu/schema/1_0/1_0}String"/> <element name="carParkOccupancy" type="{http://datex2.eu/schema/1_0/1_0}Percentage" minOccurs="0"/> <element name="carParkStatus" type="{http://datex2.eu/schema/1_0/1_0}CarParkStatusEnum" minOccurs="0"/> <element name="exitRate" type="{http://datex2.eu/schema/1_0/1_0}VehiclesPerHour" minOccurs="0"/> <element name="fillRate" type="{http://datex2.eu/schema/1_0/1_0}VehiclesPerHour" minOccurs="0"/> <element name="numberOfVacantParkingSpaces" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/> <element name="occupiedSpaces" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/> <element name="queueingTime" type="{http://datex2.eu/schema/1_0/1_0}Time" minOccurs="0"/> <element name="totalCapacity" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/> <element name="carParksExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CarParkConfigurationEnumcarParkConfigurationprotected StringcarParkIdentityprotected FloatcarParkOccupancyprotected ExtensionTypecarParksExtensionprotected CarParkStatusEnumcarParkStatusprotected BigIntegerexitRateprotected BigIntegerfillRateprotected BigIntegernumberOfVacantParkingSpacesprotected BigIntegeroccupiedSpacesprotected TimequeueingTimeprotected BigIntegertotalCapacity-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.NonRoadEventInformation
nonRoadEventInformationExtension
-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.SituationRecord
advices, cause, generalPublicComments, groupOfLocations, id, impact, informationUsageOverride, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, sourceInformation, validity
-
-
Constructor Summary
Constructors Constructor Description CarParks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CarParkConfigurationEnumgetCarParkConfiguration()Gets the value of the carParkConfiguration property.StringgetCarParkIdentity()Gets the value of the carParkIdentity property.FloatgetCarParkOccupancy()Gets the value of the carParkOccupancy property.ExtensionTypegetCarParksExtension()Gets the value of the carParksExtension property.CarParkStatusEnumgetCarParkStatus()Gets the value of the carParkStatus property.BigIntegergetExitRate()Gets the value of the exitRate property.BigIntegergetFillRate()Gets the value of the fillRate property.BigIntegergetNumberOfVacantParkingSpaces()Gets the value of the numberOfVacantParkingSpaces property.BigIntegergetOccupiedSpaces()Gets the value of the occupiedSpaces property.TimegetQueueingTime()Gets the value of the queueingTime property.BigIntegergetTotalCapacity()Gets the value of the totalCapacity property.voidsetCarParkConfiguration(CarParkConfigurationEnum value)Sets the value of the carParkConfiguration property.voidsetCarParkIdentity(String value)Sets the value of the carParkIdentity property.voidsetCarParkOccupancy(Float value)Sets the value of the carParkOccupancy property.voidsetCarParksExtension(ExtensionType value)Sets the value of the carParksExtension property.voidsetCarParkStatus(CarParkStatusEnum value)Sets the value of the carParkStatus property.voidsetExitRate(BigInteger value)Sets the value of the exitRate property.voidsetFillRate(BigInteger value)Sets the value of the fillRate property.voidsetNumberOfVacantParkingSpaces(BigInteger value)Sets the value of the numberOfVacantParkingSpaces property.voidsetOccupiedSpaces(BigInteger value)Sets the value of the occupiedSpaces property.voidsetQueueingTime(Time value)Sets the value of the queueingTime property.voidsetTotalCapacity(BigInteger value)Sets the value of the totalCapacity property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.NonRoadEventInformation
getNonRoadEventInformationExtension, setNonRoadEventInformationExtension
-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.SituationRecord
getAdvices, getCause, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getInformationUsageOverride, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSourceInformation, getValidity, setCause, setGroupOfLocations, setId, setImpact, setInformationUsageOverride, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSourceInformation, setValidity
-
-
-
-
Field Detail
-
carParkConfiguration
protected CarParkConfigurationEnum carParkConfiguration
-
carParkIdentity
protected String carParkIdentity
-
carParkOccupancy
protected Float carParkOccupancy
-
carParkStatus
protected CarParkStatusEnum carParkStatus
-
exitRate
protected BigInteger exitRate
-
fillRate
protected BigInteger fillRate
-
numberOfVacantParkingSpaces
protected BigInteger numberOfVacantParkingSpaces
-
occupiedSpaces
protected BigInteger occupiedSpaces
-
queueingTime
protected Time queueingTime
-
totalCapacity
protected BigInteger totalCapacity
-
carParksExtension
protected ExtensionType carParksExtension
-
-
Method Detail
-
getCarParkConfiguration
public CarParkConfigurationEnum getCarParkConfiguration()
Gets the value of the carParkConfiguration property.- Returns:
- possible object is
CarParkConfigurationEnum
-
setCarParkConfiguration
public void setCarParkConfiguration(CarParkConfigurationEnum value)
Sets the value of the carParkConfiguration property.- Parameters:
value- allowed object isCarParkConfigurationEnum
-
getCarParkIdentity
public String getCarParkIdentity()
Gets the value of the carParkIdentity property.- Returns:
- possible object is
String
-
setCarParkIdentity
public void setCarParkIdentity(String value)
Sets the value of the carParkIdentity property.- Parameters:
value- allowed object isString
-
getCarParkOccupancy
public Float getCarParkOccupancy()
Gets the value of the carParkOccupancy property.- Returns:
- possible object is
Float
-
setCarParkOccupancy
public void setCarParkOccupancy(Float value)
Sets the value of the carParkOccupancy property.- Parameters:
value- allowed object isFloat
-
getCarParkStatus
public CarParkStatusEnum getCarParkStatus()
Gets the value of the carParkStatus property.- Returns:
- possible object is
CarParkStatusEnum
-
setCarParkStatus
public void setCarParkStatus(CarParkStatusEnum value)
Sets the value of the carParkStatus property.- Parameters:
value- allowed object isCarParkStatusEnum
-
getExitRate
public BigInteger getExitRate()
Gets the value of the exitRate property.- Returns:
- possible object is
BigInteger
-
setExitRate
public void setExitRate(BigInteger value)
Sets the value of the exitRate property.- Parameters:
value- allowed object isBigInteger
-
getFillRate
public BigInteger getFillRate()
Gets the value of the fillRate property.- Returns:
- possible object is
BigInteger
-
setFillRate
public void setFillRate(BigInteger value)
Sets the value of the fillRate property.- Parameters:
value- allowed object isBigInteger
-
getNumberOfVacantParkingSpaces
public BigInteger getNumberOfVacantParkingSpaces()
Gets the value of the numberOfVacantParkingSpaces property.- Returns:
- possible object is
BigInteger
-
setNumberOfVacantParkingSpaces
public void setNumberOfVacantParkingSpaces(BigInteger value)
Sets the value of the numberOfVacantParkingSpaces property.- Parameters:
value- allowed object isBigInteger
-
getOccupiedSpaces
public BigInteger getOccupiedSpaces()
Gets the value of the occupiedSpaces property.- Returns:
- possible object is
BigInteger
-
setOccupiedSpaces
public void setOccupiedSpaces(BigInteger value)
Sets the value of the occupiedSpaces property.- Parameters:
value- allowed object isBigInteger
-
getQueueingTime
public Time getQueueingTime()
Gets the value of the queueingTime property.- Returns:
- possible object is
Time
-
setQueueingTime
public void setQueueingTime(Time value)
Sets the value of the queueingTime property.- Parameters:
value- allowed object isTime
-
getTotalCapacity
public BigInteger getTotalCapacity()
Gets the value of the totalCapacity property.- Returns:
- possible object is
BigInteger
-
setTotalCapacity
public void setTotalCapacity(BigInteger value)
Sets the value of the totalCapacity property.- Parameters:
value- allowed object isBigInteger
-
getCarParksExtension
public ExtensionType getCarParksExtension()
Gets the value of the carParksExtension property.- Returns:
- possible object is
ExtensionType
-
setCarParksExtension
public void setCarParksExtension(ExtensionType value)
Sets the value of the carParksExtension property.- Parameters:
value- allowed object isExtensionType
-
-