Package uk.org.siri.www.siri
Interface CheckStatusResponseBodyStructure.ErrorConditionTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckStatusResponseBodyStructure.ErrorConditionType,CheckStatusResponseBodyStructure.ErrorConditionType.Builder
- Enclosing class:
CheckStatusResponseBodyStructure
public static interface CheckStatusResponseBodyStructure.ErrorConditionTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionText 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: Functional service is not available to use (but it is still capable of giving this response).Error: Functional service is not available to use (but it is still capable of giving this response).booleanText description of error.booleanError: Error type other than the well defined codes.booleanError: Functional service is not available to use (but it is still capable of giving this response).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
-
hasServiceNotAvailableError
boolean hasServiceNotAvailableError()Error: Functional service is not available to use (but it is still capable of giving this response). [siri/siri_request_errorConditions-v2.0.xsd at 359:118]
.uk.org.siri.www.siri.ServiceNotAvailableErrorStructure service_not_available_error = 1;- Returns:
- Whether the serviceNotAvailableError field is set.
-
getServiceNotAvailableError
ServiceNotAvailableErrorStructure getServiceNotAvailableError()Error: Functional service is not available to use (but it is still capable of giving this response). [siri/siri_request_errorConditions-v2.0.xsd at 359:118]
.uk.org.siri.www.siri.ServiceNotAvailableErrorStructure service_not_available_error = 1;- Returns:
- The serviceNotAvailableError.
-
getServiceNotAvailableErrorOrBuilder
ServiceNotAvailableErrorStructureOrBuilder getServiceNotAvailableErrorOrBuilder()Error: Functional service is not available to use (but it is still capable of giving this response). [siri/siri_request_errorConditions-v2.0.xsd at 359:118]
.uk.org.siri.www.siri.ServiceNotAvailableErrorStructure service_not_available_error = 1; -
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 = 2;- 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 = 2;- 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 = 2; -
hasDescription
boolean hasDescription()Text description of error. [siri/siri_common_services-v2.0.xsd at 818: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 818: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 818:86]
.uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;
-