Interface XmlOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    bool attribute = 4 [json_name = "attribute"];
    string name = 1 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 1 [json_name = "name"];
    string namespace = 2 [json_name = "namespace"];
    com.google.protobuf.ByteString
    string namespace = 2 [json_name = "namespace"];
    string prefix = 3 [json_name = "prefix"];
    com.google.protobuf.ByteString
    string prefix = 3 [json_name = "prefix"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    boolean
    bool wrapped = 5 [json_name = "wrapped"];

    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

    • getName

      String getName()
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getNamespace

      String getNamespace()
      string namespace = 2 [json_name = "namespace"];
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 2 [json_name = "namespace"];
      Returns:
      The bytes for namespace.
    • getPrefix

      String getPrefix()
      string prefix = 3 [json_name = "prefix"];
      Returns:
      The prefix.
    • getPrefixBytes

      com.google.protobuf.ByteString getPrefixBytes()
      string prefix = 3 [json_name = "prefix"];
      Returns:
      The bytes for prefix.
    • getAttribute

      boolean getAttribute()
      bool attribute = 4 [json_name = "attribute"];
      Returns:
      The attribute.
    • getWrapped

      boolean getWrapped()
      bool wrapped = 5 [json_name = "wrapped"];
      Returns:
      The wrapped.
    • getSpecificationExtensionList

      List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    • getSpecificationExtension

      NamedAny getSpecificationExtension(int index)
      repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    • getSpecificationExtensionCount

      int getSpecificationExtensionCount()
      repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilderList

      List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()
      repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilder

      NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];