Class JDFAutoJobPhase

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

public abstract class JDFAutoJobPhase extends JDFElement
class JDFAutoJobPhase : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoJobPhase

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • 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
    • getDeadLine

      public JDFAutoJobPhase.EnumDeadLine getDeadLine()
      (9) get attribute DeadLine
      Returns:
      the value of the attribute
    • 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(String value)
      (36) set attribute JobID
      Parameters:
      value - the value to set the attribute to
    • getJobID

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

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

      public 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(String value)
      (36) set attribute QueueEntryID
      Parameters:
      value - the value to set the attribute to
    • getQueueEntryID

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

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

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

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

      public 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(String value)
      (36) set attribute SpawnID
      Parameters:
      value - the value to set the attribute to
    • getSpawnID

      public 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(String value)
      (36) set attribute StatusDetails
      Parameters:
      value - the value to set the attribute to
    • getStatusDetails

      public 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(String value)
      (36) set attribute URL
      Parameters:
      value - the value to set the attribute to
    • getURL

      public 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(String value)
      (36) set attribute WorkStepID
      Parameters:
      value - the value to set the attribute to
    • getWorkStepID

      public String getWorkStepID()
      (23) get String attribute WorkStepID
      Returns:
      the value of the attribute
    • getActivity

      public JDFActivity getActivity()
      (24) const get element Activity
      Returns:
      JDFActivity the element
    • getCreateActivity

      public JDFActivity getCreateActivity()
      (25) getCreateActivity
      Returns:
      JDFActivity the element
    • 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 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
    • getGangSource

      public JDFGangSource getGangSource()
      (24) const get element GangSource
      Returns:
      JDFGangSource the element
    • getCreateGangSource

      public JDFGangSource getCreateGangSource()
      (25) getCreateGangSource
      Returns:
      JDFGangSource the element
    • 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 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
    • getModuleStatus

      public JDFModuleStatus getModuleStatus()
      (24) const get element ModuleStatus
      Returns:
      JDFModuleStatus the element
    • getCreateModuleStatus

      public JDFModuleStatus getCreateModuleStatus()
      (25) getCreateModuleStatus
      Returns:
      JDFModuleStatus the element
    • 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 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
    • 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