Class JDFAutoQueueFilter

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

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

    • JDFAutoQueueFilter

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

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

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

      public void setFirstEntry(String value)
      (36) set attribute FirstEntry
      Parameters:
      value - the value to set the attribute to
    • getFirstEntry

      public String getFirstEntry()
      (23) get String attribute FirstEntry
      Returns:
      the value of the attribute
    • setGangNames

      public void setGangNames(VString value)
      (36) set attribute GangNames
      Parameters:
      value - the value to set the attribute to
    • getGangNames

      public VString getGangNames()
      (21) get VString attribute GangNames
      Returns:
      VString 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
    • setLastEntry

      public void setLastEntry(String value)
      (36) set attribute LastEntry
      Parameters:
      value - the value to set the attribute to
    • getLastEntry

      public String getLastEntry()
      (23) get String attribute LastEntry
      Returns:
      the value of the attribute
    • setMaxEntries

      public void setMaxEntries(int value)
      (36) set attribute MaxEntries
      Parameters:
      value - the value to set the attribute to
    • getMaxEntries

      public int getMaxEntries()
      (15) get int attribute MaxEntries
      Returns:
      int the value of the attribute
    • setMaxPriority

      public void setMaxPriority(int value)
      (36) set attribute MaxPriority
      Parameters:
      value - the value to set the attribute to
    • getMaxPriority

      public int getMaxPriority()
      (15) get int attribute MaxPriority
      Returns:
      int the value of the attribute
    • setMinPriority

      public void setMinPriority(int value)
      (36) set attribute MinPriority
      Parameters:
      value - the value to set the attribute to
    • getMinPriority

      public int getMinPriority()
      (15) get int attribute MinPriority
      Returns:
      int the value of the attribute
    • setOlderThan

      public void setOlderThan(JDFDate value)
      (11) set attribute OlderThan
      Parameters:
      value - the value to set the attribute to or null
    • getOlderThan

      public JDFDate getOlderThan()
      (12) get JDFDate attribute OlderThan
      Returns:
      JDFDate the value of the attribute
    • setEPreviewUsages

      public void setEPreviewUsages(List<JDFAutoQueueFilter.EPreviewUsages> v)
      (5.2) set attribute PreviewUsages
      Parameters:
      v - List of the enumeration values
    • getEnumsPreviewUsages

      public List<JDFAutoQueueFilter.EPreviewUsages> getEnumsPreviewUsages()
      (9.2) get PreviewUsages attribute PreviewUsages
      Returns:
      Vector of the enumerations
    • setPreviewUsages

      @Deprecated public void setPreviewUsages(List<JDFAutoQueueFilter.EnumPreviewUsages> v)
      Deprecated.
      use SetEPreviewUsages(List) based on java.lang.enum instead
      (5.2) set attribute PreviewUsages
      Parameters:
      v - List of the enumeration values
    • getPreviewUsages

      Deprecated.
      use List GetEPreviewUsages() based on java.lang.enum instead
      (9.2) get PreviewUsages attribute PreviewUsages
      Returns:
      Vector of the enumerations
    • setNewerThan

      public void setNewerThan(JDFDate value)
      (11) set attribute NewerThan
      Parameters:
      value - the value to set the attribute to or null
    • getNewerThan

      public JDFDate getNewerThan()
      (12) get JDFDate attribute NewerThan
      Returns:
      JDFDate the value of the attribute
    • setQueueEntryDetails

      public void setQueueEntryDetails(JDFAutoQueueFilter.EQueueEntryDetails enumVar)
      (5) set attribute QueueEntryDetails
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEQueueEntryDetails

      public JDFAutoQueueFilter.EQueueEntryDetails getEQueueEntryDetails()
      (9) get attribute QueueEntryDetails
      Returns:
      the value of the attribute
    • setQueueEntryDetails

      @Deprecated public void setQueueEntryDetails(JDFAutoQueueFilter.EnumQueueEntryDetails enumVar)
      Deprecated.
      use SetQueueEntryDetails(EQueueEntryDetails) based on java.lang.enum instead
      (5) set attribute QueueEntryDetails
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getQueueEntryDetails

      Deprecated.
      use EQueueEntryDetails GetEQueueEntryDetails() based on java.lang.enum instead
      (9) get attribute QueueEntryDetails
      Returns:
      the value of the attribute
    • setEStatusList

      public void setEStatusList(List<JDFAutoQueueEntry.EQueueEntryStatus> v)
      (5.2) set attribute StatusList
      Parameters:
      v - List of the enumeration values
    • getEnumsStatusList

      public List<JDFAutoQueueEntry.EQueueEntryStatus> getEnumsStatusList()
      (9.2) get StatusList attribute StatusList
      Returns:
      Vector of the enumerations
    • setStatusList

      Deprecated.
      use SetEStatusList(List) based on java.lang.enum instead
      (5.2) set attribute StatusList
      Parameters:
      v - List of the enumeration values
    • getStatusList

      Deprecated.
      use List GetEStatusList() based on java.lang.enum instead
      (9.2) get StatusList attribute StatusList
      Returns:
      Vector of the enumerations
    • setUpdateGranularity

      public void setUpdateGranularity(JDFAutoQueueFilter.EUpdateGranularity enumVar)
      (5) set attribute UpdateGranularity
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEUpdateGranularity

      public JDFAutoQueueFilter.EUpdateGranularity getEUpdateGranularity()
      (9) get attribute UpdateGranularity
      Returns:
      the value of the attribute
    • setUpdateGranularity

      @Deprecated public void setUpdateGranularity(JDFAutoQueueFilter.EnumUpdateGranularity enumVar)
      Deprecated.
      use SetUpdateGranularity(EUpdateGranularity) based on java.lang.enum instead
      (5) set attribute UpdateGranularity
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getUpdateGranularity

      Deprecated.
      use EUpdateGranularity GetEUpdateGranularity() based on java.lang.enum instead
      (9) get attribute UpdateGranularity
      Returns:
      the value of the attribute
    • getQueueEntryDef

      public JDFQueueEntryDef getQueueEntryDef()
      (24) const get element QueueEntryDef
      Returns:
      JDFQueueEntryDef the element
    • getCreateQueueEntryDef

      public JDFQueueEntryDef getCreateQueueEntryDef()
      (25) getCreateQueueEntryDef
      Returns:
      JDFQueueEntryDef the element
    • getCreateQueueEntryDef

      public JDFQueueEntryDef getCreateQueueEntryDef(int iSkip)
      (26) getCreateQueueEntryDef
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFQueueEntryDef the element
    • getQueueEntryDef

      public JDFQueueEntryDef getQueueEntryDef(int iSkip)
      (27) const get element QueueEntryDef
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFQueueEntryDef the element default is getQueueEntryDef(0)
    • getAllQueueEntryDef

      public Collection<JDFQueueEntryDef> getAllQueueEntryDef()
      Get all QueueEntryDef from the current element
      Returns:
      Collection, null if none are available
    • appendQueueEntryDef

      public JDFQueueEntryDef appendQueueEntryDef()
      (30) append element QueueEntryDef
      Returns:
      JDFQueueEntryDef the element
    • 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
    • getGangSource

      public JDFGangSource getGangSource()
      (24) const get element GangSource
      Returns:
      JDFGangSource the element
    • getCreateGangSource

      public JDFGangSource getCreateGangSource()
      (25) getCreateGangSource
      Returns:
      JDFGangSource the element
    • getCreateGangSource

      public JDFGangSource getCreateGangSource(int iSkip)
      (26) getCreateGangSource
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGangSource the element
    • getGangSource

      public JDFGangSource getGangSource(int iSkip)
      (27) const get element GangSource
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGangSource the element default is getGangSource(0)
    • getAllGangSource

      public Collection<JDFGangSource> getAllGangSource()
      Get all GangSource from the current element
      Returns:
      Collection, null if none are available
    • appendGangSource

      public JDFGangSource appendGangSource()
      (30) append element GangSource
      Returns:
      JDFGangSource the element
    • 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