Class JDFAutoRequestQueueEntryParams

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

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

      • JDFAutoRequestQueueEntryParams

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

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

        protected JDFAutoRequestQueueEntryParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                                 java.lang.String myNamespaceURI,
                                                 java.lang.String qualifiedName,
                                                 java.lang.String myLocalName)
        Constructor for JDFAutoRequestQueueEntryParams
        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
      • 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
      • setQueueURL

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

        public java.lang.String getQueueURL()
        (23) get String attribute QueueURL
        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 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
      • 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 @ if the element already exists