Interface NaturalLanguagePlaceNameStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    [siri_utility/siri_types-v2.0.xsd at 102:68]
    com.google.protobuf.ByteString
    [siri_utility/siri_types-v2.0.xsd at 102:68]
    @lang.
    com.google.protobuf.ByteString
    @lang.

    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 102:68]
       
      string lang = 1 [(.buf.validate.field) = { ... }
      Returns:
      The lang.
    • getLangBytes

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

      String getValue()
       @lang. ISO language code (default is 'en') A string containing a phrase in a natural language name that requires at least one character of text and forbids certain reserved characters.  [siri_utility/siri_types-v2.0.xsd at 95:60]
       
      string value = 2 [(.buf.validate.field) = { ... }
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       @lang. ISO language code (default is 'en') A string containing a phrase in a natural language name that requires at least one character of text and forbids certain reserved characters.  [siri_utility/siri_types-v2.0.xsd at 95:60]
       
      string value = 2 [(.buf.validate.field) = { ... }
      Returns:
      The bytes for value.