Class JDFAutoModified

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Comparator<JDFAudit>, 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:
    JDFModified

    public abstract class JDFAutoModified
    extends JDFAudit
    class JDFAutoModified : public JDFAudit
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoModified

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

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

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

      • setjRef

        public void setjRef​(java.lang.String value)
        (36) set attribute jRef
        Parameters:
        value - the value to set the attribute to
      • getjRef

        public java.lang.String getjRef()
        (23) get String attribute jRef
        Returns:
        the value of the attribute
      • setXPath

        public void setXPath​(java.lang.String value)
        (36) set attribute XPath
        Parameters:
        value - the value to set the attribute to
      • getXPath

        public java.lang.String getXPath()
        (23) get String attribute XPath
        Returns:
        the value of the attribute
      • 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 java.util.Collection<JDFEmployee> getAllEmployee()
        Get all Employee from the current element
        Overrides:
        getAllEmployee in class JDFAudit
        Returns:
        Collection, null if none are available