public class TExtensibilityElementImpl extends TExtensibilityElement implements ExtensibilityElement
ExtensibilityElement interface.required| Constructor and Description |
|---|
TExtensibilityElementImpl() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElementType()
Returns the type of this extensibility element.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension are required.
|
void |
setElementType(QName type)
Sets the type of this extensibility element.
|
void |
setRequired(Boolean value)
Set whether or not the semantics of this extension
are required.
|
isRequired, isSetRequired, setRequired, unsetRequiredpublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setElementType(QName type)
setElementType in interface ExtensibilityElementtype - QName the type of this element.public Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setRequired(Boolean value)
ExtensibilityElementsetRequired in interface ExtensibilityElementCopyright © 2018 JBoss by Red Hat. All rights reserved.