Class JDFAutoModifyNodeCmdParams

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

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

    • JDFAutoModifyNodeCmdParams

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

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

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

      public JDFNewComment getNewComment()
      (24) const get element NewComment
      Returns:
      JDFNewComment the element
    • getCreateNewComment

      public JDFNewComment getCreateNewComment()
      (25) getCreateNewComment
      Returns:
      JDFNewComment the element
    • getCreateNewComment

      public JDFNewComment getCreateNewComment(int iSkip)
      (26) getCreateNewComment
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFNewComment the element
    • getNewComment

      public JDFNewComment getNewComment(int iSkip)
      (27) const get element NewComment
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFNewComment the element default is getNewComment(0)
    • getAllNewComment

      public Collection<JDFNewComment> getAllNewComment()
      Get all NewComment from the current element
      Returns:
      Collection, null if none are available
    • appendNewComment

      public JDFNewComment appendNewComment()
      (30) append element NewComment
      Returns:
      JDFNewComment the element