Class JDFAutoActivity

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

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

    • JDFAutoActivity

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • setActivityID

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

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

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

      public 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(String value)
      (36) set attribute PersonalID
      Parameters:
      value - the value to set the attribute to
    • getPersonalID

      public 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