Class JDFAutoModifyNodeCmdParams

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFModifyNodeCmdParams

    public abstract class JDFAutoModifyNodeCmdParams
    extends JDFElement
    class JDFAutoModifyNodeCmdParams : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoModifyNodeCmdParams

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

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

        protected JDFAutoModifyNodeCmdParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                             java.lang.String myNamespaceURI,
                                             java.lang.String qualifiedName,
                                             java.lang.String myLocalName)
        Constructor for JDFAutoModifyNodeCmdParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setActivation

        public void setActivation​(JDFNode.EnumActivation enumVar)
        (5) set attribute Activation
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getActivation

        public JDFNode.EnumActivation getActivation()
        (9) get attribute Activation
        Returns:
        the value of the attribute
      • setJobID

        public void setJobID​(java.lang.String value)
        (36) set attribute JobID
        Parameters:
        value - the value to set the attribute to
      • getJobID

        public java.lang.String getJobID()
        (23) get String attribute JobID
        Returns:
        the value of the attribute
      • setJobPartID

        public void setJobPartID​(java.lang.String value)
        (36) set attribute JobPartID
        Parameters:
        value - the value to set the attribute to
      • getJobPartID

        public java.lang.String getJobPartID()
        (23) get String attribute JobPartID
        Returns:
        the value of the attribute
      • 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 java.util.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