Class JDFAutoNewComment

  • 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:
    JDFNewComment

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

      • JDFAutoNewComment

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

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

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

      • setAction

        public void setAction​(JDFAutoNewComment.EnumAction enumVar)
        (5) set attribute Action
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setCommentID

        public void setCommentID​(java.lang.String value)
        (36) set attribute CommentID
        Parameters:
        value - the value to set the attribute to
      • getCommentID

        public java.lang.String getCommentID()
        (23) get String attribute CommentID
        Returns:
        the value of the attribute
      • setrefID

        public void setrefID​(java.lang.String value)
        (36) set attribute refID
        Parameters:
        value - the value to set the attribute to
      • getrefID

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