Class JDFAutoModulePhase

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

    public abstract class JDFAutoModulePhase
    extends JDFElement
    class JDFAutoModulePhase : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoModulePhase

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

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

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

      • setCombinedProcessIndex

        public void setCombinedProcessIndex​(JDFIntegerList value)
        (36) set attribute CombinedProcessIndex
        Parameters:
        value - the value to set the attribute to
      • getCombinedProcessIndex

        public JDFIntegerList getCombinedProcessIndex()
        (20) get JDFIntegerList attribute CombinedProcessIndex
        Returns:
        JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
      • setDeviceID

        public void setDeviceID​(java.lang.String value)
        (36) set attribute DeviceID
        Parameters:
        value - the value to set the attribute to
      • getDeviceID

        public java.lang.String getDeviceID()
        (23) get String attribute DeviceID
        Returns:
        the value of the attribute
      • setDeviceStatus

        public void setDeviceStatus​(JDFAutoDeviceInfo.EnumDeviceStatus enumVar)
        (5) set attribute DeviceStatus
        Parameters:
        enumVar - the enumVar to set the attribute to
      • 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
      • setModuleID

        public void setModuleID​(java.lang.String value)
        (36) set attribute ModuleID
        Parameters:
        value - the value to set the attribute to
      • getModuleID

        public java.lang.String getModuleID()
        (23) get String attribute ModuleID
        Returns:
        the value of the attribute
      • setModuleIndex

        public void setModuleIndex​(JDFIntegerRangeList value)
        (36) set attribute ModuleIndex
        Parameters:
        value - the value to set the attribute to
      • getModuleIndex

        public JDFIntegerRangeList getModuleIndex()
        (20) get JDFIntegerRangeList attribute ModuleIndex
        Returns:
        JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
      • setModuleType

        public void setModuleType​(java.lang.String value)
        (36) set attribute ModuleType
        Parameters:
        value - the value to set the attribute to
      • getModuleType

        public java.lang.String getModuleType()
        (23) get String attribute ModuleType
        Returns:
        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
      • setStatusDetails

        public void setStatusDetails​(java.lang.String value)
        (36) set attribute StatusDetails
        Parameters:
        value - the value to set the attribute to
      • getStatusDetails

        public java.lang.String getStatusDetails()
        (23) get String attribute StatusDetails
        Returns:
        the value of the attribute
      • getCreateEmployee

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

        public JDFEmployee getEmployee​(int iSkip)
        (27) const get element Employee
        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
        Returns:
        Collection, null if none are available
      • appendEmployee

        public JDFEmployee appendEmployee()
        (30) append element Employee
        Returns:
        JDFEmployee the element
      • refEmployee

        public void refEmployee​(JDFEmployee refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced