Class Roadworks
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri20.schema._2_0rc1._2_0.OperatorAction
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Roadworks
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstructionWorks,MaintenanceWorks
public abstract class Roadworks extends OperatorAction implements Serializable
Java class for Roadworks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Roadworks"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}OperatorAction"> <sequence> <element name="roadworksDuration" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadworksDurationEnum" minOccurs="0"/> <element name="roadworksScale" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadworksScaleEnum" minOccurs="0"/> <element name="underTraffic" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="urgentRoadworks" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="mobility" type="{http://datex2.eu/schema/2_0RC1/2_0}Mobility" minOccurs="0"/> <element name="subjects" type="{http://datex2.eu/schema/2_0RC1/2_0}Subjects" minOccurs="0"/> <element name="maintenanceVehicles" type="{http://datex2.eu/schema/2_0RC1/2_0}MaintenanceVehicles" minOccurs="0"/> <element name="roadworksExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MaintenanceVehiclesmaintenanceVehiclesprotected Mobilitymobilityprotected RoadworksDurationEnumroadworksDurationprotected ExtensionTyperoadworksExtensionprotected RoadworksScaleEnumroadworksScaleprotected Subjectssubjectsprotected BooleanunderTrafficprotected BooleanurgentRoadworks-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.OperatorAction
actionOrigin, operatorActionExtension, operatorActionStatus
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
cause, confidentialityOverride, generalPublicComments, groupOfLocations, id, impact, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, source, urlLinks, validity
-
-
Constructor Summary
Constructors Constructor Description Roadworks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaintenanceVehiclesgetMaintenanceVehicles()Gets the value of the maintenanceVehicles property.MobilitygetMobility()Gets the value of the mobility property.RoadworksDurationEnumgetRoadworksDuration()Gets the value of the roadworksDuration property.ExtensionTypegetRoadworksExtension()Gets the value of the roadworksExtension property.RoadworksScaleEnumgetRoadworksScale()Gets the value of the roadworksScale property.SubjectsgetSubjects()Gets the value of the subjects property.BooleanisUnderTraffic()Gets the value of the underTraffic property.BooleanisUrgentRoadworks()Gets the value of the urgentRoadworks property.voidsetMaintenanceVehicles(MaintenanceVehicles value)Sets the value of the maintenanceVehicles property.voidsetMobility(Mobility value)Sets the value of the mobility property.voidsetRoadworksDuration(RoadworksDurationEnum value)Sets the value of the roadworksDuration property.voidsetRoadworksExtension(ExtensionType value)Sets the value of the roadworksExtension property.voidsetRoadworksScale(RoadworksScaleEnum value)Sets the value of the roadworksScale property.voidsetSubjects(Subjects value)Sets the value of the subjects property.voidsetUnderTraffic(Boolean value)Sets the value of the underTraffic property.voidsetUrgentRoadworks(Boolean value)Sets the value of the urgentRoadworks property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.OperatorAction
getActionOrigin, getOperatorActionExtension, getOperatorActionStatus, setActionOrigin, setOperatorActionExtension, setOperatorActionStatus
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
getCause, getConfidentialityOverride, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSource, getUrlLinks, getValidity, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSource, setValidity
-
-
-
-
Field Detail
-
roadworksDuration
protected RoadworksDurationEnum roadworksDuration
-
roadworksScale
protected RoadworksScaleEnum roadworksScale
-
underTraffic
protected Boolean underTraffic
-
urgentRoadworks
protected Boolean urgentRoadworks
-
mobility
protected Mobility mobility
-
subjects
protected Subjects subjects
-
maintenanceVehicles
protected MaintenanceVehicles maintenanceVehicles
-
roadworksExtension
protected ExtensionType roadworksExtension
-
-
Method Detail
-
getRoadworksDuration
public RoadworksDurationEnum getRoadworksDuration()
Gets the value of the roadworksDuration property.- Returns:
- possible object is
RoadworksDurationEnum
-
setRoadworksDuration
public void setRoadworksDuration(RoadworksDurationEnum value)
Sets the value of the roadworksDuration property.- Parameters:
value- allowed object isRoadworksDurationEnum
-
getRoadworksScale
public RoadworksScaleEnum getRoadworksScale()
Gets the value of the roadworksScale property.- Returns:
- possible object is
RoadworksScaleEnum
-
setRoadworksScale
public void setRoadworksScale(RoadworksScaleEnum value)
Sets the value of the roadworksScale property.- Parameters:
value- allowed object isRoadworksScaleEnum
-
isUnderTraffic
public Boolean isUnderTraffic()
Gets the value of the underTraffic property.- Returns:
- possible object is
Boolean
-
setUnderTraffic
public void setUnderTraffic(Boolean value)
Sets the value of the underTraffic property.- Parameters:
value- allowed object isBoolean
-
isUrgentRoadworks
public Boolean isUrgentRoadworks()
Gets the value of the urgentRoadworks property.- Returns:
- possible object is
Boolean
-
setUrgentRoadworks
public void setUrgentRoadworks(Boolean value)
Sets the value of the urgentRoadworks property.- Parameters:
value- allowed object isBoolean
-
getMobility
public Mobility getMobility()
Gets the value of the mobility property.- Returns:
- possible object is
Mobility
-
setMobility
public void setMobility(Mobility value)
Sets the value of the mobility property.- Parameters:
value- allowed object isMobility
-
getSubjects
public Subjects getSubjects()
Gets the value of the subjects property.- Returns:
- possible object is
Subjects
-
setSubjects
public void setSubjects(Subjects value)
Sets the value of the subjects property.- Parameters:
value- allowed object isSubjects
-
getMaintenanceVehicles
public MaintenanceVehicles getMaintenanceVehicles()
Gets the value of the maintenanceVehicles property.- Returns:
- possible object is
MaintenanceVehicles
-
setMaintenanceVehicles
public void setMaintenanceVehicles(MaintenanceVehicles value)
Sets the value of the maintenanceVehicles property.- Parameters:
value- allowed object isMaintenanceVehicles
-
getRoadworksExtension
public ExtensionType getRoadworksExtension()
Gets the value of the roadworksExtension property.- Returns:
- possible object is
ExtensionType
-
setRoadworksExtension
public void setRoadworksExtension(ExtensionType value)
Sets the value of the roadworksExtension property.- Parameters:
value- allowed object isExtensionType
-
-