Package uk.org.siri.siri21
Class StopLineNoticeCancellation
- java.lang.Object
-
- uk.org.siri.siri21.AbstractItemStructure
-
- uk.org.siri.siri21.AbstractReferencingItemStructure
-
- uk.org.siri.siri21.StopLineNoticeCancellation
-
- All Implemented Interfaces:
Serializable
public class StopLineNoticeCancellation extends AbstractReferencingItemStructure implements Serializable
Type for Cancellation of an earlier Stop Line Notice.Java class for StopLineNoticeCancellationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopLineNoticeCancellationStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractReferencingItemStructure"> <sequence> <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/> <group ref="{http://www.siri.org.uk/siri}LineIdentityGroup"/> <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 DirectionRefStructuredirectionRefprotected Extensionsextensionsprotected LineReflineRefprotected MonitoringRefStructuremonitoringRef-
Fields inherited from class uk.org.siri.siri21.AbstractReferencingItemStructure
itemRef
-
Fields inherited from class uk.org.siri.siri21.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description StopLineNoticeCancellation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ExtensionsgetExtensions()Gets the value of the extensions property.LineRefgetLineRef()Gets the value of the lineRef property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLineRef(LineRef 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.siri21.AbstractReferencingItemStructure
getItemRef, setItemRef
-
Methods inherited from class uk.org.siri.siri21.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
lineRef
protected LineRef lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
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
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
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
-
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
-
-