Class JDFAutoAuthenticationQuParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoAuthenticationQuParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFAuthenticationQuParams

public abstract class JDFAutoAuthenticationQuParams extends JDFElement
class JDFAutoAuthenticationQuParams : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoAuthenticationQuParams

      protected JDFAutoAuthenticationQuParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoAuthenticationQuParams
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoAuthenticationQuParams

      protected JDFAutoAuthenticationQuParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoAuthenticationQuParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoAuthenticationQuParams

      protected JDFAutoAuthenticationQuParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoAuthenticationQuParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details