public interface ExtensibilityElement
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
void setElementType(QName elementType)
elementType
- the typeQName getElementType()
void setRequired(Boolean required)
Boolean getRequired()
Copyright © 2019 JBoss by Red Hat. All rights reserved.