public class TExtensibilityElementImpl extends java.lang.Object implements ExtensibilityElement
ExtensibilityElement interface.| Constructor and Description |
|---|
TExtensibilityElementImpl() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElementType()
Returns the type of this extensibility element.
|
java.lang.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(java.lang.Boolean value)
Set whether or not the semantics of this extension
are required.
|
public QName getElementType()
getElementType in interface ExtensibilityElementpublic void setElementType(QName type)
setElementType in interface ExtensibilityElementtype - QName the type of this element.public java.lang.Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setRequired(java.lang.Boolean value)
ExtensibilityElementsetRequired in interface ExtensibilityElement