public class UnknownExtensibilityElement extends java.lang.Object implements ExtensibilityElement, java.io.Serializable
UnknownExtensionSerializer,
UnknownExtensionDeserializer,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Element |
element |
protected QName |
elementType |
protected java.lang.Boolean |
required |
static long |
serialVersionUID |
| Constructor and Description |
|---|
UnknownExtensibilityElement() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
getElement()
Get the Element for this extensibility element.
|
QName |
getElementType()
Get the type of this extensibility element.
|
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
void |
setElement(org.w3c.dom.Element element)
Set the Element for this extensibility element.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension
are required.
|
java.lang.String |
toString() |
protected QName elementType
protected java.lang.Boolean required
protected org.w3c.dom.Element element
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(java.lang.Boolean required)
setRequired in interface ExtensibilityElementpublic java.lang.Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setElement(org.w3c.dom.Element element)
element - the unknown element that was encounteredpublic org.w3c.dom.Element getElement()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2003, 2013 IBM. All Rights Reserved.