Class StopMonitoringDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri13.ResponseStructure
-
- uk.org.siri.siri13.AbstractServiceDeliveryStructure
-
- uk.org.siri.siri13.StopMonitoringDeliveryStructure
-
- All Implemented Interfaces:
Serializable
public class StopMonitoringDeliveryStructure extends AbstractServiceDeliveryStructure implements Serializable
Data type for Delivery for Stop Monitoring ServiceJava class for StopMonitoringDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopMonitoringDeliveryStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractServiceDeliveryStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}StopMonitoringPayloadGroup"/> <element name="Note" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.siri.org.uk/siri}VersionString" fixed="1.3" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected List<MonitoredStopVisitCancellationStructure>monitoredStopVisitCancellationsprotected List<MonitoredStopVisitStructure>monitoredStopVisitsprotected List<MonitoringRefStructure>monitoringRevesprotected NaturalLanguageStringStructurenoteprotected List<StopLineNoticeCancellationStructure>stopLineNoticeCancellationsprotected List<StopLineNoticeStructure>stopLineNoticesprotected Stringversion-
Fields inherited from class uk.org.siri.siri13.AbstractServiceDeliveryStructure
defaultLanguage, errorCondition, requestMessageRef, shortestPossibleCycle, status, subscriberRef, subscriptionFilterRef, subscriptionRef, validUntil
-
Fields inherited from class uk.org.siri.siri13.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description StopMonitoringDeliveryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.List<MonitoredStopVisitCancellationStructure>getMonitoredStopVisitCancellations()Gets the value of the monitoredStopVisitCancellations property.List<MonitoredStopVisitStructure>getMonitoredStopVisits()Gets the value of the monitoredStopVisits property.List<MonitoringRefStructure>getMonitoringReves()Gets the value of the monitoringReves property.NaturalLanguageStringStructuregetNote()Gets the value of the note property.List<StopLineNoticeCancellationStructure>getStopLineNoticeCancellations()Gets the value of the stopLineNoticeCancellations property.List<StopLineNoticeStructure>getStopLineNotices()Gets the value of the stopLineNotices property.StringgetVersion()Gets the value of the version property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetNote(NaturalLanguageStringStructure value)Sets the value of the note property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri13.AbstractServiceDeliveryStructure
getDefaultLanguage, getErrorCondition, getRequestMessageRef, getShortestPossibleCycle, getSubscriberRef, getSubscriptionFilterRef, getSubscriptionRef, getValidUntil, isStatus, setDefaultLanguage, setErrorCondition, setRequestMessageRef, setShortestPossibleCycle, setStatus, setSubscriberRef, setSubscriptionFilterRef, setSubscriptionRef, setValidUntil
-
Methods inherited from class uk.org.siri.siri13.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
monitoringReves
protected List<MonitoringRefStructure> monitoringReves
-
monitoredStopVisits
protected List<MonitoredStopVisitStructure> monitoredStopVisits
-
monitoredStopVisitCancellations
protected List<MonitoredStopVisitCancellationStructure> monitoredStopVisitCancellations
-
stopLineNotices
protected List<StopLineNoticeStructure> stopLineNotices
-
stopLineNoticeCancellations
protected List<StopLineNoticeCancellationStructure> stopLineNoticeCancellations
-
note
protected NaturalLanguageStringStructure note
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getMonitoringReves
public List<MonitoringRefStructure> getMonitoringReves()
Gets the value of the monitoringReves 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 monitoringReves property.For example, to add a new item, do as follows:
getMonitoringReves().add(newItem);Objects of the following type(s) are allowed in the list
MonitoringRefStructure
-
getMonitoredStopVisits
public List<MonitoredStopVisitStructure> getMonitoredStopVisits()
Gets the value of the monitoredStopVisits 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 monitoredStopVisits property.For example, to add a new item, do as follows:
getMonitoredStopVisits().add(newItem);Objects of the following type(s) are allowed in the list
MonitoredStopVisitStructure
-
getMonitoredStopVisitCancellations
public List<MonitoredStopVisitCancellationStructure> getMonitoredStopVisitCancellations()
Gets the value of the monitoredStopVisitCancellations 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 monitoredStopVisitCancellations property.For example, to add a new item, do as follows:
getMonitoredStopVisitCancellations().add(newItem);Objects of the following type(s) are allowed in the list
MonitoredStopVisitCancellationStructure
-
getStopLineNotices
public List<StopLineNoticeStructure> getStopLineNotices()
Gets the value of the stopLineNotices 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 stopLineNotices property.For example, to add a new item, do as follows:
getStopLineNotices().add(newItem);Objects of the following type(s) are allowed in the list
StopLineNoticeStructure
-
getStopLineNoticeCancellations
public List<StopLineNoticeCancellationStructure> getStopLineNoticeCancellations()
Gets the value of the stopLineNoticeCancellations 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 stopLineNoticeCancellations property.For example, to add a new item, do as follows:
getStopLineNoticeCancellations().add(newItem);Objects of the following type(s) are allowed in the list
StopLineNoticeCancellationStructure
-
getNote
public NaturalLanguageStringStructure getNote()
Gets the value of the note property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setNote
public void setNote(NaturalLanguageStringStructure value)
Sets the value of the note property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
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
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-