public class UnknownExtensibilityElement extends Object implements ExtensibilityElement, Serializable
UnknownExtensionSerializer
,
UnknownExtensionDeserializer
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Element |
element |
protected QName |
elementType |
protected Boolean |
required |
static long |
serialVersionUID |
Constructor and Description |
---|
UnknownExtensibilityElement() |
Modifier and Type | Method and Description |
---|---|
Element |
getElement()
Get the Element for this extensibility element.
|
QName |
getElementType()
Get the type of this extensibility element.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
void |
setElement(Element element)
Set the Element for this extensibility element.
|
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.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected Element element
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType
in interface ExtensibilityElement
elementType
- the typepublic QName getElementType()
getElementType
in interface ExtensibilityElement
public void setRequired(Boolean required)
setRequired
in interface ExtensibilityElement
public Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setElement(Element element)
element
- the unknown element that was encounteredpublic Element getElement()
Copyright © 2016 JBoss by Red Hat. All rights reserved.