public class ParkingUsageScenario extends Object
Java class for ParkingUsageScenario complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingUsageScenario">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingUsageScenario" type="{http://datex2.eu/schema/2/2_0}ParkingUsageScenarioEnum"/>
<element name="truckParkingDynamicManagement" type="{http://datex2.eu/schema/2/2_0}TruckParkingDynamicManagementEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="eventParkingType" type="{http://datex2.eu/schema/2/2_0}PublicEventTypeEnum" minOccurs="0"/>
<element name="eventParkingType2" type="{http://datex2.eu/schema/2/2_0}PublicEventType2Enum" minOccurs="0"/>
<element name="scenarioAvailability" type="{http://datex2.eu/schema/2/2_0}OverallPeriod" minOccurs="0"/>
<element name="parkingUsageScenarioExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PublicEventTypeEnum |
eventParkingType |
protected PublicEventType2Enum |
eventParkingType2 |
protected ParkingUsageScenarioEnum |
parkingUsageScenario |
protected ExtensionType |
parkingUsageScenarioExtension |
protected OverallPeriod |
scenarioAvailability |
protected List<TruckParkingDynamicManagementEnum> |
truckParkingDynamicManagement |
| Constructor and Description |
|---|
ParkingUsageScenario() |
| Modifier and Type | Method and Description |
|---|---|
PublicEventTypeEnum |
getEventParkingType()
Gets the value of the eventParkingType property.
|
PublicEventType2Enum |
getEventParkingType2()
Gets the value of the eventParkingType2 property.
|
ParkingUsageScenarioEnum |
getParkingUsageScenario()
Gets the value of the parkingUsageScenario property.
|
ExtensionType |
getParkingUsageScenarioExtension()
Gets the value of the parkingUsageScenarioExtension property.
|
OverallPeriod |
getScenarioAvailability()
Gets the value of the scenarioAvailability property.
|
List<TruckParkingDynamicManagementEnum> |
getTruckParkingDynamicManagement()
Gets the value of the truckParkingDynamicManagement property.
|
void |
setEventParkingType(PublicEventTypeEnum value)
Sets the value of the eventParkingType property.
|
void |
setEventParkingType2(PublicEventType2Enum value)
Sets the value of the eventParkingType2 property.
|
void |
setParkingUsageScenario(ParkingUsageScenarioEnum value)
Sets the value of the parkingUsageScenario property.
|
void |
setParkingUsageScenarioExtension(ExtensionType value)
Sets the value of the parkingUsageScenarioExtension property.
|
void |
setScenarioAvailability(OverallPeriod value)
Sets the value of the scenarioAvailability property.
|
protected ParkingUsageScenarioEnum parkingUsageScenario
protected List<TruckParkingDynamicManagementEnum> truckParkingDynamicManagement
protected PublicEventTypeEnum eventParkingType
protected PublicEventType2Enum eventParkingType2
protected OverallPeriod scenarioAvailability
protected ExtensionType parkingUsageScenarioExtension
public ParkingUsageScenarioEnum getParkingUsageScenario()
ParkingUsageScenarioEnumpublic void setParkingUsageScenario(ParkingUsageScenarioEnum value)
value - allowed object is
ParkingUsageScenarioEnumpublic List<TruckParkingDynamicManagementEnum> getTruckParkingDynamicManagement()
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 truckParkingDynamicManagement property.
For example, to add a new item, do as follows:
getTruckParkingDynamicManagement().add(newItem);
Objects of the following type(s) are allowed in the list
TruckParkingDynamicManagementEnum
public PublicEventTypeEnum getEventParkingType()
PublicEventTypeEnumpublic void setEventParkingType(PublicEventTypeEnum value)
value - allowed object is
PublicEventTypeEnumpublic PublicEventType2Enum getEventParkingType2()
PublicEventType2Enumpublic void setEventParkingType2(PublicEventType2Enum value)
value - allowed object is
PublicEventType2Enumpublic OverallPeriod getScenarioAvailability()
OverallPeriodpublic void setScenarioAvailability(OverallPeriod value)
value - allowed object is
OverallPeriodpublic ExtensionType getParkingUsageScenarioExtension()
ExtensionTypepublic void setParkingUsageScenarioExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.