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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPrefix()
      string prefix = 1;
      com.google.protobuf.ByteString getPrefixBytes()
      string prefix = 1;
      Resources.SourcePosition getSource()
      Source line and column info.
      Resources.SourcePositionOrBuilder getSourceOrBuilder()
      Source line and column info.
      java.lang.String getUri()
      string uri = 2;
      com.google.protobuf.ByteString getUriBytes()
      string uri = 2;
      boolean hasSource()
      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 Detail

      • getPrefix

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

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

        java.lang.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

        Resources.SourcePosition getSource()
         Source line and column info.
         
        .aapt.pb.SourcePosition source = 3;
        Returns:
        The source.