Class JDFAutoResourcePullParams

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

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

      • JDFAutoResourcePullParams

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

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

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

      • 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
      • setHold

        public void setHold​(boolean value)
        (36) set attribute Hold
        Parameters:
        value - the value to set the attribute to
      • getHold

        public boolean getHold()
        (18) get boolean attribute Hold
        Returns:
        boolean the value of the attribute
      • setNextQueueEntryID

        public void setNextQueueEntryID​(java.lang.String value)
        (36) set attribute NextQueueEntryID
        Parameters:
        value - the value to set the attribute to
      • getNextQueueEntryID

        public java.lang.String getNextQueueEntryID()
        (23) get String attribute NextQueueEntryID
        Returns:
        the value of the attribute
      • setPrevQueueEntryID

        public void setPrevQueueEntryID​(java.lang.String value)
        (36) set attribute PrevQueueEntryID
        Parameters:
        value - the value to set the attribute to
      • getPrevQueueEntryID

        public java.lang.String getPrevQueueEntryID()
        (23) get String attribute PrevQueueEntryID
        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
      • 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​(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
      • setResourceID

        public void setResourceID​(java.lang.String value)
        (36) set attribute ResourceID
        Parameters:
        value - the value to set the attribute to
      • getResourceID

        public java.lang.String getResourceID()
        (23) get String attribute ResourceID
        Returns:
        the value of the attribute
      • setReturnURL

        public void setReturnURL​(java.lang.String value)
        (36) set attribute ReturnURL
        Parameters:
        value - the value to set the attribute to
      • getReturnURL

        public java.lang.String getReturnURL()
        (23) get String attribute ReturnURL
        Returns:
        the value of the attribute
      • setWatchURL

        public void setWatchURL​(java.lang.String value)
        (36) set attribute WatchURL
        Parameters:
        value - the value to set the attribute to
      • getWatchURL

        public java.lang.String getWatchURL()
        (23) get String attribute WatchURL
        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
      • getDisposition

        public JDFDisposition getDisposition()
        (24) const get element Disposition
        Returns:
        JDFDisposition the element
      • getCreateDisposition

        public JDFDisposition getCreateDisposition()
        (25) getCreateDisposition
        Returns:
        JDFDisposition the element
      • appendDisposition

        public JDFDisposition appendDisposition()
        (29) append element Disposition
        Returns:
        JDFDisposition the element @ if the element already exists
      • 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