Package org.apache.wsil.extension
Class UnknownExtensionElement
java.lang.Object
org.apache.wsil.extension.UnknownExtensionElement
- All Implemented Interfaces:
Serializable
,ExtensionElement
,WSILElement
This class is used to represent an unknown extension element.
- Version:
- 1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnknownExtensionElement
(QName qname, Element element) Create an uknown extension element. -
Method Summary
Modifier and TypeMethodDescriptionGet the Element for this extension element.getQName()
Get the language attribute for the abstract.XML String representation of this object.
-
Field Details
-
qname
QName for the unknown extension element. -
element
Unknown extension element.
-
-
Constructor Details
-
UnknownExtensionElement
Create an uknown extension element.- Parameters:
qname
- the element type for this elementelement
- the unknown extension element
-
-
Method Details
-
getQName
Get the language attribute for the abstract.- Specified by:
getQName
in interfaceExtensionElement
- Returns:
- Returns the element type for this element.
-
getElement
Get the Element for this extension element.- Returns:
- the unknown element that was encountered
-
toXMLString
XML String representation of this object.- Specified by:
toXMLString
in interfaceWSILElement
- Returns:
- Returns the XML string format of this element.
-