Interface AssociationRoleTypeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    [gml/gmlBase-extract-v3_2_1.xsd at 59:28]
    com.google.protobuf.ByteString
    [gml/gmlBase-extract-v3_2_1.xsd at 59:28]
    [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
    com.google.protobuf.ByteString
    [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
    boolean
    [gml/gmlBase-extract-v3_2_1.xsd at 69:58]

    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

    • getOwns

      boolean getOwns()
       [gml/gmlBase-extract-v3_2_1.xsd at 69:58]
       
      bool owns = 1;
      Returns:
      The owns.
    • getNilReason

      String getNilReason()
       [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
       
      string nil_reason = 2;
      Returns:
      The nilReason.
    • getNilReasonBytes

      com.google.protobuf.ByteString getNilReasonBytes()
       [gml/gmlBase-extract-v3_2_1.xsd at 46:57]
       
      string nil_reason = 2;
      Returns:
      The bytes for nilReason.
    • getAny

      String getAny()
       [gml/gmlBase-extract-v3_2_1.xsd at 59:28]
       
      string any = 3;
      Returns:
      The any.
    • getAnyBytes

      com.google.protobuf.ByteString getAnyBytes()
       [gml/gmlBase-extract-v3_2_1.xsd at 59:28]
       
      string any = 3;
      Returns:
      The bytes for any.