Package uk.org.siri.www.siri
Interface ServiceDeliveryStructure.ErrorConditionTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceDeliveryStructure.ErrorConditionType,ServiceDeliveryStructure.ErrorConditionType.Builder
- Enclosing class:
ServiceDeliveryStructure
public static interface ServiceDeliveryStructure.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.booleanError: Service does not support the requested capability.booleanText description of error.booleanError: Error type other than the well defined codes.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; -
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_requests-v2.0.xsd at 379: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_requests-v2.0.xsd at 379:86]
.uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;- Returns:
- The description.
-
getDescriptionOrBuilder
ErrorDescriptionStructureOrBuilder getDescriptionOrBuilder()Text description of error. [siri/siri_requests-v2.0.xsd at 379:86]
.uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;
-