Interface CodeWithAuthorityTypeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    [gml/basicTypes.xsd at 107:63]
    com.google.protobuf.ByteString
    [gml/basicTypes.xsd at 107:63]
    gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.
    com.google.protobuf.ByteString
    gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.

    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 107:63]
       
      string code_space = 2;
      Returns:
      The codeSpace.
    • getCodeSpaceBytes

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

      String getValue()
       gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.  [gml/basicTypes.xsd at 101:44]
       
      string value = 3 [(.buf.validate.field) = { ... }
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.  [gml/basicTypes.xsd at 101:44]
       
      string value = 3 [(.buf.validate.field) = { ... }
      Returns:
      The bytes for value.