Class JDFAutoDateTimeEvaluation

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

public abstract class JDFAutoDateTimeEvaluation extends JDFResource
class JDFAutoDateTimeEvaluation : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoDateTimeEvaluation

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • setValueDurationList

      public void setValueDurationList(JDFDurationRangeList value)
      (36) set attribute ValueDurationList
      Parameters:
      value - the value to set the attribute to
    • getValueDurationList

      public JDFDurationRangeList getValueDurationList()
      (20) get JDFDurationRangeList attribute ValueDurationList
      Returns:
      JDFDurationRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFDurationRangeList
    • setValueList

      public void setValueList(JDFDateTimeRangeList value)
      (36) set attribute ValueList
      Parameters:
      value - the value to set the attribute to
    • getValueList

      public JDFDateTimeRangeList getValueList()
      (20) get JDFDateTimeRangeList attribute ValueList
      Returns:
      JDFDateTimeRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFDateTimeRangeList
    • getBasicPreflightTest

      public JDFBasicPreflightTest getBasicPreflightTest()
      (24) const get element BasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element
    • getCreateBasicPreflightTest

      public JDFBasicPreflightTest getCreateBasicPreflightTest()
      (25) getCreateBasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element
    • getCreateBasicPreflightTest

      public JDFBasicPreflightTest getCreateBasicPreflightTest(int iSkip)
      (26) getCreateBasicPreflightTest
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBasicPreflightTest the element
    • getBasicPreflightTest

      public JDFBasicPreflightTest getBasicPreflightTest(int iSkip)
      (27) const get element BasicPreflightTest
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBasicPreflightTest the element default is getBasicPreflightTest(0)
    • getAllBasicPreflightTest

      public Collection<JDFBasicPreflightTest> getAllBasicPreflightTest()
      Get all BasicPreflightTest from the current element
      Returns:
      Collection, null if none are available
    • appendBasicPreflightTest

      public JDFBasicPreflightTest appendBasicPreflightTest()
      (30) append element BasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element