Interface KeyValueStructureOrBuilder

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

@Generated public interface KeyValueStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of value e.g.
    com.google.protobuf.ByteString
    Identifier of value e.g.
    Identifier of type of key.
    com.google.protobuf.ByteString
    Identifier of type of key.
    Value for alternative key.
    com.google.protobuf.ByteString
    Value for alternative key.

    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

    • getTypeOfKey

      String getTypeOfKey()
       Identifier of type of key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 208:63]
       
      string type_of_key = 1;
      Returns:
      The typeOfKey.
    • getTypeOfKeyBytes

      com.google.protobuf.ByteString getTypeOfKeyBytes()
       Identifier of type of key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 208:63]
       
      string type_of_key = 1;
      Returns:
      The bytes for typeOfKey.
    • getKey

      String getKey()
       Identifier of value e.g. System.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 197:70]
       
      string key = 2;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       Identifier of value e.g. System.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 197:70]
       
      string key = 2;
      Returns:
      The bytes for key.
    • getValue

      String getValue()
       Value for alternative key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 202:72]
       
      string value = 3;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Value for alternative key.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 202:72]
       
      string value = 3;
      Returns:
      The bytes for value.