Class JDFAutoResourceAudit

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, Comparator<JDFAudit>, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFResourceAudit

public abstract class JDFAutoResourceAudit extends JDFAudit
class JDFAutoResourceAudit : public JDFAudit
See Also:
  • Constructor Details

    • JDFAutoResourceAudit

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFAutoAudit
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFAudit
      Returns:
      the elementinfo
      See Also:
    • setContentsModified

      public void setContentsModified(boolean value)
      (36) set attribute ContentsModified
      Parameters:
      value - the value to set the attribute to
    • getContentsModified

      public boolean getContentsModified()
      (18) get boolean attribute ContentsModified
      Returns:
      boolean the value of the attribute
    • setNodeStatus

      public void setNodeStatus(JDFElement.ENodeStatus enumVar)
      (5) set attribute NodeStatus
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getENodeStatus

      public JDFElement.ENodeStatus getENodeStatus()
      (9) get attribute NodeStatus
      Returns:
      the value of the attribute
    • setNodeStatus

      @Deprecated public void setNodeStatus(JDFElement.EnumNodeStatus enumVar)
      Deprecated.
      use SetNodeStatus(ENodeStatus) based on java.lang.enum instead
      (5) set attribute NodeStatus
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getNodeStatus

      @Deprecated public JDFElement.EnumNodeStatus getNodeStatus()
      Deprecated.
      use ENodeStatus GetENodeStatus() based on java.lang.enum instead
      (9) get attribute NodeStatus
      Returns:
      the value of the attribute
    • setReason

      public void setReason(JDFAutoResourceAudit.EReason enumVar)
      (5) set attribute Reason
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEReason

      public JDFAutoResourceAudit.EReason getEReason()
      (9) get attribute Reason
      Returns:
      the value of the attribute
    • setReason

      @Deprecated public void setReason(JDFAutoResourceAudit.EnumReason enumVar)
      Deprecated.
      use SetReason(EReason) based on java.lang.enum instead
      (5) set attribute Reason
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getReason

      Deprecated.
      use EReason GetEReason() based on java.lang.enum instead
      (9) get attribute Reason
      Returns:
      the value of the attribute
    • getEmployee

      public JDFEmployee getEmployee()
      (24) const get element Employee
      Returns:
      JDFEmployee the element
    • getCreateEmployee

      public JDFEmployee getCreateEmployee()
      (25) getCreateEmployee
      Returns:
      JDFEmployee the element
    • getCreateEmployee

      public JDFEmployee getCreateEmployee(int iSkip)
      (26) getCreateEmployee
      Overrides:
      getCreateEmployee in class JDFAudit
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEmployee the element
    • getEmployee

      public JDFEmployee getEmployee(int iSkip)
      (27) const get element Employee
      Overrides:
      getEmployee in class JDFAudit
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEmployee the element default is getEmployee(0)
    • getAllEmployee

      public Collection<JDFEmployee> getAllEmployee()
      Get all Employee from the current element
      Overrides:
      getAllEmployee in class JDFAudit
      Returns:
      Collection, null if none are available
    • appendEmployee

      public JDFEmployee appendEmployee()
      (30) append element Employee
      Overrides:
      appendEmployee in class JDFAudit
      Returns:
      JDFEmployee the element
    • getMISDetails

      public JDFMISDetails getMISDetails()
      (24) const get element MISDetails
      Returns:
      JDFMISDetails the element
    • getCreateMISDetails

      public JDFMISDetails getCreateMISDetails()
      (25) getCreateMISDetails
      Returns:
      JDFMISDetails the element
    • appendMISDetails

      public JDFMISDetails appendMISDetails()
      (29) append element MISDetails
      Returns:
      JDFMISDetails the element
    • 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