Package uk.org.siri.siri10
Class StopTimetableCapabilitiesResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.ResponseStructure
-
- uk.org.siri.siri10.AbstractServiceCapabilitiesResponseStructure
-
- uk.org.siri.siri10.StopTimetableCapabilitiesResponseStructure
-
- All Implemented Interfaces:
Serializable
public class StopTimetableCapabilitiesResponseStructure extends AbstractServiceCapabilitiesResponseStructure implements Serializable
Data type for Delivery for Stop Timetable ServiceJava class for StopTimetableCapabilitiesResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopTimetableCapabilitiesResponseStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractServiceCapabilitiesResponseStructure"> <sequence> <element ref="{http://www.siri.org.uk/}StopTimetableServiceCapabilities" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}StopTimetablePermissions" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </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 ExtensionsStructureextensionsprotected StopTimetablePermissionsstopTimetablePermissionsprotected StopTimetableServiceCapabilitiesStructurestopTimetableServiceCapabilitiesprotected Stringversion-
Fields inherited from class uk.org.siri.siri10.AbstractServiceCapabilitiesResponseStructure
errorCondition, requestMessageRef, status
-
Fields inherited from class uk.org.siri.siri10.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description StopTimetableCapabilitiesResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsStructuregetExtensions()Gets the value of the extensions property.StopTimetablePermissionsgetStopTimetablePermissions()Gets the value of the stopTimetablePermissions property.StopTimetableServiceCapabilitiesStructuregetStopTimetableServiceCapabilities()Gets the value of the stopTimetableServiceCapabilities property.StringgetVersion()Gets the value of the version property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetStopTimetablePermissions(StopTimetablePermissions value)Sets the value of the stopTimetablePermissions property.voidsetStopTimetableServiceCapabilities(StopTimetableServiceCapabilitiesStructure value)Sets the value of the stopTimetableServiceCapabilities property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri10.AbstractServiceCapabilitiesResponseStructure
getErrorCondition, getRequestMessageRef, isStatus, setErrorCondition, setRequestMessageRef, setStatus
-
Methods inherited from class uk.org.siri.siri10.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
stopTimetableServiceCapabilities
protected StopTimetableServiceCapabilitiesStructure stopTimetableServiceCapabilities
-
stopTimetablePermissions
protected StopTimetablePermissions stopTimetablePermissions
-
extensions
protected ExtensionsStructure extensions
-
version
protected String version
-
-
Method Detail
-
getStopTimetableServiceCapabilities
public StopTimetableServiceCapabilitiesStructure getStopTimetableServiceCapabilities()
Gets the value of the stopTimetableServiceCapabilities property.- Returns:
- possible object is
StopTimetableServiceCapabilitiesStructure
-
setStopTimetableServiceCapabilities
public void setStopTimetableServiceCapabilities(StopTimetableServiceCapabilitiesStructure value)
Sets the value of the stopTimetableServiceCapabilities property.- Parameters:
value- allowed object isStopTimetableServiceCapabilitiesStructure
-
getStopTimetablePermissions
public StopTimetablePermissions getStopTimetablePermissions()
Gets the value of the stopTimetablePermissions property.- Returns:
- possible object is
StopTimetablePermissions
-
setStopTimetablePermissions
public void setStopTimetablePermissions(StopTimetablePermissions value)
Sets the value of the stopTimetablePermissions property.- Parameters:
value- allowed object isStopTimetablePermissions
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-