Package uk.org.siri.www.siri
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
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 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.
-