Package uk.org.siri.siri13
Class EstimatedTimetableCapabilitiesResponseStructure
- java.lang.Object
-
- uk.org.siri.siri13.ResponseStructure
-
- uk.org.siri.siri13.AbstractServiceCapabilitiesResponseStructure
-
- uk.org.siri.siri13.EstimatedTimetableCapabilitiesResponseStructure
-
- All Implemented Interfaces:
Serializable
public class EstimatedTimetableCapabilitiesResponseStructure extends AbstractServiceCapabilitiesResponseStructure implements Serializable
Type for Delivery for Estimated Timetable CapabilityJava class for EstimatedTimetableCapabilitiesResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EstimatedTimetableCapabilitiesResponseStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractServiceCapabilitiesResponseStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}EstimatedTimetableServiceCapabilities" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}EstimatedTimetablePermissions" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.siri.org.uk/siri}VersionString" fixed="1.3" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EstimatedTimetablePermissionsestimatedTimetablePermissionsprotected EstimatedTimetableServiceCapabilitiesestimatedTimetableServiceCapabilitiesprotected Extensionsextensionsprotected Stringversion-
Fields inherited from class uk.org.siri.siri13.AbstractServiceCapabilitiesResponseStructure
errorCondition, requestMessageRef, status
-
Fields inherited from class uk.org.siri.siri13.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description EstimatedTimetableCapabilitiesResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimatedTimetablePermissionsgetEstimatedTimetablePermissions()Gets the value of the estimatedTimetablePermissions property.EstimatedTimetableServiceCapabilitiesgetEstimatedTimetableServiceCapabilities()Gets the value of the estimatedTimetableServiceCapabilities property.ExtensionsgetExtensions()Gets the value of the extensions property.StringgetVersion()Gets the value of the version property.voidsetEstimatedTimetablePermissions(EstimatedTimetablePermissions value)Sets the value of the estimatedTimetablePermissions property.voidsetEstimatedTimetableServiceCapabilities(EstimatedTimetableServiceCapabilities value)Sets the value of the estimatedTimetableServiceCapabilities property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri13.AbstractServiceCapabilitiesResponseStructure
getErrorCondition, getRequestMessageRef, isStatus, setErrorCondition, setRequestMessageRef, setStatus
-
Methods inherited from class uk.org.siri.siri13.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
estimatedTimetableServiceCapabilities
protected EstimatedTimetableServiceCapabilities estimatedTimetableServiceCapabilities
-
estimatedTimetablePermissions
protected EstimatedTimetablePermissions estimatedTimetablePermissions
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getEstimatedTimetableServiceCapabilities
public EstimatedTimetableServiceCapabilities getEstimatedTimetableServiceCapabilities()
Gets the value of the estimatedTimetableServiceCapabilities property.- Returns:
- possible object is
EstimatedTimetableServiceCapabilities
-
setEstimatedTimetableServiceCapabilities
public void setEstimatedTimetableServiceCapabilities(EstimatedTimetableServiceCapabilities value)
Sets the value of the estimatedTimetableServiceCapabilities property.- Parameters:
value- allowed object isEstimatedTimetableServiceCapabilities
-
getEstimatedTimetablePermissions
public EstimatedTimetablePermissions getEstimatedTimetablePermissions()
Gets the value of the estimatedTimetablePermissions property.- Returns:
- possible object is
EstimatedTimetablePermissions
-
setEstimatedTimetablePermissions
public void setEstimatedTimetablePermissions(EstimatedTimetablePermissions value)
Sets the value of the estimatedTimetablePermissions property.- Parameters:
value- allowed object isEstimatedTimetablePermissions
-
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
-
-