Package uk.org.siri.www.siri
Interface StatusResponseStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatusResponseStructure,StatusResponseStructure.Builder
public interface StatusResponseStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDescription of any error or warning condition.Description of any error or warning condition.Arbitrary unique reference to the request which gave rise to this message.Arbitrary unique reference to the request which gave rise to this message.com.google.protobuf.TimestampTime individual response element was created.com.google.protobuf.TimestampOrBuilderTime individual response element was created.com.google.protobuf.DurationMinimum interval at which updates can be sent.com.google.protobuf.DurationOrBuilderMinimum interval at which updates can be sent.booleanWhether the request was processed successfully or not.Unique identifier of Subscriber - reference to a Participant.Unique identifier of Subscriber - reference to a Participant.Unique identifier of Subscription filter to which this subscription is assigned.Unique identifier of Subscription filter to which this subscription is assigned.Reference to a service subscription: unique within Service and Subscriber.Reference to a service subscription: unique within Service and Subscriber.com.google.protobuf.TimestampEnd of data horizon of the data producer.com.google.protobuf.TimestampOrBuilderEnd of data horizon of the data producer.booleanDescription of any error or warning condition.booleanArbitrary unique reference to the request which gave rise to this message.booleanTime individual response element was created.booleanMinimum interval at which updates can be sent.booleanUnique identifier of Subscriber - reference to a Participant.booleanUnique identifier of Subscription filter to which this subscription is assigned.booleanReference to a service subscription: unique within Service and Subscriber.booleanEnd of data horizon of the data producer.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; -
hasRequestMessageRef
boolean hasRequestMessageRef()Arbitrary unique reference to the request which gave rise to this message. [siri/siri_requests-v2.0.xsd at 534:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 21;- Returns:
- Whether the requestMessageRef field is set.
-
getRequestMessageRef
MessageQualifierStructure getRequestMessageRef()Arbitrary unique reference to the request which gave rise to this message. [siri/siri_requests-v2.0.xsd at 534:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 21;- Returns:
- The requestMessageRef.
-
getRequestMessageRefOrBuilder
MessageQualifierStructureOrBuilder getRequestMessageRefOrBuilder()Arbitrary unique reference to the request which gave rise to this message. [siri/siri_requests-v2.0.xsd at 534:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 21; -
hasSubscriberRef
boolean hasSubscriberRef()Unique identifier of Subscriber - reference to a Participant. [siri/siri_requests-v2.0.xsd at 495:83]
.uk.org.siri.www.siri.ParticipantRefStructure subscriber_ref = 31;- Returns:
- Whether the subscriberRef field is set.
-
getSubscriberRef
ParticipantRefStructure getSubscriberRef()Unique identifier of Subscriber - reference to a Participant. [siri/siri_requests-v2.0.xsd at 495:83]
.uk.org.siri.www.siri.ParticipantRefStructure subscriber_ref = 31;- Returns:
- The subscriberRef.
-
getSubscriberRefOrBuilder
ParticipantRefStructureOrBuilder getSubscriberRefOrBuilder()Unique identifier of Subscriber - reference to a Participant. [siri/siri_requests-v2.0.xsd at 495:83]
.uk.org.siri.www.siri.ParticipantRefStructure subscriber_ref = 31; -
hasSubscriptionFilterRef
boolean hasSubscriptionFilterRef()Unique identifier of Subscription filter to which this subscription is assigned. If there is onlya single filter, then can be omitted. [siri/siri_requests-v2.0.xsd at 500:98]
.uk.org.siri.www.siri.SubscriptionFilterRefStructure subscription_filter_ref = 32;- Returns:
- Whether the subscriptionFilterRef field is set.
-
getSubscriptionFilterRef
SubscriptionFilterRefStructure getSubscriptionFilterRef()Unique identifier of Subscription filter to which this subscription is assigned. If there is onlya single filter, then can be omitted. [siri/siri_requests-v2.0.xsd at 500:98]
.uk.org.siri.www.siri.SubscriptionFilterRefStructure subscription_filter_ref = 32;- Returns:
- The subscriptionFilterRef.
-
getSubscriptionFilterRefOrBuilder
SubscriptionFilterRefStructureOrBuilder getSubscriptionFilterRefOrBuilder()Unique identifier of Subscription filter to which this subscription is assigned. If there is onlya single filter, then can be omitted. [siri/siri_requests-v2.0.xsd at 500:98]
.uk.org.siri.www.siri.SubscriptionFilterRefStructure subscription_filter_ref = 32; -
hasSubscriptionRef
boolean hasSubscriptionRef()Reference to a service subscription: unique within Service and Subscriber. [siri/siri_requests-v2.0.xsd at 505:78]
.uk.org.siri.www.siri.SubscriptionQualifierStructure subscription_ref = 33;- Returns:
- Whether the subscriptionRef field is set.
-
getSubscriptionRef
SubscriptionQualifierStructure getSubscriptionRef()Reference to a service subscription: unique within Service and Subscriber. [siri/siri_requests-v2.0.xsd at 505:78]
.uk.org.siri.www.siri.SubscriptionQualifierStructure subscription_ref = 33;- Returns:
- The subscriptionRef.
-
getSubscriptionRefOrBuilder
SubscriptionQualifierStructureOrBuilder getSubscriptionRefOrBuilder()Reference to a service subscription: unique within Service and Subscriber. [siri/siri_requests-v2.0.xsd at 505:78]
.uk.org.siri.www.siri.SubscriptionQualifierStructure subscription_ref = 33; -
getStatus
boolean getStatus()Whether the request was processed successfully or not. Default is 'true'. [siri/siri_requests-v2.0.xsd at 541:63]
bool status = 41;- Returns:
- The status.
-
hasErrorCondition
boolean hasErrorCondition()Description of any error or warning condition. [siri/siri_common_services-v2.0.xsd at 536:101]
.uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 42;- Returns:
- Whether the errorCondition field is set.
-
getErrorCondition
ServiceDeliveryErrorConditionStructure getErrorCondition()Description of any error or warning condition. [siri/siri_common_services-v2.0.xsd at 536:101]
.uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 42;- Returns:
- The errorCondition.
-
getErrorConditionOrBuilder
ServiceDeliveryErrorConditionStructureOrBuilder getErrorConditionOrBuilder()Description of any error or warning condition. [siri/siri_common_services-v2.0.xsd at 536:101]
.uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 42; -
hasValidUntil
boolean hasValidUntil()End of data horizon of the data producer. [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
.google.protobuf.Timestamp valid_until = 43;- Returns:
- Whether the validUntil field is set.
-
getValidUntil
com.google.protobuf.Timestamp getValidUntil()End of data horizon of the data producer. [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
.google.protobuf.Timestamp valid_until = 43;- Returns:
- The validUntil.
-
getValidUntilOrBuilder
com.google.protobuf.TimestampOrBuilder getValidUntilOrBuilder()End of data horizon of the data producer. [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
.google.protobuf.Timestamp valid_until = 43; -
hasShortestPossibleCycle
boolean hasShortestPossibleCycle()Minimum interval at which updates can be sent. [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
.google.protobuf.Duration shortest_possible_cycle = 44;- Returns:
- Whether the shortestPossibleCycle field is set.
-
getShortestPossibleCycle
com.google.protobuf.Duration getShortestPossibleCycle()Minimum interval at which updates can be sent. [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
.google.protobuf.Duration shortest_possible_cycle = 44;- Returns:
- The shortestPossibleCycle.
-
getShortestPossibleCycleOrBuilder
com.google.protobuf.DurationOrBuilder getShortestPossibleCycleOrBuilder()Minimum interval at which updates can be sent. [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
.google.protobuf.Duration shortest_possible_cycle = 44;
-