Interface StartDocumentOrBuilder

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

    public interface StartDocumentOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasNameable

        boolean hasNameable()
        .INameable nameable = 1;
        Returns:
        Whether the nameable field is set.
      • getNameable

        INameable getNameable()
        .INameable nameable = 1;
        Returns:
        The nameable.
      • getNameableOrBuilder

        INameableOrBuilder getNameableOrBuilder()
        .INameable nameable = 1;
      • getLineBreak

        String getLineBreak()
        string lineBreak = 2;
        Returns:
        The lineBreak.
      • getLineBreakBytes

        com.google.protobuf.ByteString getLineBreakBytes()
        string lineBreak = 2;
        Returns:
        The bytes for lineBreak.
      • getLocale

        String getLocale()
        string locale = 3;
        Returns:
        The locale.
      • getLocaleBytes

        com.google.protobuf.ByteString getLocaleBytes()
        string locale = 3;
        Returns:
        The bytes for locale.
      • getEncoding

        String getEncoding()
        string encoding = 4;
        Returns:
        The encoding.
      • getEncodingBytes

        com.google.protobuf.ByteString getEncodingBytes()
        string encoding = 4;
        Returns:
        The bytes for encoding.
      • getMultilingual

        boolean getMultilingual()
        bool multilingual = 5;
        Returns:
        The multilingual.
      • getHasUtf8Bom

        boolean getHasUtf8Bom()
        bool hasUtf8Bom = 6;
        Returns:
        The hasUtf8Bom.
      • getParameters

        String getParameters()
        string parameters = 7;
        Returns:
        The parameters.
      • getParametersBytes

        com.google.protobuf.ByteString getParametersBytes()
        string parameters = 7;
        Returns:
        The bytes for parameters.