Interface Resources.XmlNamespaceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Resources.XmlNamespace, Resources.XmlNamespace.Builder
Enclosing class:
Resources

public static interface Resources.XmlNamespaceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string prefix = 1;
    com.google.protobuf.ByteString
    string prefix = 1;
    Source line and column info.
    Source line and column info.
    string uri = 2;
    com.google.protobuf.ByteString
    string uri = 2;
    boolean
    Source line and column info.

    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

    • getPrefix

      String getPrefix()
      string prefix = 1;
      Returns:
      The prefix.
    • getPrefixBytes

      com.google.protobuf.ByteString getPrefixBytes()
      string prefix = 1;
      Returns:
      The bytes for prefix.
    • getUri

      String getUri()
      string uri = 2;
      Returns:
      The uri.
    • getUriBytes

      com.google.protobuf.ByteString getUriBytes()
      string uri = 2;
      Returns:
      The bytes for uri.
    • hasSource

      boolean hasSource()
       Source line and column info.
       
      .aapt.pb.SourcePosition source = 3;
      Returns:
      Whether the source field is set.
    • getSource

       Source line and column info.
       
      .aapt.pb.SourcePosition source = 3;
      Returns:
      The source.
    • getSourceOrBuilder

      Resources.SourcePositionOrBuilder getSourceOrBuilder()
       Source line and column info.
       
      .aapt.pb.SourcePosition source = 3;