Class JDFAutoProcessRun

  • 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:
    JDFProcessRun

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

      • JDFAutoProcessRun

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

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

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

      • setDuration

        public void setDuration​(JDFDuration value)
        (36) set attribute Duration
        Parameters:
        value - the value to set the attribute to
      • getDuration

        public JDFDuration getDuration()
        (20) get JDFDuration attribute Duration
        Returns:
        JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
      • setEnd

        public void setEnd​(JDFDate value)
        (11) set attribute End
        Parameters:
        value - the value to set the attribute to or null
      • getEnd

        public JDFDate getEnd()
        (12) get JDFDate attribute End
        Returns:
        JDFDate the value of the attribute
      • setReturnTime

        public void setReturnTime​(JDFDate value)
        (11) set attribute ReturnTime
        Parameters:
        value - the value to set the attribute to or null
      • getReturnTime

        public JDFDate getReturnTime()
        (12) get JDFDate attribute ReturnTime
        Returns:
        JDFDate the value of the attribute
      • setStart

        public void setStart​(JDFDate value)
        (11) set attribute Start
        Parameters:
        value - the value to set the attribute to or null
      • getStart

        public JDFDate getStart()
        (12) get JDFDate attribute Start
        Returns:
        JDFDate the value of the attribute
      • setSubmissionTime

        public void setSubmissionTime​(JDFDate value)
        (11) set attribute SubmissionTime
        Parameters:
        value - the value to set the attribute to or null
      • getSubmissionTime

        public JDFDate getSubmissionTime()
        (12) get JDFDate attribute SubmissionTime
        Returns:
        JDFDate 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 java.util.Collection<JDFEmployee> getAllEmployee()
        Get all Employee from the current element
        Overrides:
        getAllEmployee in class JDFAudit
        Returns:
        Collection, null if none are available
      • 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 java.util.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