Class JDFAutoAuthenticationResp

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.JDFAutoAuthenticationResp
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFAuthenticationResp

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

    • JDFAutoAuthenticationResp

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setSecureURL

      public void setSecureURL(String value)
      (36) set attribute SecureURL
      Parameters:
      value - the value to set the attribute to
    • getSecureURL

      public String getSecureURL()
      (23) get String attribute SecureURL
      Returns:
      the value of the attribute
    • getCertificate

      public JDFElement getCertificate()
      (24) const get element Certificate
      Returns:
      JDFElement the element
    • getCreateCertificate

      public JDFElement getCreateCertificate()
      (25) getCreateCertificate
      Returns:
      JDFElement the element
    • getCreateCertificate

      public JDFElement getCreateCertificate(int iSkip)
      (26) getCreateCertificate
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element
    • getCertificate

      public JDFElement getCertificate(int iSkip)
      (27) const get element Certificate
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element default is getCertificate(0)
    • getAllCertificate

      public Collection<JDFElement> getAllCertificate()
      Get all Certificate from the current element
      Returns:
      Collection, null if none are available
    • appendCertificate

      public JDFElement appendCertificate()
      (30) append element Certificate
      Returns:
      JDFElement the element