Class JDFAutoQueue

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

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

      • JDFAutoQueue

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

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

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

      • setQueueStatus

        public void setQueueStatus​(JDFAutoQueue.EnumQueueStatus enumVar)
        (5) set attribute Status
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setDeviceID

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

        public java.lang.String getDeviceID()
        (23) get String attribute DeviceID
        Returns:
        the value of the attribute
      • setMaxQueueSize

        public void setMaxQueueSize​(int value)
        (36) set attribute MaxQueueSize
        Parameters:
        value - the value to set the attribute to
      • getMaxQueueSize

        public int getMaxQueueSize()
        (15) get int attribute MaxQueueSize
        Returns:
        int the value of the attribute
      • setQueueSize

        public void setQueueSize​(int value)
        (36) set attribute QueueSize
        Parameters:
        value - the value to set the attribute to
      • getQueueSize

        public int getQueueSize()
        (15) get int attribute QueueSize
        Returns:
        int the value of the attribute
      • getCreateDevice

        public JDFDevice getCreateDevice​(int iSkip)
        (26) getCreateDevice
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDevice the element
      • getDevice

        public JDFDevice getDevice​(int iSkip)
        (27) const get element Device
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDevice the element default is getDevice(0)
      • getAllDevice

        public java.util.Collection<JDFDevice> getAllDevice()
        Get all Device from the current element
        Returns:
        Collection, null if none are available
      • appendDevice

        public JDFDevice appendDevice()
        (30) append element Device
        Returns:
        JDFDevice the element
      • getCreateQueueEntry

        public JDFQueueEntry getCreateQueueEntry​(int iSkip)
        (26) getCreateQueueEntry
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFQueueEntry the element
      • getQueueEntry

        public JDFQueueEntry getQueueEntry​(int iSkip)
        (27) const get element QueueEntry
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFQueueEntry the element default is getQueueEntry(0)
      • getAllQueueEntry

        public java.util.Collection<JDFQueueEntry> getAllQueueEntry()
        Get all QueueEntry from the current element
        Returns:
        Collection, null if none are available
      • appendQueueEntry

        public JDFQueueEntry appendQueueEntry()
        (30) append element QueueEntry
        Returns:
        JDFQueueEntry the element