Class JDFAutoAuthenticationCmdParams

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

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

    • JDFAutoAuthenticationCmdParams

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

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

      protected JDFAutoAuthenticationCmdParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoAuthenticationCmdParams
      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
    • setAuthenticationType

      public void setAuthenticationType(JDFAutoAuthenticationCmdParams.EnumAuthenticationType enumVar)
      (5) set attribute AuthenticationType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getAuthenticationType

      (9) get attribute AuthenticationType
      Returns:
      the value of the attribute
    • setReason

      public void setReason(JDFAutoAuthenticationCmdParams.EnumReason enumVar)
      (5) set attribute Reason
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getReason

      (9) get attribute Reason
      Returns:
      the value of the attribute
    • setReasonDetails

      public void setReasonDetails(String value)
      (36) set attribute ReasonDetails
      Parameters:
      value - the value to set the attribute to
    • getReasonDetails

      public String getReasonDetails()
      (23) get String attribute ReasonDetails
      Returns:
      the value of the attribute
    • 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
    • getPart

      public JDFPart getPart()
      (24) const get element Part
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart()
      (25) getCreatePart
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart(int iSkip)
      (26) getCreatePart
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPart the element
    • getPart

      public JDFPart getPart(int iSkip)
      (27) const get element Part
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPart the element default is getPart(0)
    • getAllPart

      public Collection<JDFPart> getAllPart()
      Get all Part from the current element
      Returns:
      Collection, null if none are available
    • appendPart

      public JDFPart appendPart()
      (30) append element Part
      Returns:
      JDFPart the element
    • 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