Interface ParticipantRefStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ParticipantRefStructure, ParticipantRefStructure.Builder

public interface ParticipantRefStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Reference to Unique identifier of participant.
    com.google.protobuf.ByteString
    Reference to Unique identifier of participant.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.