Class JDFAutoRequestQueueEntryParams

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.JDFAutoRequestQueueEntryParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFRequestQueueEntryParams

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

    • JDFAutoRequestQueueEntryParams

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

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

      protected JDFAutoRequestQueueEntryParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoRequestQueueEntryParams
      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.EActivation enumVar)
      (5) set attribute Activation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEActivation

      public JDFNode.EActivation getEActivation()
      (9) get attribute Activation
      Returns:
      the value of the attribute
    • setActivation

      @Deprecated public void setActivation(JDFNode.EnumActivation enumVar)
      Deprecated.
      use SetActivation(EActivation) based on java.lang.enum instead
      (5) set attribute Activation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getActivation

      @Deprecated public JDFNode.EnumActivation getActivation()
      Deprecated.
      use EActivation GetEActivation() based on java.lang.enum instead
      (9) get attribute Activation
      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
    • setQueueURL

      public void setQueueURL(String value)
      (36) set attribute QueueURL
      Parameters:
      value - the value to set the attribute to
    • getQueueURL

      public String getQueueURL()
      (23) get String attribute QueueURL
      Returns:
      the value of the attribute
    • setSubmitPolicy

      public void setSubmitPolicy(JDFAutoRequestQueueEntryParams.ESubmitPolicy enumVar)
      (5) set attribute SubmitPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getESubmitPolicy

      (9) get attribute SubmitPolicy
      Returns:
      the value of the attribute
    • setSubmitPolicy

      @Deprecated public void setSubmitPolicy(JDFAutoRequestQueueEntryParams.EnumSubmitPolicy enumVar)
      Deprecated.
      use SetSubmitPolicy(ESubmitPolicy) based on java.lang.enum instead
      (5) set attribute SubmitPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSubmitPolicy

      Deprecated.
      use ESubmitPolicy GetESubmitPolicy() based on java.lang.enum instead
      (9) get attribute SubmitPolicy
      Returns:
      the value of the attribute
    • 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
    • getQueue

      public JDFQueue getQueue()
      (24) const get element Queue
      Returns:
      JDFQueue the element
    • getCreateQueue

      public JDFQueue getCreateQueue()
      (25) getCreateQueue
      Returns:
      JDFQueue the element
    • appendQueue

      public JDFQueue appendQueue()
      (29) append element Queue
      Returns:
      JDFQueue the element