Package uk.org.siri.www.siri
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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-