Package uk.org.siri.www.siri
Interface ServiceNotAvailableErrorStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceNotAvailableErrorStructure,ServiceNotAvailableErrorStructure.Builder
public interface ServiceNotAvailableErrorStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAddtional Description of error.com.google.protobuf.ByteStringAddtional Description of error.com.google.protobuf.TimestampExpected time for reavailability of service.com.google.protobuf.TimestampOrBuilderExpected time for reavailability of service.intError code number associated with error.booleanExpected time for reavailability of service.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
-
getNumber
int getNumber()Error code number associated with error. [siri/siri_request_errorConditions-v2.0.xsd at 168:51]
int32 number = 1;- Returns:
- The number.
-
getErrorText
String getErrorText()Addtional Description of error. This allows a descripotion to be supplied when the Error code is used in a specific WSDL fault, rather than within a general error condition. [siri/siri_request_errorConditions-v2.0.xsd at 162:66]
string error_text = 2;- Returns:
- The errorText.
-
getErrorTextBytes
com.google.protobuf.ByteString getErrorTextBytes()Addtional Description of error. This allows a descripotion to be supplied when the Error code is used in a specific WSDL fault, rather than within a general error condition. [siri/siri_request_errorConditions-v2.0.xsd at 162:66]
string error_text = 2;- Returns:
- The bytes for errorText.
-
hasExpectedRestartTime
boolean hasExpectedRestartTime()Expected time for reavailability of service. +SIRI v2.0 [siri/siri_request_errorConditions-v2.0.xsd at 371:80]
.google.protobuf.Timestamp expected_restart_time = 21;- Returns:
- Whether the expectedRestartTime field is set.
-
getExpectedRestartTime
com.google.protobuf.Timestamp getExpectedRestartTime()Expected time for reavailability of service. +SIRI v2.0 [siri/siri_request_errorConditions-v2.0.xsd at 371:80]
.google.protobuf.Timestamp expected_restart_time = 21;- Returns:
- The expectedRestartTime.
-
getExpectedRestartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExpectedRestartTimeOrBuilder()Expected time for reavailability of service. +SIRI v2.0 [siri/siri_request_errorConditions-v2.0.xsd at 371:80]
.google.protobuf.Timestamp expected_restart_time = 21;
-