Interface NaturalLanguageStringStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    [siri_utility/siri_types-v2.0.xsd at 83:68]
    com.google.protobuf.ByteString
    [siri_utility/siri_types-v2.0.xsd at 83:68]
    Tyoe for a string in a specified language.
    com.google.protobuf.ByteString
    Tyoe for a string in a specified language.

    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

    • getLang

      String getLang()
       [siri_utility/siri_types-v2.0.xsd at 83:68]
       
      string lang = 1 [(.buf.validate.field) = { ... }
      Returns:
      The lang.
    • getLangBytes

      com.google.protobuf.ByteString getLangBytes()
       [siri_utility/siri_types-v2.0.xsd at 83:68]
       
      string lang = 1 [(.buf.validate.field) = { ... }
      Returns:
      The bytes for lang.
    • getValue

      String getValue()
       Tyoe for a string in a specified language.  [siri_utility/siri_types-v2.0.xsd at 77:57]
       
      string value = 2 [(.buf.validate.field) = { ... }
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Tyoe for a string in a specified language.  [siri_utility/siri_types-v2.0.xsd at 77:57]
       
      string value = 2 [(.buf.validate.field) = { ... }
      Returns:
      The bytes for value.