Package uk.org.siri.www.siri
Interface MessageQualifierStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MessageQualifierStructure,MessageQualifierStructure.Builder
@Generated
public interface MessageQualifierStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Unique identifier of a message within SIRI functional service type and participant.com.google.protobuf.ByteStringUnique identifier of a message within SIRI functional service type and participant.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()Unique identifier of a message within SIRI functional service type and participant. [siri/siri_request_support-v2.0.xsd at 64:52]
string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Unique identifier of a message within SIRI functional service type and participant. [siri/siri_request_support-v2.0.xsd at 64:52]
string value = 1;- Returns:
- The bytes for value.
-