Class JDFAutoError

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

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

    • JDFAutoError

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

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

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

      public void setErrorID(String value)
      (36) set attribute ErrorID
      Parameters:
      value - the value to set the attribute to
    • getErrorID

      public String getErrorID()
      (23) get String attribute ErrorID
      Returns:
      the value of the attribute
    • setResend

      public void setResend(JDFAutoError.EResend enumVar)
      (5) set attribute Resend
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEResend

      public JDFAutoError.EResend getEResend()
      (9) get attribute Resend
      Returns:
      the value of the attribute
    • setResend

      @Deprecated public void setResend(JDFAutoError.EnumResend enumVar)
      Deprecated.
      use SetResend(EResend) based on java.lang.enum instead
      (5) set attribute Resend
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getResend

      Deprecated.
      use EResend GetEResend() based on java.lang.enum instead
      (9) get attribute Resend
      Returns:
      the value of the attribute
    • setReturnCode

      public void setReturnCode(int value)
      (36) set attribute ReturnCode
      Parameters:
      value - the value to set the attribute to
    • getReturnCode

      public int getReturnCode()
      (15) get int attribute ReturnCode
      Returns:
      int the value of the attribute
    • getErrorData

      public JDFErrorData getErrorData()
      (24) const get element ErrorData
      Returns:
      JDFErrorData the element
    • getCreateErrorData

      public JDFErrorData getCreateErrorData()
      (25) getCreateErrorData
      Returns:
      JDFErrorData the element
    • getCreateErrorData

      public JDFErrorData getCreateErrorData(int iSkip)
      (26) getCreateErrorData
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFErrorData the element
    • getErrorData

      public JDFErrorData getErrorData(int iSkip)
      (27) const get element ErrorData
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFErrorData the element default is getErrorData(0)
    • getAllErrorData

      public Collection<JDFErrorData> getAllErrorData()
      Get all ErrorData from the current element
      Returns:
      Collection, null if none are available
    • appendErrorData

      public JDFErrorData appendErrorData()
      (30) append element ErrorData
      Returns:
      JDFErrorData the element