Interface MultilingualStringOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Language of string contents.
    com.google.protobuf.ByteString
    Language of string contents.
    Resource id of string.
    com.google.protobuf.ByteString
    Resource id of string.
    Type for a string in a specified language.
    com.google.protobuf.ByteString
    Type 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()
       Language of string contents.  [netex_framework/netex_utility/netex_utility_xml.xsd at 63:52]
       
      string lang = 1 [(.buf.validate.field) = { ... }
      Returns:
      The lang.
    • getLangBytes

      com.google.protobuf.ByteString getLangBytes()
       Language of string contents.  [netex_framework/netex_utility/netex_utility_xml.xsd at 63:52]
       
      string lang = 1 [(.buf.validate.field) = { ... }
      Returns:
      The bytes for lang.
    • getTextIdType

      String getTextIdType()
       Resource id of string.  [netex_framework/netex_utility/netex_utility_xml.xsd at 68:66]
       
      string text_id_type = 2;
      Returns:
      The textIdType.
    • getTextIdTypeBytes

      com.google.protobuf.ByteString getTextIdTypeBytes()
       Resource id of string.  [netex_framework/netex_utility/netex_utility_xml.xsd at 68:66]
       
      string text_id_type = 2;
      Returns:
      The bytes for textIdType.
    • getValue

      String getValue()
       Type for a string in a specified language.  [netex_framework/netex_utility/netex_utility_xml.xsd at 57:45]
       
      string value = 3;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Type for a string in a specified language.  [netex_framework/netex_utility/netex_utility_xml.xsd at 57:45]
       
      string value = 3;
      Returns:
      The bytes for value.