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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic String getName()
getName in interface org.eclipse.microprofile.openapi.models.media.XMLpublic void setName(String name)
setName in interface org.eclipse.microprofile.openapi.models.media.XMLpublic String getNamespace()
getNamespace in interface org.eclipse.microprofile.openapi.models.media.XMLpublic void setNamespace(String namespace)
setNamespace in interface org.eclipse.microprofile.openapi.models.media.XMLpublic String getPrefix()
getPrefix in interface org.eclipse.microprofile.openapi.models.media.XMLpublic void setPrefix(String prefix)
setPrefix in interface org.eclipse.microprofile.openapi.models.media.XMLpublic Boolean getAttribute()
getAttribute in interface org.eclipse.microprofile.openapi.models.media.XMLpublic void setAttribute(Boolean attribute)
setAttribute in interface org.eclipse.microprofile.openapi.models.media.XMLpublic Boolean getWrapped()
getWrapped in interface org.eclipse.microprofile.openapi.models.media.XMLpublic void setWrapped(Boolean wrapped)
setWrapped in interface org.eclipse.microprofile.openapi.models.media.XMLCopyright © 2019. All rights reserved.