Class JDFAutoPRError

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:
JDFPRError

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

    • JDFAutoPRError

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

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

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

    • getTheAttributeInfo

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

      public void setErrorType(JDFAutoPRError.EErrorType enumVar)
      (5) set attribute ErrorType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEErrorType

      public JDFAutoPRError.EErrorType getEErrorType()
      (9) get attribute ErrorType
      Returns:
      the value of the attribute
    • setErrorType

      @Deprecated public void setErrorType(JDFAutoPRError.EnumErrorType enumVar)
      Deprecated.
      use SetErrorType(EErrorType) based on java.lang.enum instead
      (5) set attribute ErrorType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getErrorType

      Deprecated.
      use EErrorType GetEErrorType() based on java.lang.enum instead
      (9) get attribute ErrorType
      Returns:
      the value of the attribute
    • setValue

      public void setValue(String value)
      (36) set attribute Value
      Parameters:
      value - the value to set the attribute to
    • getValue

      public String getValue()
      (23) get String attribute Value
      Returns:
      the value of the attribute