Package uk.org.siri.www.siri
Interface ParticipantRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParticipantRefStructure,ParticipantRefStructure.Builder
@Generated
public interface ParticipantRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Reference to Unique identifier of participant.com.google.protobuf.ByteStringReference to Unique identifier of 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()Reference to Unique identifier of participant. [siri_utility/siri_participant-v2.0.xsd at 70:50]
string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Reference to Unique identifier of participant. [siri_utility/siri_participant-v2.0.xsd at 70:50]
string value = 1;- Returns:
- The bytes for value.
-