Package uk.org.siri.www.siri
Interface ErrorDescriptionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorDescriptionStructure,ErrorDescriptionStructure.Builder
@Generated
public interface ErrorDescriptionStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Type for Description of an error.com.google.protobuf.ByteStringType for Description of an error.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
-
getValue
String getValue()Type for Description of an error. [siri/siri_request_errorConditions-v2.0.xsd at 143:52]
string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type for Description of an error. [siri/siri_request_errorConditions-v2.0.xsd at 143:52]
string value = 1;- Returns:
- The bytes for value.
-