Interface CodeTypeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    [gml/basicTypes.xsd at 97:48]
    com.google.protobuf.ByteString
    [gml/basicTypes.xsd at 97:48]
    gml:CodeType is a generalized type to be used for a term, keyword or name.
    com.google.protobuf.ByteString
    gml:CodeType is a generalized type to be used for a term, keyword or name.

    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

    • getCodeSpace

      String getCodeSpace()
       [gml/basicTypes.xsd at 97:48]
       
      string code_space = 1;
      Returns:
      The codeSpace.
    • getCodeSpaceBytes

      com.google.protobuf.ByteString getCodeSpaceBytes()
       [gml/basicTypes.xsd at 97:48]
       
      string code_space = 1;
      Returns:
      The bytes for codeSpace.
    • getValue

      String getValue()
       gml:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.  [gml/basicTypes.xsd at 90:31]
       
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       gml:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.  [gml/basicTypes.xsd at 90:31]
       
      string value = 2;
      Returns:
      The bytes for value.