Class JDFAutoErrorData

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

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

    • JDFAutoErrorData

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

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

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

    • getTheAttributeInfo

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

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

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

      @Deprecated public void setErrorType(JDFAutoErrorData.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
    • setErrorURL

      public void setErrorURL(String value)
      (36) set attribute ErrorURL
      Parameters:
      value - the value to set the attribute to
    • getErrorURL

      public String getErrorURL()
      (23) get String attribute ErrorURL
      Returns:
      the value of the attribute
    • setFixExpression

      public void setFixExpression(String value)
      (36) set attribute FixExpression
      Parameters:
      value - the value to set the attribute to
    • getFixExpression

      public String getFixExpression()
      (23) get String attribute FixExpression
      Returns:
      the value of the attribute
    • setPath

      public void setPath(String value)
      (36) set attribute Path
      Parameters:
      value - the value to set the attribute to
    • getPath

      public String getPath()
      (23) get String attribute Path
      Returns:
      the value of the attribute