Class JDFAutoQueueEntry

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoQueueEntry
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFQueueEntry

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

    • JDFAutoQueueEntry

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

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

      protected JDFAutoQueueEntry(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoQueueEntry
      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
    • setDeviceID

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

      public String getDeviceID()
      (23) get String attribute DeviceID
      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
    • setGangName

      public void setGangName(String value)
      (36) set attribute GangName
      Parameters:
      value - the value to set the attribute to
    • getGangName

      public String getGangName()
      (23) get String attribute GangName
      Returns:
      the value of the attribute
    • setGangPolicy

      public void setGangPolicy(JDFAutoQueueEntry.EnumGangPolicy enumVar)
      (5) set attribute GangPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getGangPolicy

      public JDFAutoQueueEntry.EnumGangPolicy getGangPolicy()
      (9) get attribute GangPolicy
      Returns:
      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
    • setPriority

      public void setPriority(int value)
      (36) set attribute Priority
      Parameters:
      value - the value to set the attribute to
    • getPriority

      public int getPriority()
      (15) get int attribute Priority
      Returns:
      int 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
    • setQueueEntryStatus

      public void setQueueEntryStatus(JDFAutoQueueEntry.EnumQueueEntryStatus enumVar)
      (5) set attribute Status
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getQueueEntryStatus

      public JDFAutoQueueEntry.EnumQueueEntryStatus getQueueEntryStatus()
      (9) get attribute Status
      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
    • 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
    • getJobPhase

      public JDFJobPhase getJobPhase()
      (24) const get element JobPhase
      Returns:
      JDFJobPhase the element
    • getCreateJobPhase

      public JDFJobPhase getCreateJobPhase()
      (25) getCreateJobPhase
      Returns:
      JDFJobPhase the element
    • getCreateJobPhase

      public JDFJobPhase getCreateJobPhase(int iSkip)
      (26) getCreateJobPhase
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFJobPhase the element
    • getJobPhase

      public JDFJobPhase getJobPhase(int iSkip)
      (27) const get element JobPhase
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFJobPhase the element default is getJobPhase(0)
    • getAllJobPhase

      public Collection<JDFJobPhase> getAllJobPhase()
      Get all JobPhase from the current element
      Returns:
      Collection, null if none are available
    • appendJobPhase

      public JDFJobPhase appendJobPhase()
      (30) append element JobPhase
      Returns:
      JDFJobPhase the element
    • 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
    • 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