Class JDFAutoDisposition

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

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

      • JDFAutoDisposition

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

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

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

      • setDispositionAction

        public void setDispositionAction​(JDFAutoDisposition.EnumDispositionAction enumVar)
        (5) set attribute DispositionAction
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setPriority

        public void setPriority​(int value)
        (36) set attribute Priority
        Parameters:
        value - the value to set the attribute to
      • getPriority

        public int getPriority()
        (15) get int attribute Priority
        Returns:
        int the value of the attribute
      • setDispositionUsage

        public void setDispositionUsage​(JDFAutoDisposition.EnumDispositionUsage enumVar)
        (5) set attribute DispositionUsage
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setExtraDuration

        public void setExtraDuration​(JDFDuration value)
        (36) set attribute ExtraDuration
        Parameters:
        value - the value to set the attribute to
      • getExtraDuration

        public JDFDuration getExtraDuration()
        (20) get JDFDuration attribute ExtraDuration
        Returns:
        JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
      • setMinDuration

        public void setMinDuration​(JDFDuration value)
        (36) set attribute MinDuration
        Parameters:
        value - the value to set the attribute to
      • getMinDuration

        public JDFDuration getMinDuration()
        (20) get JDFDuration attribute MinDuration
        Returns:
        JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
      • setUntil

        public void setUntil​(JDFDate value)
        (11) set attribute Until
        Parameters:
        value - the value to set the attribute to or null
      • getUntil

        public JDFDate getUntil()
        (12) get JDFDate attribute Until
        Returns:
        JDFDate the value of the attribute