Package uk.org.siri.siri14
Class MonitoredStopVisitStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractItemStructure
-
- uk.org.siri.siri14.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri14.MonitoredStopVisitStructure
-
- All Implemented Interfaces:
Serializable
public class MonitoredStopVisitStructure extends AbstractIdentifiedItemStructure implements Serializable
Type for Visit of a vehicle to a stop monitoring point. May provide information about the arrival, the departure or both.Java class for MonitoredStopVisitStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonitoredStopVisitStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractIdentifiedItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}StopVisitReferenceGroup" minOccurs="0"/> <element name="MonitoredVehicleJourney" type="{http://www.siri.org.uk/siri}MonitoredVehicleJourneyStructure"/> <element name="StopVisitNote" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="StopFacility" type="{http://www.siri.org.uk/siri}FacilityRefStructure" minOccurs="0"/> <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 ClearDownRefStructureclearDownRefprotected Extensionsextensionsprotected MonitoredVehicleJourneyStructuremonitoredVehicleJourneyprotected MonitoringRefStructuremonitoringRefprotected FacilityRefstopFacilityprotected List<NaturalLanguageStringStructure>stopVisitNotes-
Fields inherited from class uk.org.siri.siri14.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri14.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description MonitoredStopVisitStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClearDownRefStructuregetClearDownRef()Gets the value of the clearDownRef property.ExtensionsgetExtensions()Gets the value of the extensions property.MonitoredVehicleJourneyStructuregetMonitoredVehicleJourney()Gets the value of the monitoredVehicleJourney property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.FacilityRefgetStopFacility()Gets the value of the stopFacility property.List<NaturalLanguageStringStructure>getStopVisitNotes()Gets the value of the stopVisitNotes property.voidsetClearDownRef(ClearDownRefStructure value)Sets the value of the clearDownRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetMonitoredVehicleJourney(MonitoredVehicleJourneyStructure value)Sets the value of the monitoredVehicleJourney property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetStopFacility(FacilityRef value)Sets the value of the stopFacility property.-
Methods inherited from class uk.org.siri.siri14.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri14.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
clearDownRef
protected ClearDownRefStructure clearDownRef
-
monitoredVehicleJourney
protected MonitoredVehicleJourneyStructure monitoredVehicleJourney
-
stopVisitNotes
protected List<NaturalLanguageStringStructure> stopVisitNotes
-
stopFacility
protected FacilityRef stopFacility
-
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
-
getClearDownRef
public ClearDownRefStructure getClearDownRef()
Gets the value of the clearDownRef property.- Returns:
- possible object is
ClearDownRefStructure
-
setClearDownRef
public void setClearDownRef(ClearDownRefStructure value)
Sets the value of the clearDownRef property.- Parameters:
value- allowed object isClearDownRefStructure
-
getMonitoredVehicleJourney
public MonitoredVehicleJourneyStructure getMonitoredVehicleJourney()
Gets the value of the monitoredVehicleJourney property.- Returns:
- possible object is
MonitoredVehicleJourneyStructure
-
setMonitoredVehicleJourney
public void setMonitoredVehicleJourney(MonitoredVehicleJourneyStructure value)
Sets the value of the monitoredVehicleJourney property.- Parameters:
value- allowed object isMonitoredVehicleJourneyStructure
-
getStopVisitNotes
public List<NaturalLanguageStringStructure> getStopVisitNotes()
Gets the value of the stopVisitNotes 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 stopVisitNotes property.For example, to add a new item, do as follows:
getStopVisitNotes().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getStopFacility
public FacilityRef getStopFacility()
Gets the value of the stopFacility property.- Returns:
- possible object is
FacilityRef
-
setStopFacility
public void setStopFacility(FacilityRef value)
Sets the value of the stopFacility property.- Parameters:
value- allowed object isFacilityRef
-
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
-
-