Package uk.org.siri.siri21
Class StopTimetableCapabilitiesResponseStructure
- java.lang.Object
-
- uk.org.siri.siri21.ResponseStructure
-
- uk.org.siri.siri21.AbstractServiceCapabilitiesResponseStructure
-
- uk.org.siri.siri21.StopTimetableCapabilitiesResponseStructure
-
- All Implemented Interfaces:
Serializable
public class StopTimetableCapabilitiesResponseStructure extends AbstractServiceCapabilitiesResponseStructure implements Serializable
Type for Delivery for Stop Timetable Service.Java 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/siri}AbstractServiceCapabilitiesResponseStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}StopTimetableServiceCapabilities" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}StopTimetablePermissions" minOccurs="0"/> <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.1" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected StopTimetablePermissionsstopTimetablePermissionsprotected StopTimetableServiceCapabilitiesstopTimetableServiceCapabilitiesprotected Stringversion-
Fields inherited from class uk.org.siri.siri21.AbstractServiceCapabilitiesResponseStructure
delegatorAddress, delegatorRef, errorCondition, requestMessageRef, status
-
Fields inherited from class uk.org.siri.siri21.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description StopTimetableCapabilitiesResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.StopTimetablePermissionsgetStopTimetablePermissions()Gets the value of the stopTimetablePermissions property.StopTimetableServiceCapabilitiesgetStopTimetableServiceCapabilities()Gets the value of the stopTimetableServiceCapabilities property.StringgetVersion()Gets the value of the version property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetStopTimetablePermissions(StopTimetablePermissions value)Sets the value of the stopTimetablePermissions property.voidsetStopTimetableServiceCapabilities(StopTimetableServiceCapabilities 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.siri21.AbstractServiceCapabilitiesResponseStructure
getDelegatorAddress, getDelegatorRef, getErrorCondition, getRequestMessageRef, isStatus, setDelegatorAddress, setDelegatorRef, setErrorCondition, setRequestMessageRef, setStatus
-
Methods inherited from class uk.org.siri.siri21.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
stopTimetableServiceCapabilities
protected StopTimetableServiceCapabilities stopTimetableServiceCapabilities
-
stopTimetablePermissions
protected StopTimetablePermissions stopTimetablePermissions
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getStopTimetableServiceCapabilities
public StopTimetableServiceCapabilities getStopTimetableServiceCapabilities()
Gets the value of the stopTimetableServiceCapabilities property.- Returns:
- possible object is
StopTimetableServiceCapabilities
-
setStopTimetableServiceCapabilities
public void setStopTimetableServiceCapabilities(StopTimetableServiceCapabilities value)
Sets the value of the stopTimetableServiceCapabilities property.- Parameters:
value- allowed object isStopTimetableServiceCapabilities
-
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 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
-
-