Class JDFAutoQueue

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

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

    • JDFAutoQueue

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

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

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

      public void setQueueStatus(JDFAutoQueue.EQueueStatus enumVar)
      (5) set attribute Status
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEQueueStatus

      public JDFAutoQueue.EQueueStatus getEQueueStatus()
      (9) get attribute Status
      Returns:
      the value of the attribute
    • setQueueStatus

      @Deprecated public void setQueueStatus(JDFAutoQueue.EnumQueueStatus enumVar)
      Deprecated.
      use SetQueueStatus(EQueueStatus) based on java.lang.enum instead
      (5) set attribute Status
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getQueueStatus

      @Deprecated public JDFAutoQueue.EnumQueueStatus getQueueStatus()
      Deprecated.
      use EQueueStatus GetEQueueStatus() based on java.lang.enum instead
      (9) get attribute Status
      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
    • 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
    • getDevice

      public JDFDevice getDevice()
      (24) const get element Device
      Returns:
      JDFDevice the element
    • getCreateDevice

      public JDFDevice getCreateDevice()
      (25) getCreateDevice
      Returns:
      JDFDevice the element
    • 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 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
    • getQueueEntry

      public JDFQueueEntry getQueueEntry()
      (24) const get element QueueEntry
      Returns:
      JDFQueueEntry the element
    • getCreateQueueEntry

      public JDFQueueEntry getCreateQueueEntry()
      (25) getCreateQueueEntry
      Returns:
      JDFQueueEntry 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 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