Class StopNotice
- java.lang.Object
-
- uk.org.siri.siri21.AbstractItemStructure
-
- uk.org.siri.siri21.AbstractRequiredIdentifiedItemStructure
-
- uk.org.siri.siri21.StopNotice
-
- All Implemented Interfaces:
Serializable
public class StopNotice extends AbstractRequiredIdentifiedItemStructure implements Serializable
Type for Notice for stopJava class for StopNoticeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopNoticeStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractRequiredIdentifiedItemStructure"> <sequence> <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/> <element ref="{http://www.siri.org.uk/siri}StopPointRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}SituationRef" maxOccurs="unbounded" minOccurs="0"/> <element name="StopNote" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" 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 Extensionsextensionsprotected MonitoringRefStructuremonitoringRefprotected List<SituationRef>situationRevesprotected List<NaturalLanguageStringStructure>stopNotesprotected StopPointRefStructurestopPointRef-
Fields inherited from class uk.org.siri.siri21.AbstractRequiredIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri21.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description StopNotice()
-
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.List<SituationRef>getSituationReves()Gets the value of the situationReves property.List<NaturalLanguageStringStructure>getStopNotes()Gets the value of the stopNotes property.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetStopPointRef(StopPointRefStructure value)Sets the value of the stopPointRef property.-
Methods inherited from class uk.org.siri.siri21.AbstractRequiredIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri21.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
stopPointRef
protected StopPointRefStructure stopPointRef
-
situationReves
protected List<SituationRef> situationReves
-
stopNotes
protected List<NaturalLanguageStringStructure> stopNotes
-
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
-
getStopPointRef
public StopPointRefStructure getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRefStructure
-
setStopPointRef
public void setStopPointRef(StopPointRefStructure value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
getSituationReves
public List<SituationRef> getSituationReves()
Gets the value of the situationReves 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 Jakarta XML Binding object. This is why there is not a
setmethod for the situationReves property.For example, to add a new item, do as follows:
getSituationReves().add(newItem);Objects of the following type(s) are allowed in the list
SituationRef
-
getStopNotes
public List<NaturalLanguageStringStructure> getStopNotes()
Gets the value of the stopNotes 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 Jakarta XML Binding object. This is why there is not a
setmethod for the stopNotes property.For example, to add a new item, do as follows:
getStopNotes().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
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
-
-