Interface CodeListTypeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    [gml/basicTypes.xsd at 232:48]
    com.google.protobuf.ByteString
    [gml/basicTypes.xsd at 232:48]
    getValue(int index)
    gml:CodeListType provides for lists of terms.
    com.google.protobuf.ByteString
    getValueBytes(int index)
    gml:CodeListType provides for lists of terms.
    int
    gml:CodeListType provides for lists of terms.
    gml:CodeListType provides for lists of terms.

    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 232:48]
       
      string code_space = 1;
      Returns:
      The codeSpace.
    • getCodeSpaceBytes

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

      List<String> getValueList()
       gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.  [gml/basicTypes.xsd at 226:35]
       
      repeated string value = 2;
      Returns:
      A list containing the value.
    • getValueCount

      int getValueCount()
       gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.  [gml/basicTypes.xsd at 226:35]
       
      repeated string value = 2;
      Returns:
      The count of value.
    • getValue

      String getValue(int index)
       gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.  [gml/basicTypes.xsd at 226:35]
       
      repeated string value = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes(int index)
       gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.  [gml/basicTypes.xsd at 226:35]
       
      repeated string value = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the value at the given index.