Class Roadworks
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.SituationRecord
-
- eu.datex2.siri13.schema._1_0._1_0.OperatorAction
-
- eu.datex2.siri13.schema._1_0._1_0.Roadworks
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstructionWorks,MaintenanceWorks
public abstract class Roadworks extends OperatorAction implements Serializable
Highway maintenance, installation and construction activities that may potentially affect traffic operations.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/1_0/1_0}OperatorAction"> <sequence> <element name="effectOnRoadLayout" type="{http://datex2.eu/schema/1_0/1_0}EffectOnRoadLayoutEnum" maxOccurs="unbounded"/> <element name="roadworksDuration" type="{http://datex2.eu/schema/1_0/1_0}RoadworksDurationEnum" minOccurs="0"/> <element name="roadworksScale" type="{http://datex2.eu/schema/1_0/1_0}RoadworksScaleEnum" minOccurs="0"/> <element name="underTraffic" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/> <element name="urgentRoadworks" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/> <element name="mobility" type="{http://datex2.eu/schema/1_0/1_0}Mobility" minOccurs="0"/> <element name="subjectTypeOfWorks" type="{http://datex2.eu/schema/1_0/1_0}SubjectTypeOfWorks" minOccurs="0"/> <element name="associatedMaintenanceVehicles" type="{http://datex2.eu/schema/1_0/1_0}AssociatedMaintenanceVehicles" minOccurs="0"/> <element name="roadworksExtension" 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 AssociatedMaintenanceVehiclesassociatedMaintenanceVehiclesprotected List<EffectOnRoadLayoutEnum>effectOnRoadLayoutsprotected Mobilitymobilityprotected RoadworksDurationEnumroadworksDurationprotected ExtensionTyperoadworksExtensionprotected RoadworksScaleEnumroadworksScaleprotected SubjectTypeOfWorkssubjectTypeOfWorksprotected BooleanunderTrafficprotected BooleanurgentRoadworks-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.OperatorAction
actionOrigin, operatorActionExtension, operatorActionStatus, provisional
-
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 Roadworks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedMaintenanceVehiclesgetAssociatedMaintenanceVehicles()Gets the value of the associatedMaintenanceVehicles property.List<EffectOnRoadLayoutEnum>getEffectOnRoadLayouts()Gets the value of the effectOnRoadLayouts 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.SubjectTypeOfWorksgetSubjectTypeOfWorks()Gets the value of the subjectTypeOfWorks property.BooleanisUnderTraffic()Gets the value of the underTraffic property.BooleanisUrgentRoadworks()Gets the value of the urgentRoadworks property.voidsetAssociatedMaintenanceVehicles(AssociatedMaintenanceVehicles value)Sets the value of the associatedMaintenanceVehicles 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.voidsetSubjectTypeOfWorks(SubjectTypeOfWorks value)Sets the value of the subjectTypeOfWorks 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.siri13.schema._1_0._1_0.OperatorAction
getActionOrigin, getOperatorActionExtension, getOperatorActionStatus, isProvisional, setActionOrigin, setOperatorActionExtension, setOperatorActionStatus, setProvisional
-
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
-
effectOnRoadLayouts
protected List<EffectOnRoadLayoutEnum> effectOnRoadLayouts
-
roadworksDuration
protected RoadworksDurationEnum roadworksDuration
-
roadworksScale
protected RoadworksScaleEnum roadworksScale
-
underTraffic
protected Boolean underTraffic
-
urgentRoadworks
protected Boolean urgentRoadworks
-
mobility
protected Mobility mobility
-
subjectTypeOfWorks
protected SubjectTypeOfWorks subjectTypeOfWorks
-
associatedMaintenanceVehicles
protected AssociatedMaintenanceVehicles associatedMaintenanceVehicles
-
roadworksExtension
protected ExtensionType roadworksExtension
-
-
Method Detail
-
getEffectOnRoadLayouts
public List<EffectOnRoadLayoutEnum> getEffectOnRoadLayouts()
Gets the value of the effectOnRoadLayouts property.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
setmethod for the effectOnRoadLayouts property.For example, to add a new item, do as follows:
getEffectOnRoadLayouts().add(newItem);Objects of the following type(s) are allowed in the list
EffectOnRoadLayoutEnum
-
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
-
getSubjectTypeOfWorks
public SubjectTypeOfWorks getSubjectTypeOfWorks()
Gets the value of the subjectTypeOfWorks property.- Returns:
- possible object is
SubjectTypeOfWorks
-
setSubjectTypeOfWorks
public void setSubjectTypeOfWorks(SubjectTypeOfWorks value)
Sets the value of the subjectTypeOfWorks property.- Parameters:
value- allowed object isSubjectTypeOfWorks
-
getAssociatedMaintenanceVehicles
public AssociatedMaintenanceVehicles getAssociatedMaintenanceVehicles()
Gets the value of the associatedMaintenanceVehicles property.- Returns:
- possible object is
AssociatedMaintenanceVehicles
-
setAssociatedMaintenanceVehicles
public void setAssociatedMaintenanceVehicles(AssociatedMaintenanceVehicles value)
Sets the value of the associatedMaintenanceVehicles property.- Parameters:
value- allowed object isAssociatedMaintenanceVehicles
-
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
-
-