Package uk.org.siri.siri10
Class ConnectionTimetableRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractServiceRequestStructure
-
- uk.org.siri.siri10.ConnectionTimetableRequestStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionTimetableRequestStructure extends AbstractServiceRequestStructure implements Serializable
Type for Request for Connection Timetable ServcieJava 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/}AbstractServiceRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/}ConnectionTimetableTopicGroup"/> <group ref="{http://www.siri.org.uk/}ConnectionTimetableRequestPolicyGroup"/> </sequence> <attribute name="version" use="required" type="{http://www.siri.org.uk/}VersionString" fixed="1.0" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ClosedTimestampRangeStructurearrivalWindowprotected ConnectionLinkRefStructureconnectionLinkRefprotected DirectionRefStructuredirectionRefprotected Stringlanguageprotected LineRefStructurelineRefprotected Stringversion-
Fields inherited from class uk.org.siri.siri10.AbstractServiceRequestStructure
messageIdentifier, 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.ConnectionLinkRefStructuregetConnectionLinkRef()Gets the value of the connectionLinkRef property.DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.StringgetLanguage()Gets the value of the language property.LineRefStructuregetLineRef()Gets the value of the lineRef property.StringgetVersion()Gets the value of the version property.voidsetArrivalWindow(ClosedTimestampRangeStructure value)Sets the value of the arrivalWindow property.voidsetConnectionLinkRef(ConnectionLinkRefStructure value)Sets the value of the connectionLinkRef property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetLanguage(String value)Sets the value of the language property.voidsetLineRef(LineRefStructure 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.siri10.AbstractServiceRequestStructure
getMessageIdentifier, getRequestTimestamp, setMessageIdentifier, setRequestTimestamp
-
-
-
-
Field Detail
-
arrivalWindow
protected ClosedTimestampRangeStructure arrivalWindow
-
connectionLinkRef
protected ConnectionLinkRefStructure connectionLinkRef
-
lineRef
protected LineRefStructure lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
language
protected String language
-
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 ConnectionLinkRefStructure getConnectionLinkRef()
Gets the value of the connectionLinkRef property.- Returns:
- possible object is
ConnectionLinkRefStructure
-
setConnectionLinkRef
public void setConnectionLinkRef(ConnectionLinkRefStructure value)
Sets the value of the connectionLinkRef property.- Parameters:
value- allowed object isConnectionLinkRefStructure
-
getLineRef
public LineRefStructure getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRefStructure
-
setLineRef
public void setLineRef(LineRefStructure value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRefStructure
-
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
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-