Package uk.org.siri.www.siri
Interface SubscriptionResponseStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubscriptionResponseStructure,SubscriptionResponseStructure.Builder
@Generated
public interface SubscriptionResponseStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAddress for further interaction.com.google.protobuf.ByteStringAddress for further interaction.Address of original Consumer, i.e. requesting system to which delegating response is to be returned.com.google.protobuf.ByteStringAddress of original Consumer, i.e. requesting system to which delegating response is to be returned.Identifier of delegating system that originated message.Identifier of delegating system that originated message.Extensions to schema.Extensions to schema.Reference to an arbitrary unique reference associated with the request which gave rise to this response.Reference to an arbitrary unique reference associated with the request which gave rise to this response.Participant reference that identifies responder.Participant reference that identifies responder.getResponseStatus(int index) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.intContains infromation about the processing of a an individual service subscription - either success info or an error condition.Contains infromation about the processing of a an individual service subscription - either success info or an error condition.getResponseStatusOrBuilder(int index) Contains infromation about the processing of a an individual service subscription - either success info or an error condition.List<? extends StatusResponseStructureOrBuilder> Contains infromation about the processing of a an individual service subscription - either success info or an error condition.com.google.protobuf.TimestampTime individual response element was created.com.google.protobuf.TimestampOrBuilderTime individual response element was created.com.google.protobuf.TimestampTime at which service providing the subscription was last started.com.google.protobuf.TimestampOrBuilderTime at which service providing the subscription was last started.Endpoint address of subscription manager if different from that of the Producer or known default.com.google.protobuf.ByteStringEndpoint address of subscription manager if different from that of the Producer or known default.booleanIdentifier of delegating system that originated message.booleanExtensions to schema.booleanReference to an arbitrary unique reference associated with the request which gave rise to this response.booleanParticipant reference that identifies responder.booleanTime individual response element was created.booleanTime at which service providing the subscription was last started.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
-
hasResponseTimestamp
boolean hasResponseTimestamp()Time individual response element was created. [siri/siri_request_support-v2.0.xsd at 121:60]
.google.protobuf.Timestamp response_timestamp = 1;- Returns:
- Whether the responseTimestamp field is set.
-
getResponseTimestamp
com.google.protobuf.Timestamp getResponseTimestamp()Time individual response element was created. [siri/siri_request_support-v2.0.xsd at 121:60]
.google.protobuf.Timestamp response_timestamp = 1;- Returns:
- The responseTimestamp.
-
getResponseTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getResponseTimestampOrBuilder()Time individual response element was created. [siri/siri_request_support-v2.0.xsd at 121:60]
.google.protobuf.Timestamp response_timestamp = 1; -
getAddress
String getAddress()Address for further interaction. [siri/siri_requests-v2.0.xsd at 666:69]
string address = 21;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()Address for further interaction. [siri/siri_requests-v2.0.xsd at 666:69]
string address = 21;- Returns:
- The bytes for address.
-
hasResponderRef
boolean hasResponderRef()Participant reference that identifies responder. [siri/siri_requests-v2.0.xsd at 671:82]
.uk.org.siri.www.siri.ParticipantRefStructure responder_ref = 22;- Returns:
- Whether the responderRef field is set.
-
getResponderRef
ParticipantRefStructure getResponderRef()Participant reference that identifies responder. [siri/siri_requests-v2.0.xsd at 671:82]
.uk.org.siri.www.siri.ParticipantRefStructure responder_ref = 22;- Returns:
- The responderRef.
-
getResponderRefOrBuilder
ParticipantRefStructureOrBuilder getResponderRefOrBuilder()Participant reference that identifies responder. [siri/siri_requests-v2.0.xsd at 671:82]
.uk.org.siri.www.siri.ParticipantRefStructure responder_ref = 22; -
hasRequestMessageRef
boolean hasRequestMessageRef()Reference to an arbitrary unique reference associated with the request which gave rise to this response. [siri/siri_requests-v2.0.xsd at 676:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 23;- Returns:
- Whether the requestMessageRef field is set.
-
getRequestMessageRef
MessageQualifierStructure getRequestMessageRef()Reference to an arbitrary unique reference associated with the request which gave rise to this response. [siri/siri_requests-v2.0.xsd at 676:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 23;- Returns:
- The requestMessageRef.
-
getRequestMessageRefOrBuilder
MessageQualifierStructureOrBuilder getRequestMessageRefOrBuilder()Reference to an arbitrary unique reference associated with the request which gave rise to this response. [siri/siri_requests-v2.0.xsd at 676:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 23; -
getDelegatorAddress
String getDelegatorAddress()Address of original Consumer, i.e. requesting system to which delegating response is to be returned. +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 215:78]
string delegator_address = 31;- Returns:
- The delegatorAddress.
-
getDelegatorAddressBytes
com.google.protobuf.ByteString getDelegatorAddressBytes()Address of original Consumer, i.e. requesting system to which delegating response is to be returned. +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 215:78]
string delegator_address = 31;- Returns:
- The bytes for delegatorAddress.
-
hasDelegatorRef
boolean hasDelegatorRef()Identifier of delegating system that originated message. +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 220:82]
.uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;- Returns:
- Whether the delegatorRef field is set.
-
getDelegatorRef
ParticipantRefStructure getDelegatorRef()Identifier of delegating system that originated message. +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 220:82]
.uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;- Returns:
- The delegatorRef.
-
getDelegatorRefOrBuilder
ParticipantRefStructureOrBuilder getDelegatorRefOrBuilder()Identifier of delegating system that originated message. +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 220:82]
.uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32; -
getResponseStatusList
List<StatusResponseStructure> getResponseStatusList()Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement). [siri/siri_common_services-v2.0.xsd at 546:68]
repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111; -
getResponseStatus
Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement). [siri/siri_common_services-v2.0.xsd at 546:68]
repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111; -
getResponseStatusCount
int getResponseStatusCount()Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement). [siri/siri_common_services-v2.0.xsd at 546:68]
repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111; -
getResponseStatusOrBuilderList
List<? extends StatusResponseStructureOrBuilder> getResponseStatusOrBuilderList()Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement). [siri/siri_common_services-v2.0.xsd at 546:68]
repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111; -
getResponseStatusOrBuilder
Contains infromation about the processing of a an individual service subscription - either success info or an error condition. (VDV Acknowledgement). [siri/siri_common_services-v2.0.xsd at 546:68]
repeated .uk.org.siri.www.siri.StatusResponseStructure response_status = 111; -
getSubscriptionManagerAddress
String getSubscriptionManagerAddress()Endpoint address of subscription manager if different from that of the Producer or known default. [siri/siri_common_services-v2.0.xsd at 575:88]
string subscription_manager_address = 112;- Returns:
- The subscriptionManagerAddress.
-
getSubscriptionManagerAddressBytes
com.google.protobuf.ByteString getSubscriptionManagerAddressBytes()Endpoint address of subscription manager if different from that of the Producer or known default. [siri/siri_common_services-v2.0.xsd at 575:88]
string subscription_manager_address = 112;- Returns:
- The bytes for subscriptionManagerAddress.
-
hasServiceStartedTime
boolean hasServiceStartedTime()Time at which service providing the subscription was last started. Can be used to detect restarts. If absent, unknown. [siri/siri_common_services-v2.0.xsd at 580:77]
.google.protobuf.Timestamp service_started_time = 113;- Returns:
- Whether the serviceStartedTime field is set.
-
getServiceStartedTime
com.google.protobuf.Timestamp getServiceStartedTime()Time at which service providing the subscription was last started. Can be used to detect restarts. If absent, unknown. [siri/siri_common_services-v2.0.xsd at 580:77]
.google.protobuf.Timestamp service_started_time = 113;- Returns:
- The serviceStartedTime.
-
getServiceStartedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getServiceStartedTimeOrBuilder()Time at which service providing the subscription was last started. Can be used to detect restarts. If absent, unknown. [siri/siri_common_services-v2.0.xsd at 580:77]
.google.protobuf.Timestamp service_started_time = 113; -
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 = 114;- 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 = 114;- 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 = 114;
-