Package uk.org.siri.siri13
Class SituationExchangeCapabilitiesResponseStructure
- java.lang.Object
-
- uk.org.siri.siri13.ResponseStructure
-
- uk.org.siri.siri13.AbstractServiceCapabilitiesResponseStructure
-
- uk.org.siri.siri13.SituationExchangeCapabilitiesResponseStructure
-
- All Implemented Interfaces:
Serializable
public class SituationExchangeCapabilitiesResponseStructure extends AbstractServiceCapabilitiesResponseStructure implements Serializable
Data type for Delivery forSituation Exchange ServiceJava class for SituationExchangeCapabilitiesResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationExchangeCapabilitiesResponseStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractServiceCapabilitiesResponseStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}SituationExchangeServiceCapabilities" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}SituationExchangePermissions" 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 Extensionsextensionsprotected SituationExchangePermissionssituationExchangePermissionsprotected SituationExchangeServiceCapabilitiessituationExchangeServiceCapabilitiesprotected 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 SituationExchangeCapabilitiesResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.SituationExchangePermissionsgetSituationExchangePermissions()Gets the value of the situationExchangePermissions property.SituationExchangeServiceCapabilitiesgetSituationExchangeServiceCapabilities()Gets the value of the situationExchangeServiceCapabilities property.StringgetVersion()Gets the value of the version property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetSituationExchangePermissions(SituationExchangePermissions value)Sets the value of the situationExchangePermissions property.voidsetSituationExchangeServiceCapabilities(SituationExchangeServiceCapabilities value)Sets the value of the situationExchangeServiceCapabilities 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
-
situationExchangeServiceCapabilities
protected SituationExchangeServiceCapabilities situationExchangeServiceCapabilities
-
situationExchangePermissions
protected SituationExchangePermissions situationExchangePermissions
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getSituationExchangeServiceCapabilities
public SituationExchangeServiceCapabilities getSituationExchangeServiceCapabilities()
Gets the value of the situationExchangeServiceCapabilities property.- Returns:
- possible object is
SituationExchangeServiceCapabilities
-
setSituationExchangeServiceCapabilities
public void setSituationExchangeServiceCapabilities(SituationExchangeServiceCapabilities value)
Sets the value of the situationExchangeServiceCapabilities property.- Parameters:
value- allowed object isSituationExchangeServiceCapabilities
-
getSituationExchangePermissions
public SituationExchangePermissions getSituationExchangePermissions()
Gets the value of the situationExchangePermissions property.- Returns:
- possible object is
SituationExchangePermissions
-
setSituationExchangePermissions
public void setSituationExchangePermissions(SituationExchangePermissions value)
Sets the value of the situationExchangePermissions property.- Parameters:
value- allowed object isSituationExchangePermissions
-
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
-
-