Package uk.org.siri.siri20
Class ConnectionTimetableRequestStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractRequestStructure
-
- uk.org.siri.siri20.AbstractServiceRequestStructure
-
- uk.org.siri.siri20.AbstractFunctionalServiceRequestStructure
-
- uk.org.siri.siri20.ConnectionTimetableRequestStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionTimetableRequestStructure extends AbstractFunctionalServiceRequestStructure implements Serializable
Type for Request for Connection Timetable Service.Java class for ConnectionTimetableRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionTimetableRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractFunctionalServiceRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}ConnectionTimetableTopicGroup"/> <group ref="{http://www.siri.org.uk/siri}ConnectionTimetableRequestPolicyGroup"/> <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 ClosedTimestampRangeStructurearrivalWindowprotected ConnectionLinkRefconnectionLinkRefprotected DirectionRefStructuredirectionRefprotected Extensionsextensionsprotected BooleanincludeTranslationsprotected Stringlanguageprotected LineReflineRefprotected 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 ConnectionTimetableRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClosedTimestampRangeStructuregetArrivalWindow()Gets the value of the arrivalWindow property.ConnectionLinkRefgetConnectionLinkRef()Gets the value of the connectionLinkRef 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.StringgetVersion()Gets the value of the version property.BooleanisIncludeTranslations()Gets the value of the includeTranslations property.voidsetArrivalWindow(ClosedTimestampRangeStructure value)Sets the value of the arrivalWindow property.voidsetConnectionLinkRef(ConnectionLinkRef value)Sets the value of the connectionLinkRef 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.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
-
arrivalWindow
protected ClosedTimestampRangeStructure arrivalWindow
-
connectionLinkRef
protected ConnectionLinkRef connectionLinkRef
-
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
-
getArrivalWindow
public ClosedTimestampRangeStructure getArrivalWindow()
Gets the value of the arrivalWindow property.- Returns:
- possible object is
ClosedTimestampRangeStructure
-
setArrivalWindow
public void setArrivalWindow(ClosedTimestampRangeStructure value)
Sets the value of the arrivalWindow property.- Parameters:
value- allowed object isClosedTimestampRangeStructure
-
getConnectionLinkRef
public ConnectionLinkRef getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRef
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRef value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRef
-
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
-
-