Package uk.org.siri.siri10
Class GeneralMessageCapabilitiesResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.ResponseStructure
-
- uk.org.siri.siri10.AbstractServiceCapabilitiesResponseStructure
-
- uk.org.siri.siri10.GeneralMessageCapabilitiesResponseStructure
-
- All Implemented Interfaces:
Serializable
public class GeneralMessageCapabilitiesResponseStructure extends AbstractServiceCapabilitiesResponseStructure implements Serializable
Data type for Delivery for General MessageServiceJava 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/}AbstractServiceCapabilitiesResponseStructure"> <sequence> <element ref="{http://www.siri.org.uk/}GeneralMessageServiceCapabilities" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}GeneralMessagePermissions" 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 GeneralMessagePermissionsgeneralMessagePermissionsprotected GeneralMessageServiceCapabilitiesStructuregeneralMessageServiceCapabilitiesprotected 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 GeneralMessageCapabilitiesResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsStructuregetExtensions()Gets the value of the extensions property.GeneralMessagePermissionsgetGeneralMessagePermissions()Gets the value of the generalMessagePermissions property.GeneralMessageServiceCapabilitiesStructuregetGeneralMessageServiceCapabilities()Gets the value of the generalMessageServiceCapabilities property.StringgetVersion()Gets the value of the version property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetGeneralMessagePermissions(GeneralMessagePermissions value)Sets the value of the generalMessagePermissions property.voidsetGeneralMessageServiceCapabilities(GeneralMessageServiceCapabilitiesStructure 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.siri10.AbstractServiceCapabilitiesResponseStructure
getErrorCondition, getRequestMessageRef, isStatus, setErrorCondition, setRequestMessageRef, setStatus
-
Methods inherited from class uk.org.siri.siri10.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
generalMessageServiceCapabilities
protected GeneralMessageServiceCapabilitiesStructure generalMessageServiceCapabilities
-
generalMessagePermissions
protected GeneralMessagePermissions generalMessagePermissions
-
extensions
protected ExtensionsStructure extensions
-
version
protected String version
-
-
Method Detail
-
getGeneralMessageServiceCapabilities
public GeneralMessageServiceCapabilitiesStructure getGeneralMessageServiceCapabilities()
Gets the value of the generalMessageServiceCapabilities property.- Returns:
- possible object is
GeneralMessageServiceCapabilitiesStructure
-
setGeneralMessageServiceCapabilities
public void setGeneralMessageServiceCapabilities(GeneralMessageServiceCapabilitiesStructure value)
Sets the value of the generalMessageServiceCapabilities property.- Parameters:
value- allowed object isGeneralMessageServiceCapabilitiesStructure
-
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 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
-
-