Package uk.org.siri.siri10
Class ServiceCapabilitiesRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractServiceRequestStructure
-
- uk.org.siri.siri10.ServiceCapabilitiesRequestStructure
-
- All Implemented Interfaces:
Serializable
public class ServiceCapabilitiesRequestStructure extends AbstractServiceRequestStructure implements Serializable
Type for ServcieCapabilities request.Java class for ServiceCapabilitiesRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceCapabilitiesRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractServiceRequestStructure"> <sequence> <element name="ParticipantPermissions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionsStructureextensionsprotected BooleanparticipantPermissions-
Fields inherited from class uk.org.siri.siri10.AbstractServiceRequestStructure
messageIdentifier, requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description ServiceCapabilitiesRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsStructuregetExtensions()Gets the value of the extensions property.BooleanisParticipantPermissions()Gets the value of the participantPermissions property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetParticipantPermissions(Boolean value)Sets the value of the participantPermissions property.-
Methods inherited from class uk.org.siri.siri10.AbstractServiceRequestStructure
getMessageIdentifier, getRequestTimestamp, setMessageIdentifier, setRequestTimestamp
-
-
-
-
Field Detail
-
participantPermissions
protected Boolean participantPermissions
-
extensions
protected ExtensionsStructure extensions
-
-
Method Detail
-
isParticipantPermissions
public Boolean isParticipantPermissions()
Gets the value of the participantPermissions property.- Returns:
- possible object is
Boolean
-
setParticipantPermissions
public void setParticipantPermissions(Boolean value)
Sets the value of the participantPermissions property.- Parameters:
value- allowed object isBoolean
-
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
-
-