Package uk.org.siri.siri20
Class StopNoticeCancellation
- java.lang.Object
-
- uk.org.siri.siri20.AbstractItemStructure
-
- uk.org.siri.siri20.AbstractRequiredReferencingItemStructure
-
- uk.org.siri.siri20.StopNoticeCancellation
-
- All Implemented Interfaces:
Serializable
public class StopNoticeCancellation extends AbstractRequiredReferencingItemStructure implements Serializable
Type for Cancellation of an earlier Stop Notice.Java class for StopNoticeCancellationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopNoticeCancellationStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractRequiredReferencingItemStructure"> <sequence> <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/> <element ref="{http://www.siri.org.uk/siri}StopPointRef" minOccurs="0"/> <element name="AppliesFromTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 ZonedDateTimeappliesFromTimeprotected Extensionsextensionsprotected MonitoringRefStructuremonitoringRefprotected StopPointRefstopPointRef-
Fields inherited from class uk.org.siri.siri20.AbstractRequiredReferencingItemStructure
itemRef
-
Fields inherited from class uk.org.siri.siri20.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description StopNoticeCancellation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetAppliesFromTime()Gets the value of the appliesFromTime property.ExtensionsgetExtensions()Gets the value of the extensions property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.StopPointRefgetStopPointRef()Gets the value of the stopPointRef property.voidsetAppliesFromTime(ZonedDateTime value)Sets the value of the appliesFromTime property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetStopPointRef(StopPointRef value)Sets the value of the stopPointRef property.-
Methods inherited from class uk.org.siri.siri20.AbstractRequiredReferencingItemStructure
getItemRef, setItemRef
-
Methods inherited from class uk.org.siri.siri20.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
stopPointRef
protected StopPointRef stopPointRef
-
appliesFromTime
protected ZonedDateTime appliesFromTime
-
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 StopPointRef getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRef
-
setStopPointRef
public void setStopPointRef(StopPointRef value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRef
-
getAppliesFromTime
public ZonedDateTime getAppliesFromTime()
Gets the value of the appliesFromTime property.- Returns:
- possible object is
String
-
setAppliesFromTime
public void setAppliesFromTime(ZonedDateTime value)
Sets the value of the appliesFromTime property.- Parameters:
value- allowed object isString
-
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
-
-