Package uk.org.siri.siri20
Class StopTimetableRequestStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractRequestStructure
-
- uk.org.siri.siri20.AbstractServiceRequestStructure
-
- uk.org.siri.siri20.AbstractFunctionalServiceRequestStructure
-
- uk.org.siri.siri20.StopTimetableRequestStructure
-
- All Implemented Interfaces:
Serializable
public class StopTimetableRequestStructure extends AbstractFunctionalServiceRequestStructure implements Serializable
Type for Functional Service Request for Stop Timetables.Java class for StopTimetableRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopTimetableRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractFunctionalServiceRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}StopTimetableTopicGroup"/> <group ref="{http://www.siri.org.uk/siri}StopTimetableRequestPolicyGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> <attribute name="version" type="{http://www.siri.org.uk/siri}VersionString" default="2.0" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ClosedTimestampRangeStructuredepartureWindowprotected DirectionRefStructuredirectionRefprotected Extensionsextensionsprotected BooleanincludeTranslationsprotected Stringlanguageprotected LineReflineRefprotected MonitoringRefStructuremonitoringRefprotected Stringversion-
Fields inherited from class uk.org.siri.siri20.AbstractServiceRequestStructure
messageIdentifier
-
Fields inherited from class uk.org.siri.siri20.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description StopTimetableRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClosedTimestampRangeStructuregetDepartureWindow()Gets the value of the departureWindow property.DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ExtensionsgetExtensions()Gets the value of the extensions property.StringgetLanguage()Gets the value of the language property.LineRefgetLineRef()Gets the value of the lineRef property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.StringgetVersion()Gets the value of the version property.BooleanisIncludeTranslations()Gets the value of the includeTranslations property.voidsetDepartureWindow(ClosedTimestampRangeStructure value)Sets the value of the departureWindow property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetIncludeTranslations(Boolean value)Sets the value of the includeTranslations property.voidsetLanguage(String value)Sets the value of the language property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri20.AbstractServiceRequestStructure
getMessageIdentifier, setMessageIdentifier
-
Methods inherited from class uk.org.siri.siri20.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
departureWindow
protected ClosedTimestampRangeStructure departureWindow
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
lineRef
protected LineRef lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
language
protected String language
-
includeTranslations
protected Boolean includeTranslations
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getDepartureWindow
public ClosedTimestampRangeStructure getDepartureWindow()
Gets the value of the departureWindow property.- Returns:
- possible object is
ClosedTimestampRangeStructure
-
setDepartureWindow
public void setDepartureWindow(ClosedTimestampRangeStructure value)
Sets the value of the departureWindow property.- Parameters:
value- allowed object isClosedTimestampRangeStructure
-
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
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value- allowed object isString
-
isIncludeTranslations
public Boolean isIncludeTranslations()
Gets the value of the includeTranslations property.- Returns:
- possible object is
Boolean
-
setIncludeTranslations
public void setIncludeTranslations(Boolean value)
Sets the value of the includeTranslations property.- Parameters:
value- allowed object isBoolean
-
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
-
-