类 Xml

java.lang.Object
springfox.documentation.schema.Xml

public class Xml extends Object
  • 构造器详细资料

    • Xml

      public Xml()
  • 方法详细资料

    • name

      public Xml name(String name)
    • namespace

      public Xml namespace(String namespace)
    • prefix

      public Xml prefix(String prefix)
    • attribute

      public Xml attribute(Boolean attribute)
    • wrapped

      public Xml wrapped(Boolean wrapped)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getNamespace

      public String getNamespace()
    • setNamespace

      public void setNamespace(String namespace)
    • getPrefix

      public String getPrefix()
    • setPrefix

      public void setPrefix(String prefix)
    • getAttribute

      public Boolean getAttribute()
    • setAttribute

      public void setAttribute(Boolean attribute)
    • getWrapped

      public Boolean getWrapped()
    • setWrapped

      public void setWrapped(Boolean wrapped)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object