Package uk.org.siri.siri21
Class TimetabledStopVisitStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractItemStructure
-
- uk.org.siri.siri21.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri21.TimetabledStopVisitStructure
-
- All Implemented Interfaces:
Serializable
public class TimetabledStopVisitStructure extends AbstractIdentifiedItemStructure implements Serializable
Type for Timetabled Visit of a VEHICLE to a stop. May provide information about the arrival, the departure or both.Java class for TimetabledStopVisitStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimetabledStopVisitStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractIdentifiedItemStructure"> <sequence> <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/> <element ref="{http://www.siri.org.uk/siri}TargetedVehicleJourney"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected MonitoringRefStructuremonitoringRefprotected TargetedVehicleJourneytargetedVehicleJourney-
Fields inherited from class uk.org.siri.siri21.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri21.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description TimetabledStopVisitStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.TargetedVehicleJourneygetTargetedVehicleJourney()Gets the value of the targetedVehicleJourney property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetTargetedVehicleJourney(TargetedVehicleJourney value)Sets the value of the targetedVehicleJourney property.-
Methods inherited from class uk.org.siri.siri21.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri21.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
targetedVehicleJourney
protected TargetedVehicleJourney targetedVehicleJourney
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getMonitoringRef
public MonitoringRefStructure getMonitoringRef()
Gets the value of the monitoringRef property.- Returns:
- possible object is
MonitoringRefStructure
-
setMonitoringRef
public void setMonitoringRef(MonitoringRefStructure value)
Sets the value of the monitoringRef property.- Parameters:
value- allowed object isMonitoringRefStructure
-
getTargetedVehicleJourney
public TargetedVehicleJourney getTargetedVehicleJourney()
Gets the value of the targetedVehicleJourney property.- Returns:
- possible object is
TargetedVehicleJourney
-
setTargetedVehicleJourney
public void setTargetedVehicleJourney(TargetedVehicleJourney value)
Sets the value of the targetedVehicleJourney property.- Parameters:
value- allowed object isTargetedVehicleJourney
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-