Package uk.org.siri.www.siri
Interface SubscriptionResponseBodyStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubscriptionResponseBodyStructure,SubscriptionResponseBodyStructure.Builder
public interface SubscriptionResponseBodyStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResponseStatus(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 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.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
-
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 = 1; -
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 = 1; -
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 = 1; -
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 = 1; -
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 = 1; -
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 871:88]
string subscription_manager_address = 2;- 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 871:88]
string subscription_manager_address = 2;- 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 876:77]
.google.protobuf.Timestamp service_started_time = 3;- 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 876:77]
.google.protobuf.Timestamp service_started_time = 3;- 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 876:77]
.google.protobuf.Timestamp service_started_time = 3;
-