Package org.apache.wsil.impl.extension
Class ExtensionElementImpl
java.lang.Object
org.apache.wsil.impl.extension.ExtensionElementImpl
- All Implemented Interfaces:
Serializable
,ExtensionElement
,WSILElement
- Direct Known Subclasses:
BusinessDescriptionImpl
,ImplementedBindingImpl
,ReferencedServiceImpl
,ReferenceImpl
,ServiceDescriptionImpl
This class is the base class for all implementations of the
ExtensionElement interface.
- Version:
- 1.0
- See Also:
-
Field Details
-
qname
Qname.
-
-
Constructor Details
-
ExtensionElementImpl
public ExtensionElementImpl()
-
-
Method Details
-
getQName
Get the language attribute for the abstract.- Specified by:
getQName
in interfaceExtensionElement
- Returns:
- Returns the language type for this abstract.
-
toString
String representation of this object.
-