Class JDFAutoDateTimeEvaluation

  • 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

    public abstract class JDFAutoDateTimeEvaluation
    extends JDFResource
    class JDFAutoDateTimeEvaluation : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDateTimeEvaluation

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

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

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

      • 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 java.util.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