Package uk.org.siri.siri21
Class GeneralMessageCapabilitiesResponseStructure
- java.lang.Object
-
- uk.org.siri.siri21.ResponseStructure
-
- uk.org.siri.siri21.AbstractServiceCapabilitiesResponseStructure
-
- uk.org.siri.siri21.GeneralMessageCapabilitiesResponseStructure
-
- All Implemented Interfaces:
Serializable
public class GeneralMessageCapabilitiesResponseStructure extends AbstractServiceCapabilitiesResponseStructure implements Serializable
Type for Delivery for General MessageService.Java class for GeneralMessageCapabilitiesResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralMessageCapabilitiesResponseStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractServiceCapabilitiesResponseStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}GeneralMessageServiceCapabilities" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}GeneralMessagePermissions" 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 GeneralMessagePermissionsgeneralMessagePermissionsprotected GeneralMessageServiceCapabilitiesgeneralMessageServiceCapabilitiesprotected 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 GeneralMessageCapabilitiesResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.GeneralMessagePermissionsgetGeneralMessagePermissions()Gets the value of the generalMessagePermissions property.GeneralMessageServiceCapabilitiesgetGeneralMessageServiceCapabilities()Gets the value of the generalMessageServiceCapabilities property.StringgetVersion()Gets the value of the version property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetGeneralMessagePermissions(GeneralMessagePermissions value)Sets the value of the generalMessagePermissions property.voidsetGeneralMessageServiceCapabilities(GeneralMessageServiceCapabilities value)Sets the value of the generalMessageServiceCapabilities 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
-
generalMessageServiceCapabilities
protected GeneralMessageServiceCapabilities generalMessageServiceCapabilities
-
generalMessagePermissions
protected GeneralMessagePermissions generalMessagePermissions
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getGeneralMessageServiceCapabilities
public GeneralMessageServiceCapabilities getGeneralMessageServiceCapabilities()
Gets the value of the generalMessageServiceCapabilities property.- Returns:
- possible object is
GeneralMessageServiceCapabilities
-
setGeneralMessageServiceCapabilities
public void setGeneralMessageServiceCapabilities(GeneralMessageServiceCapabilities value)
Sets the value of the generalMessageServiceCapabilities property.- Parameters:
value- allowed object isGeneralMessageServiceCapabilities
-
getGeneralMessagePermissions
public GeneralMessagePermissions getGeneralMessagePermissions()
Gets the value of the generalMessagePermissions property.- Returns:
- possible object is
GeneralMessagePermissions
-
setGeneralMessagePermissions
public void setGeneralMessagePermissions(GeneralMessagePermissions value)
Sets the value of the generalMessagePermissions property.- Parameters:
value- allowed object isGeneralMessagePermissions
-
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
-
-