Class XMLImpl

java.lang.Object
io.smallrye.openapi.api.models.ExtensibleImpl<org.eclipse.microprofile.openapi.models.media.XML>
io.smallrye.openapi.api.models.media.XMLImpl
All Implemented Interfaces:
ModelImpl, org.eclipse.microprofile.openapi.models.Constructible, org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.media.XML>, org.eclipse.microprofile.openapi.models.media.XML

public class XMLImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.media.XML> implements org.eclipse.microprofile.openapi.models.media.XML, ModelImpl
An implementation of the XML OpenAPI model interface.
  • Constructor Details

    • XMLImpl

      public XMLImpl()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.getName()
    • setName

      public void setName(String name)
      Specified by:
      setName in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.setName(java.lang.String)
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.getNamespace()
    • setNamespace

      public void setNamespace(String namespace)
      Specified by:
      setNamespace in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.setNamespace(java.lang.String)
    • getPrefix

      public String getPrefix()
      Specified by:
      getPrefix in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.getPrefix()
    • setPrefix

      public void setPrefix(String prefix)
      Specified by:
      setPrefix in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.setPrefix(java.lang.String)
    • getAttribute

      public Boolean getAttribute()
      Specified by:
      getAttribute in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.getAttribute()
    • setAttribute

      public void setAttribute(Boolean attribute)
      Specified by:
      setAttribute in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.setAttribute(java.lang.Boolean)
    • getWrapped

      public Boolean getWrapped()
      Specified by:
      getWrapped in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.getWrapped()
    • setWrapped

      public void setWrapped(Boolean wrapped)
      Specified by:
      setWrapped in interface org.eclipse.microprofile.openapi.models.media.XML
      See Also:
      • XML.setWrapped(java.lang.Boolean)