org.apache.wsil.impl.extension
Class ExtensionElementImpl

java.lang.Object
  extended by 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

Field Summary
protected  QName qname
          Qname.
 
Constructor Summary
ExtensionElementImpl()
           
 
Method Summary
 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.

Constructor Detail

ExtensionElementImpl

public ExtensionElementImpl()
Method Detail

getQName

public QName getQName()
Get the language attribute for the abstract.

Specified by:
getQName in interface ExtensionElement
Returns:
Returns the language type for this abstract.

toString

public java.lang.String toString()
String representation of this object.

Overrides:
toString in class java.lang.Object


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.