public class ReroutingManagement extends NetworkManagement
Java class for ReroutingManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReroutingManagement">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}NetworkManagement">
<sequence>
<element name="reroutingManagementType" type="{http://datex2.eu/schema/2/2_0}ReroutingManagementTypeEnum" maxOccurs="unbounded"/>
<element name="reroutingItineraryDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="signedRerouting" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="entry" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="exit" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="roadOrJunctionNumber" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="alternativeRoute" type="{http://datex2.eu/schema/2/2_0}Itinerary" maxOccurs="unbounded" minOccurs="0"/>
<element name="reroutingManagementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Itinerary> |
alternativeRoute |
protected String |
entry |
protected String |
exit |
protected MultilingualString |
reroutingItineraryDescription |
protected ExtensionType |
reroutingManagementExtension |
protected List<ReroutingManagementTypeEnum> |
reroutingManagementType |
protected String |
roadOrJunctionNumber |
protected Boolean |
signedRerouting |
applicableForTrafficDirection, applicableForTrafficType, automaticallyInitiated, complianceOption, forVehiclesWithCharacteristicsOf, networkManagementExtension, placesAtWhichApplicableactionOrigin, actionPlanIdentifier, operatorActionExtension, operatorActionStatuscause, confidentialityOverride, generalPublicComment, groupOfLocations, id, impact, management, nonGeneralPublicComment, probabilityOfOccurrence, severity, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersionTime, source, urlLink, validity, version| Constructor and Description |
|---|
ReroutingManagement() |
| Modifier and Type | Method and Description |
|---|---|
List<Itinerary> |
getAlternativeRoute()
Gets the value of the alternativeRoute property.
|
String |
getEntry()
Gets the value of the entry property.
|
String |
getExit()
Gets the value of the exit property.
|
MultilingualString |
getReroutingItineraryDescription()
Gets the value of the reroutingItineraryDescription property.
|
ExtensionType |
getReroutingManagementExtension()
Gets the value of the reroutingManagementExtension property.
|
List<ReroutingManagementTypeEnum> |
getReroutingManagementType()
Gets the value of the reroutingManagementType property.
|
String |
getRoadOrJunctionNumber()
Gets the value of the roadOrJunctionNumber property.
|
Boolean |
isSignedRerouting()
Gets the value of the signedRerouting property.
|
void |
setEntry(String value)
Sets the value of the entry property.
|
void |
setExit(String value)
Sets the value of the exit property.
|
void |
setReroutingItineraryDescription(MultilingualString value)
Sets the value of the reroutingItineraryDescription property.
|
void |
setReroutingManagementExtension(ExtensionType value)
Sets the value of the reroutingManagementExtension property.
|
void |
setRoadOrJunctionNumber(String value)
Sets the value of the roadOrJunctionNumber property.
|
void |
setSignedRerouting(Boolean value)
Sets the value of the signedRerouting property.
|
getApplicableForTrafficDirection, getApplicableForTrafficType, getComplianceOption, getForVehiclesWithCharacteristicsOf, getNetworkManagementExtension, getPlacesAtWhichApplicable, isAutomaticallyInitiated, setAutomaticallyInitiated, setComplianceOption, setNetworkManagementExtensiongetActionOrigin, getActionPlanIdentifier, getOperatorActionExtension, getOperatorActionStatus, setActionOrigin, setActionPlanIdentifier, setOperatorActionExtension, setOperatorActionStatusgetCause, 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 List<ReroutingManagementTypeEnum> reroutingManagementType
protected MultilingualString reroutingItineraryDescription
protected Boolean signedRerouting
protected String entry
protected String exit
protected String roadOrJunctionNumber
protected ExtensionType reroutingManagementExtension
public List<ReroutingManagementTypeEnum> getReroutingManagementType()
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 reroutingManagementType property.
For example, to add a new item, do as follows:
getReroutingManagementType().add(newItem);
Objects of the following type(s) are allowed in the list
ReroutingManagementTypeEnum
public MultilingualString getReroutingItineraryDescription()
MultilingualStringpublic void setReroutingItineraryDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic Boolean isSignedRerouting()
Booleanpublic void setSignedRerouting(Boolean value)
value - allowed object is
Booleanpublic String getEntry()
Stringpublic void setEntry(String value)
value - allowed object is
Stringpublic String getExit()
Stringpublic void setExit(String value)
value - allowed object is
Stringpublic String getRoadOrJunctionNumber()
Stringpublic void setRoadOrJunctionNumber(String value)
value - allowed object is
Stringpublic List<Itinerary> getAlternativeRoute()
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 alternativeRoute property.
For example, to add a new item, do as follows:
getAlternativeRoute().add(newItem);
Objects of the following type(s) are allowed in the list
Itinerary
public ExtensionType getReroutingManagementExtension()
ExtensionTypepublic void setReroutingManagementExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.