Package uk.org.siri.www.siri
Interface MessageRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MessageRefStructure,MessageRefStructure.Builder
public interface MessageRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Type for message ref.com.google.protobuf.ByteStringType for message ref.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 message ref. [siri/siri_request_support-v2.0.xsd at 72:46]
string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type for message ref. [siri/siri_request_support-v2.0.xsd at 72:46]
string value = 1;- Returns:
- The bytes for value.
-