Class JDFAutoActivity

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

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

      • JDFAutoActivity

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

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

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

      • setActivityID

        public void setActivityID​(java.lang.String value)
        (36) set attribute ActivityID
        Parameters:
        value - the value to set the attribute to
      • getActivityID

        public java.lang.String getActivityID()
        (23) get String attribute ActivityID
        Returns:
        the value of the attribute
      • setActivityName

        public void setActivityName​(java.lang.String value)
        (36) set attribute ActivityName
        Parameters:
        value - the value to set the attribute to
      • getActivityName

        public java.lang.String getActivityName()
        (23) get String attribute ActivityName
        Returns:
        the value of the attribute
      • setEndTime

        public void setEndTime​(JDFDate value)
        (11) set attribute EndTime
        Parameters:
        value - the value to set the attribute to or null
      • getEndTime

        public JDFDate getEndTime()
        (12) get JDFDate attribute EndTime
        Returns:
        JDFDate the value of the attribute
      • setPersonalID

        public void setPersonalID​(java.lang.String value)
        (36) set attribute PersonalID
        Parameters:
        value - the value to set the attribute to
      • getPersonalID

        public java.lang.String getPersonalID()
        (23) get String attribute PersonalID
        Returns:
        the value of the attribute
      • setStartTime

        public void setStartTime​(JDFDate value)
        (11) set attribute StartTime
        Parameters:
        value - the value to set the attribute to or null
      • getStartTime

        public JDFDate getStartTime()
        (12) get JDFDate attribute StartTime
        Returns:
        JDFDate the value of the attribute