Class JDFAutoPreflightInstance

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

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

      • JDFAutoPreflightInstance

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

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

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

      • setIdentifier

        public void setIdentifier​(java.lang.String value)
        (36) set attribute Identifier
        Parameters:
        value - the value to set the attribute to
      • getIdentifier

        public java.lang.String getIdentifier()
        (23) get String attribute Identifier
        Returns:
        the value of the attribute
      • 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
      • getCreatePreflightInstanceDetail

        public JDFPreflightInstanceDetail getCreatePreflightInstanceDetail​(int iSkip)
        (26) getCreatePreflightInstanceDetail
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPreflightInstanceDetail the element
      • getPreflightInstanceDetail

        public JDFPreflightInstanceDetail getPreflightInstanceDetail​(int iSkip)
        (27) const get element PreflightInstanceDetail
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPreflightInstanceDetail the element default is getPreflightInstanceDetail(0)
      • getAllPreflightInstanceDetail

        public java.util.Collection<JDFPreflightInstanceDetail> getAllPreflightInstanceDetail()
        Get all PreflightInstanceDetail from the current element
        Returns:
        Collection, null if none are available
      • appendPreflightInstanceDetail

        public JDFPreflightInstanceDetail appendPreflightInstanceDetail()
        (30) append element PreflightInstanceDetail
        Returns:
        JDFPreflightInstanceDetail the element