Class JDFAutoError

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFError

    public abstract class JDFAutoError
    extends JDFElement
    class JDFAutoError : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoError

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

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

        protected JDFAutoError​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                               java.lang.String myNamespaceURI,
                               java.lang.String qualifiedName,
                               java.lang.String myLocalName)
        Constructor for JDFAutoError
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setErrorID

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

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

        public void setResend​(JDFAutoError.EnumResend enumVar)
        (5) set attribute Resend
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getResend

        public JDFAutoError.EnumResend getResend()
        (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 java.util.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