Class JDFAutoJobPhase

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

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

      • JDFAutoJobPhase

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

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

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

      • setActivation

        public void setActivation​(JDFNode.EnumActivation enumVar)
        (5) set attribute Activation
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getActivation

        public JDFNode.EnumActivation getActivation()
        (9) get attribute Activation
        Returns:
        the value of the attribute
      • setAmount

        public void setAmount​(double value)
        (36) set attribute Amount
        Parameters:
        value - the value to set the attribute to
      • getAmount

        public double getAmount()
        (17) get double attribute Amount
        Returns:
        double the value of the attribute
      • setDeadLine

        public void setDeadLine​(JDFAutoJobPhase.EnumDeadLine enumVar)
        (5) set attribute DeadLine
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setEndTime

        public void setEndTime​(JDFDate value)
        (11) set attribute EndTime
        Parameters:
        value - the value to set the attribute to or null
      • getEndTime

        public JDFDate getEndTime()
        (12) get JDFDate attribute EndTime
        Returns:
        JDFDate the value of the attribute
      • setJobID

        public void setJobID​(java.lang.String value)
        (36) set attribute JobID
        Parameters:
        value - the value to set the attribute to
      • getJobID

        public java.lang.String getJobID()
        (23) get String attribute JobID
        Returns:
        the value of the attribute
      • setJobPartID

        public void setJobPartID​(java.lang.String value)
        (36) set attribute JobPartID
        Parameters:
        value - the value to set the attribute to
      • getJobPartID

        public java.lang.String getJobPartID()
        (23) get String attribute JobPartID
        Returns:
        the value of the attribute
      • setPercentCompleted

        public void setPercentCompleted​(double value)
        (36) set attribute PercentCompleted
        Parameters:
        value - the value to set the attribute to
      • getPercentCompleted

        public double getPercentCompleted()
        (17) get double attribute PercentCompleted
        Returns:
        double the value of the attribute
      • setPhaseAmount

        public void setPhaseAmount​(double value)
        (36) set attribute PhaseAmount
        Parameters:
        value - the value to set the attribute to
      • getPhaseAmount

        public double getPhaseAmount()
        (17) get double attribute PhaseAmount
        Returns:
        double the value of the attribute
      • setPhaseStartTime

        public void setPhaseStartTime​(JDFDate value)
        (11) set attribute PhaseStartTime
        Parameters:
        value - the value to set the attribute to or null
      • getPhaseStartTime

        public JDFDate getPhaseStartTime()
        (12) get JDFDate attribute PhaseStartTime
        Returns:
        JDFDate the value of the attribute
      • setPhaseWaste

        public void setPhaseWaste​(double value)
        (36) set attribute PhaseWaste
        Parameters:
        value - the value to set the attribute to
      • getPhaseWaste

        public double getPhaseWaste()
        (17) get double attribute PhaseWaste
        Returns:
        double the value of the attribute
      • setQueueEntryID

        public void setQueueEntryID​(java.lang.String value)
        (36) set attribute QueueEntryID
        Parameters:
        value - the value to set the attribute to
      • getQueueEntryID

        public java.lang.String getQueueEntryID()
        (23) get String attribute QueueEntryID
        Returns:
        the value of the attribute
      • setRelatedJobID

        public void setRelatedJobID​(java.lang.String value)
        (36) set attribute RelatedJobID
        Parameters:
        value - the value to set the attribute to
      • getRelatedJobID

        public java.lang.String getRelatedJobID()
        (23) get String attribute RelatedJobID
        Returns:
        the value of the attribute
      • setRelatedJobPartID

        public void setRelatedJobPartID​(java.lang.String value)
        (36) set attribute RelatedJobPartID
        Parameters:
        value - the value to set the attribute to
      • getRelatedJobPartID

        public java.lang.String getRelatedJobPartID()
        (23) get String attribute RelatedJobPartID
        Returns:
        the value of the attribute
      • setRestTime

        public void setRestTime​(JDFDuration value)
        (36) set attribute RestTime
        Parameters:
        value - the value to set the attribute to
      • getRestTime

        public JDFDuration getRestTime()
        (20) get JDFDuration attribute RestTime
        Returns:
        JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
      • setSpeed

        public void setSpeed​(double value)
        (36) set attribute Speed
        Parameters:
        value - the value to set the attribute to
      • getSpeed

        public double getSpeed()
        (17) get double attribute Speed
        Returns:
        double the value of the attribute
      • setSpawnID

        public void setSpawnID​(java.lang.String value)
        (36) set attribute SpawnID
        Parameters:
        value - the value to set the attribute to
      • getSpawnID

        public java.lang.String getSpawnID()
        (23) get String attribute SpawnID
        Returns:
        the value of the attribute
      • setStartTime

        public void setStartTime​(JDFDate value)
        (11) set attribute StartTime
        Parameters:
        value - the value to set the attribute to or null
      • getStartTime

        public JDFDate getStartTime()
        (12) get JDFDate attribute StartTime
        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
      • setToolIDs

        public void setToolIDs​(VString value)
        (36) set attribute ToolIDs
        Parameters:
        value - the value to set the attribute to
      • getToolIDs

        public VString getToolIDs()
        (21) get VString attribute ToolIDs
        Returns:
        VString the value of the attribute
      • setTotalAmount

        public void setTotalAmount​(double value)
        (36) set attribute TotalAmount
        Parameters:
        value - the value to set the attribute to
      • getTotalAmount

        public double getTotalAmount()
        (17) get double attribute TotalAmount
        Returns:
        double the value of the attribute
      • setURL

        public void setURL​(java.lang.String value)
        (36) set attribute URL
        Parameters:
        value - the value to set the attribute to
      • getURL

        public java.lang.String getURL()
        (23) get String attribute URL
        Returns:
        the value of the attribute
      • setWaste

        public void setWaste​(double value)
        (36) set attribute Waste
        Parameters:
        value - the value to set the attribute to
      • getWaste

        public double getWaste()
        (17) get double attribute Waste
        Returns:
        double the value of the attribute
      • setWorkStepID

        public void setWorkStepID​(java.lang.String value)
        (36) set attribute WorkStepID
        Parameters:
        value - the value to set the attribute to
      • getWorkStepID

        public java.lang.String getWorkStepID()
        (23) get String attribute WorkStepID
        Returns:
        the value of the attribute
      • getCreateActivity

        public JDFActivity getCreateActivity​(int iSkip)
        (26) getCreateActivity
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFActivity the element
      • getActivity

        public JDFActivity getActivity​(int iSkip)
        (27) const get element Activity
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFActivity the element default is getActivity(0)
      • getAllActivity

        public java.util.Collection<JDFActivity> getAllActivity()
        Get all Activity from the current element
        Returns:
        Collection, null if none are available
      • appendActivity

        public JDFActivity appendActivity()
        (30) append element Activity
        Returns:
        JDFActivity the element
      • getCostCenter

        public JDFCostCenter getCostCenter()
        (24) const get element CostCenter
        Returns:
        JDFCostCenter the element
      • getCreateCostCenter

        public JDFCostCenter getCreateCostCenter()
        (25) getCreateCostCenter
        Returns:
        JDFCostCenter the element
      • appendCostCenter

        public JDFCostCenter appendCostCenter()
        (29) append element CostCenter
        Returns:
        JDFCostCenter the element @ if the element already exists
      • getCreateGangSource

        public JDFGangSource getCreateGangSource​(int iSkip)
        (26) getCreateGangSource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGangSource the element
      • getGangSource

        public JDFGangSource getGangSource​(int iSkip)
        (27) const get element GangSource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGangSource the element default is getGangSource(0)
      • getAllGangSource

        public java.util.Collection<JDFGangSource> getAllGangSource()
        Get all GangSource from the current element
        Returns:
        Collection, null if none are available
      • appendGangSource

        public JDFGangSource appendGangSource()
        (30) append element GangSource
        Returns:
        JDFGangSource 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 @ if the element already exists
      • getCreateModuleStatus

        public JDFModuleStatus getCreateModuleStatus​(int iSkip)
        (26) getCreateModuleStatus
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFModuleStatus the element
      • getModuleStatus

        public JDFModuleStatus getModuleStatus​(int iSkip)
        (27) const get element ModuleStatus
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFModuleStatus the element default is getModuleStatus(0)
      • getAllModuleStatus

        public java.util.Collection<JDFModuleStatus> getAllModuleStatus()
        Get all ModuleStatus from the current element
        Returns:
        Collection, null if none are available
      • appendModuleStatus

        public JDFModuleStatus appendModuleStatus()
        (30) append element ModuleStatus
        Returns:
        JDFModuleStatus 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