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

public abstract class ExtensionElementImpl extends Object implements ExtensionElement
This class is the base class for all implementations of the ExtensionElement interface.
Version:
1.0
See Also:
  • Field Details

    • qname

      protected QName qname
      Qname.
  • Constructor Details

    • ExtensionElementImpl

      public ExtensionElementImpl()
  • Method Details

    • 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 String toString()
      String representation of this object.
      Overrides:
      toString in class Object