Package org.apache.wsil.impl.extension
Class ExtensionElementImpl
- java.lang.Object
-
- org.apache.wsil.impl.extension.ExtensionElementImpl
-
- All Implemented Interfaces:
java.io.Serializable
,ExtensionElement
,WSILElement
- Direct Known Subclasses:
BusinessDescriptionImpl
,ImplementedBindingImpl
,ReferencedServiceImpl
,ReferenceImpl
,ServiceDescriptionImpl
public abstract class ExtensionElementImpl extends java.lang.Object implements ExtensionElement
This class is the base class for all implementations of the ExtensionElement interface.- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionElementImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getQName()
Get the language attribute for the abstract.java.lang.String
toString()
String representation of this object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
-
-
-
Field Detail
-
qname
protected QName qname
Qname.
-
-
Method Detail
-
getQName
public QName getQName()
Get the language attribute for the abstract.- Specified by:
getQName
in interfaceExtensionElement
- Returns:
- Returns the language type for this abstract.
-
toString
public java.lang.String toString()
String representation of this object.- Overrides:
toString
in classjava.lang.Object
-
-