Package uk.org.siri.www.siri
Interface ServiceCapabilitiesRequestStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceCapabilitiesRequestStructure,ServiceCapabilitiesRequestStructure.Builder
public interface ServiceCapabilitiesRequestStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionExtensions to schema.Extensions to schema.Arbitrary unique reference to this message.Arbitrary unique reference to this message.booleanWhether to include the requestors permissions in the response.com.google.protobuf.TimestampTimestamp on request.com.google.protobuf.TimestampOrBuilderTimestamp on request.Version number of request.com.google.protobuf.ByteStringVersion number of request.booleanExtensions to schema.booleanArbitrary unique reference to this message.booleanTimestamp on request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestTimestamp
boolean hasRequestTimestamp()Timestamp on request. [siri/siri_request_support-v2.0.xsd at 105:59]
.google.protobuf.Timestamp request_timestamp = 1;- Returns:
- Whether the requestTimestamp field is set.
-
getRequestTimestamp
com.google.protobuf.Timestamp getRequestTimestamp()Timestamp on request. [siri/siri_request_support-v2.0.xsd at 105:59]
.google.protobuf.Timestamp request_timestamp = 1;- Returns:
- The requestTimestamp.
-
getRequestTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getRequestTimestampOrBuilder()Timestamp on request. [siri/siri_request_support-v2.0.xsd at 105:59]
.google.protobuf.Timestamp request_timestamp = 1; -
hasMessageIdentifier
boolean hasMessageIdentifier()Arbitrary unique reference to this message. [siri/siri_requests-v2.0.xsd at 260:89]
.uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 21;- Returns:
- Whether the messageIdentifier field is set.
-
getMessageIdentifier
MessageQualifierStructure getMessageIdentifier()Arbitrary unique reference to this message. [siri/siri_requests-v2.0.xsd at 260:89]
.uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 21;- Returns:
- The messageIdentifier.
-
getMessageIdentifierOrBuilder
MessageQualifierStructureOrBuilder getMessageIdentifierOrBuilder()Arbitrary unique reference to this message. [siri/siri_requests-v2.0.xsd at 260:89]
.uk.org.siri.www.siri.MessageQualifierStructure message_identifier = 21; -
getVersion
String getVersion()Version number of request. Fixed. [siri/siri_requests-v2.0.xsd at 839:70]
string version = 51;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Version number of request. Fixed. [siri/siri_requests-v2.0.xsd at 839:70]
string version = 51;- Returns:
- The bytes for version.
-
getParticipantPermissions
boolean getParticipantPermissions()Whether to include the requestors permissions in the response. Only applies if Access control capability supported. Default is 'false'. [siri/siri_requests-v2.0.xsd at 832:98]
bool participant_permissions = 91;- Returns:
- The participantPermissions.
-
hasExtensions
boolean hasExtensions()Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [siri_utility/siri_utility-v1.1.xsd at 64:60]
.uk.org.siri.www.siri.ExtensionsStructure extensions = 92;- Returns:
- Whether the extensions field is set.
-
getExtensions
ExtensionsStructure getExtensions()Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [siri_utility/siri_utility-v1.1.xsd at 64:60]
.uk.org.siri.www.siri.ExtensionsStructure extensions = 92;- Returns:
- The extensions.
-
getExtensionsOrBuilder
ExtensionsStructureOrBuilder getExtensionsOrBuilder()Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [siri_utility/siri_utility-v1.1.xsd at 64:60]
.uk.org.siri.www.siri.ExtensionsStructure extensions = 92;
-