Class StopLineNoticeStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri10.StopLineNoticeStructure
-
- All Implemented Interfaces:
Serializable
public class StopLineNoticeStructure extends AbstractIdentifiedItemStructure implements Serializable
Data type for Visit of a vehicle to a stop. May provide information about the arrival, the departure or both.Java class for StopLineNoticeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopLineNoticeStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractIdentifiedItemStructure"> <sequence> <element name="MonitoringRef" type="{http://www.siri.org.uk/}MonitoringRefStructure"/> <group ref="{http://www.siri.org.uk/}LineIdentityGroup"/> <element name="LineNote" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}SituationRef" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DirectionRefStructuredirectionRefprotected ExtensionsStructureextensionsprotected List<NaturalLanguageStringStructure>lineNoteprotected LineRefStructurelineRefprotected MonitoringRefStructuremonitoringRefprotected List<SituationRefStructure>situationRef-
Fields inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description StopLineNoticeStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.List<NaturalLanguageStringStructure>getLineNote()Gets the value of the lineNote property.LineRefStructuregetLineRef()Gets the value of the lineRef property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.List<SituationRefStructure>getSituationRef()Gets the value of the situationRef property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetLineRef(LineRefStructure value)Sets the value of the lineRef property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.-
Methods inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
lineRef
protected LineRefStructure lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
lineNote
protected List<NaturalLanguageStringStructure> lineNote
-
situationRef
protected List<SituationRefStructure> situationRef
-
extensions
protected ExtensionsStructure 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
-
getLineRef
public LineRefStructure getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRefStructure
-
setLineRef
public void setLineRef(LineRefStructure value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRefStructure
-
getDirectionRef
public DirectionRefStructure getDirectionRef()
Gets the value of the directionRef property.- Returns:
- possible object is
DirectionRefStructure
-
setDirectionRef
public void setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.- Parameters:
value- allowed object isDirectionRefStructure
-
getLineNote
public List<NaturalLanguageStringStructure> getLineNote()
Gets the value of the lineNote 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 lineNote property.For example, to add a new item, do as follows:
getLineNote().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getSituationRef
public List<SituationRefStructure> getSituationRef()
Gets the value of the situationRef 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 situationRef property.For example, to add a new item, do as follows:
getSituationRef().add(newItem);Objects of the following type(s) are allowed in the list
SituationRefStructure
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-