Class JDFAutoPreflightDetail

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

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

      • JDFAutoPreflightDetail

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

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

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

      • setPageRefs

        public void setPageRefs​(JDFIntegerRangeList value)
        (36) set attribute PageRefs
        Parameters:
        value - the value to set the attribute to
      • getPageRefs

        public JDFIntegerRangeList getPageRefs()
        (20) get JDFIntegerRangeList attribute PageRefs
        Returns:
        JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
      • setProperty

        public void setProperty​(java.lang.String value)
        (36) set attribute Property
        Parameters:
        value - the value to set the attribute to
      • getProperty

        public java.lang.String getProperty()
        (23) get String attribute Property
        Returns:
        the value of the attribute
      • getCreateValue

        public JDFElement getCreateValue​(int iSkip)
        (26) getCreateValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element
      • getValue

        public JDFElement getValue​(int iSkip)
        (27) const get element Value
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element default is getValue(0)
      • getAllValue

        public java.util.Collection<JDFElement> getAllValue()
        Get all Value from the current element
        Returns:
        Collection, null if none are available
      • appendValue

        public JDFElement appendValue()
        (30) append element Value
        Returns:
        JDFElement the element