public class XMLImpl extends ExtensibleImpl<org.eclipse.microprofile.openapi.models.media.XML> implements org.eclipse.microprofile.openapi.models.media.XML
extensions
Constructor and Description |
---|
XMLImpl() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAttribute() |
String |
getName() |
String |
getNamespace() |
String |
getPrefix() |
Boolean |
getWrapped() |
void |
setAttribute(Boolean attribute) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setPrefix(String prefix) |
void |
setWrapped(Boolean wrapped) |
addExtension, convertExtensionValue, extensionName, getExtensions, merge, removeExtension, setExtensions, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getName()
getName
in interface org.eclipse.microprofile.openapi.models.media.XML
public void setName(String name)
setName
in interface org.eclipse.microprofile.openapi.models.media.XML
public String getNamespace()
getNamespace
in interface org.eclipse.microprofile.openapi.models.media.XML
public void setNamespace(String namespace)
setNamespace
in interface org.eclipse.microprofile.openapi.models.media.XML
public String getPrefix()
getPrefix
in interface org.eclipse.microprofile.openapi.models.media.XML
public void setPrefix(String prefix)
setPrefix
in interface org.eclipse.microprofile.openapi.models.media.XML
public Boolean getAttribute()
getAttribute
in interface org.eclipse.microprofile.openapi.models.media.XML
public void setAttribute(Boolean attribute)
setAttribute
in interface org.eclipse.microprofile.openapi.models.media.XML
public Boolean getWrapped()
getWrapped
in interface org.eclipse.microprofile.openapi.models.media.XML
public void setWrapped(Boolean wrapped)
setWrapped
in interface org.eclipse.microprofile.openapi.models.media.XML
Copyright © 2019. All rights reserved.