Class JDFAutoResourcePullParams

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

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

    • JDFAutoResourcePullParams

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

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

      protected JDFAutoResourcePullParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoResourcePullParams
      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
    • 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(String value)
      (36) set attribute NextQueueEntryID
      Parameters:
      value - the value to set the attribute to
    • getNextQueueEntryID

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

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

      public String getPrevQueueEntryID()
      (23) get String attribute PrevQueueEntryID
      Returns:
      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
    • 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(String value)
      (36) set attribute QueueEntryID
      Parameters:
      value - the value to set the attribute to
    • getQueueEntryID

      public String getQueueEntryID()
      (23) get String attribute QueueEntryID
      Returns:
      the value of the attribute
    • setRepeatPolicy

      public void setRepeatPolicy(JDFAutoResourcePullParams.ERepeatPolicy enumVar)
      (5) set attribute RepeatPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getERepeatPolicy

      public JDFAutoResourcePullParams.ERepeatPolicy getERepeatPolicy()
      (9) get attribute RepeatPolicy
      Returns:
      the value of the attribute
    • setRepeatPolicy

      @Deprecated public void setRepeatPolicy(JDFAutoResourcePullParams.EnumRepeatPolicy enumVar)
      Deprecated.
      use SetRepeatPolicy(ERepeatPolicy) based on java.lang.enum instead
      (5) set attribute RepeatPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getRepeatPolicy

      Deprecated.
      use ERepeatPolicy GetERepeatPolicy() based on java.lang.enum instead
      (9) get attribute RepeatPolicy
      Returns:
      the value of the attribute
    • setResourceID

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

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

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

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

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

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