Class ExtensionElementImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected QName qname
      Qname.
    • 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
    • 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