Class JDFAutoNodeInfoCmdParams

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

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

    • JDFAutoNodeInfoCmdParams

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

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

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

      public void setUpdateMethod(JDFAutoNodeInfoCmdParams.EnumUpdateMethod enumVar)
      (5) set attribute UpdateMethod
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getUpdateMethod

      (9) get attribute UpdateMethod
      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
    • getNodeInfo

      public JDFNodeInfo getNodeInfo()
      (24) const get element NodeInfo
      Returns:
      JDFNodeInfo the element
    • getCreateNodeInfo

      public JDFNodeInfo getCreateNodeInfo()
      (25) getCreateNodeInfo
      Returns:
      JDFNodeInfo the element
    • appendNodeInfo

      public JDFNodeInfo appendNodeInfo()
      (29) append element NodeInfo
      Returns:
      JDFNodeInfo the element @ if the element already exists