Package uk.org.siri.www.siri
Interface TerminationResponseStatusStructure.ErrorConditionTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TerminationResponseStatusStructure.ErrorConditionType,TerminationResponseStatusStructure.ErrorConditionType.Builder
- Enclosing class:
TerminationResponseStatusStructure
public static interface TerminationResponseStatusStructure.ErrorConditionTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionError: Service does not support the requested capability.Error: Service does not support the requested capability.Text description of error.Text description of error.Error: Error type other than the well defined codes.Error: Error type other than the well defined codes.Error: Subscriber not found.Error: Subscriber not found.Error: Subscription not found.Error: Subscription not found.booleanError: Service does not support the requested capability.booleanText description of error.booleanError: Error type other than the well defined codes.booleanError: Subscriber not found.booleanError: Subscription not found.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
-
hasCapabilityNotSupportedError
boolean hasCapabilityNotSupportedError()Error: Service does not support the requested capability. [siri/siri_request_errorConditions-v2.0.xsd at 381:124]
.uk.org.siri.www.siri.CapabilityNotSupportedErrorStructure capability_not_supported_error = 1;- Returns:
- Whether the capabilityNotSupportedError field is set.
-
getCapabilityNotSupportedError
CapabilityNotSupportedErrorStructure getCapabilityNotSupportedError()Error: Service does not support the requested capability. [siri/siri_request_errorConditions-v2.0.xsd at 381:124]
.uk.org.siri.www.siri.CapabilityNotSupportedErrorStructure capability_not_supported_error = 1;- Returns:
- The capabilityNotSupportedError.
-
getCapabilityNotSupportedErrorOrBuilder
CapabilityNotSupportedErrorStructureOrBuilder getCapabilityNotSupportedErrorOrBuilder()Error: Service does not support the requested capability. [siri/siri_request_errorConditions-v2.0.xsd at 381:124]
.uk.org.siri.www.siri.CapabilityNotSupportedErrorStructure capability_not_supported_error = 1; -
hasUnknownSubscriberError
boolean hasUnknownSubscriberError()Error: Subscriber not found. [siri/siri_request_errorConditions-v2.0.xsd at 528:114]
.uk.org.siri.www.siri.UnknownSubscriberErrorStructure unknown_subscriber_error = 2;- Returns:
- Whether the unknownSubscriberError field is set.
-
getUnknownSubscriberError
UnknownSubscriberErrorStructure getUnknownSubscriberError()Error: Subscriber not found. [siri/siri_request_errorConditions-v2.0.xsd at 528:114]
.uk.org.siri.www.siri.UnknownSubscriberErrorStructure unknown_subscriber_error = 2;- Returns:
- The unknownSubscriberError.
-
getUnknownSubscriberErrorOrBuilder
UnknownSubscriberErrorStructureOrBuilder getUnknownSubscriberErrorOrBuilder()Error: Subscriber not found. [siri/siri_request_errorConditions-v2.0.xsd at 528:114]
.uk.org.siri.www.siri.UnknownSubscriberErrorStructure unknown_subscriber_error = 2; -
hasUnknownSubscriptionError
boolean hasUnknownSubscriptionError()Error: Subscription not found. [siri/siri_request_errorConditions-v2.0.xsd at 551:118]
.uk.org.siri.www.siri.UnknownSubscriptionErrorStructure unknown_subscription_error = 3;- Returns:
- Whether the unknownSubscriptionError field is set.
-
getUnknownSubscriptionError
UnknownSubscriptionErrorStructure getUnknownSubscriptionError()Error: Subscription not found. [siri/siri_request_errorConditions-v2.0.xsd at 551:118]
.uk.org.siri.www.siri.UnknownSubscriptionErrorStructure unknown_subscription_error = 3;- Returns:
- The unknownSubscriptionError.
-
getUnknownSubscriptionErrorOrBuilder
UnknownSubscriptionErrorStructureOrBuilder getUnknownSubscriptionErrorOrBuilder()Error: Subscription not found. [siri/siri_request_errorConditions-v2.0.xsd at 551:118]
.uk.org.siri.www.siri.UnknownSubscriptionErrorStructure unknown_subscription_error = 3; -
hasOtherError
boolean hasOtherError()Error: Error type other than the well defined codes. [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
.uk.org.siri.www.siri.OtherErrorStructure other_error = 4;- Returns:
- Whether the otherError field is set.
-
getOtherError
OtherErrorStructure getOtherError()Error: Error type other than the well defined codes. [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
.uk.org.siri.www.siri.OtherErrorStructure other_error = 4;- Returns:
- The otherError.
-
getOtherErrorOrBuilder
OtherErrorStructureOrBuilder getOtherErrorOrBuilder()Error: Error type other than the well defined codes. [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
.uk.org.siri.www.siri.OtherErrorStructure other_error = 4; -
hasDescription
boolean hasDescription()Text description of error. [siri/siri_common_services-v2.0.xsd at 483:86]
.uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;- Returns:
- Whether the description field is set.
-
getDescription
ErrorDescriptionStructure getDescription()Text description of error. [siri/siri_common_services-v2.0.xsd at 483:86]
.uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;- Returns:
- The description.
-
getDescriptionOrBuilder
ErrorDescriptionStructureOrBuilder getDescriptionOrBuilder()Text description of error. [siri/siri_common_services-v2.0.xsd at 483:86]
.uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;
-