Class RoadOperatorServiceDisruption
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri20.schema._2_0rc1._2_0.NonRoadEventInformation
-
- eu.datex2.siri20.schema._2_0rc1._2_0.RoadOperatorServiceDisruption
-
- All Implemented Interfaces:
Serializable
public class RoadOperatorServiceDisruption extends NonRoadEventInformation implements Serializable
Java class for RoadOperatorServiceDisruption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadOperatorServiceDisruption"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NonRoadEventInformation"> <sequence> <element name="roadOperatorServiceDisruptionType" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadOperatorServiceDisruptionTypeEnum" maxOccurs="unbounded"/> <element name="roadOperatorServiceDisruptionExtension" 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 ExtensionTyperoadOperatorServiceDisruptionExtensionprotected List<RoadOperatorServiceDisruptionTypeEnum>roadOperatorServiceDisruptionTypes-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NonRoadEventInformation
nonRoadEventInformationExtension
-
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 RoadOperatorServiceDisruption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetRoadOperatorServiceDisruptionExtension()Gets the value of the roadOperatorServiceDisruptionExtension property.List<RoadOperatorServiceDisruptionTypeEnum>getRoadOperatorServiceDisruptionTypes()Gets the value of the roadOperatorServiceDisruptionTypes property.voidsetRoadOperatorServiceDisruptionExtension(ExtensionType value)Sets the value of the roadOperatorServiceDisruptionExtension property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NonRoadEventInformation
getNonRoadEventInformationExtension, setNonRoadEventInformationExtension
-
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
-
roadOperatorServiceDisruptionTypes
protected List<RoadOperatorServiceDisruptionTypeEnum> roadOperatorServiceDisruptionTypes
-
roadOperatorServiceDisruptionExtension
protected ExtensionType roadOperatorServiceDisruptionExtension
-
-
Method Detail
-
getRoadOperatorServiceDisruptionTypes
public List<RoadOperatorServiceDisruptionTypeEnum> getRoadOperatorServiceDisruptionTypes()
Gets the value of the roadOperatorServiceDisruptionTypes 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 roadOperatorServiceDisruptionTypes property.For example, to add a new item, do as follows:
getRoadOperatorServiceDisruptionTypes().add(newItem);Objects of the following type(s) are allowed in the list
RoadOperatorServiceDisruptionTypeEnum
-
getRoadOperatorServiceDisruptionExtension
public ExtensionType getRoadOperatorServiceDisruptionExtension()
Gets the value of the roadOperatorServiceDisruptionExtension property.- Returns:
- possible object is
ExtensionType
-
setRoadOperatorServiceDisruptionExtension
public void setRoadOperatorServiceDisruptionExtension(ExtensionType value)
Sets the value of the roadOperatorServiceDisruptionExtension property.- Parameters:
value- allowed object isExtensionType
-
-