Class JDFAutoPreflightReport

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

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

      • JDFAutoPreflightReport

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

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

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

      • setErrorCount

        public void setErrorCount​(int value)
        (36) set attribute ErrorCount
        Parameters:
        value - the value to set the attribute to
      • getErrorCount

        public int getErrorCount()
        (15) get int attribute ErrorCount
        Returns:
        int the value of the attribute
      • setWarningCount

        public void setWarningCount​(int value)
        (36) set attribute WarningCount
        Parameters:
        value - the value to set the attribute to
      • getWarningCount

        public int getWarningCount()
        (15) get int attribute WarningCount
        Returns:
        int the value of the attribute
      • getFileSpec

        public JDFFileSpec getFileSpec()
        (24) const get element FileSpec
        Returns:
        JDFFileSpec the element
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec()
        (25) getCreateFileSpec
        Returns:
        JDFFileSpec the element
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (29) append element FileSpec
        Returns:
        JDFFileSpec the element @ if the element already exists
      • refFileSpec

        public void refFileSpec​(JDFFileSpec refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getPreflightParams

        public JDFPreflightParams getPreflightParams()
        (24) const get element PreflightParams
        Returns:
        JDFPreflightParams the element
      • getCreatePreflightParams

        public JDFPreflightParams getCreatePreflightParams()
        (25) getCreatePreflightParams
        Returns:
        JDFPreflightParams the element
      • appendPreflightParams

        public JDFPreflightParams appendPreflightParams()
        (29) append element PreflightParams
        Returns:
        JDFPreflightParams the element @ if the element already exists
      • refPreflightParams

        public void refPreflightParams​(JDFPreflightParams refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getPreflightReportRulePool

        public JDFPreflightReportRulePool getPreflightReportRulePool()
        (24) const get element PreflightReportRulePool
        Returns:
        JDFPreflightReportRulePool the element
      • getCreatePreflightReportRulePool

        public JDFPreflightReportRulePool getCreatePreflightReportRulePool()
        (25) getCreatePreflightReportRulePool
        Returns:
        JDFPreflightReportRulePool the element
      • appendPreflightReportRulePool

        public JDFPreflightReportRulePool appendPreflightReportRulePool()
        (29) append element PreflightReportRulePool
        Returns:
        JDFPreflightReportRulePool the element @ if the element already exists
      • refPreflightReportRulePool

        public void refPreflightReportRulePool​(JDFPreflightReportRulePool refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getRunList

        public JDFRunList getRunList()
        (24) const get element RunList
        Returns:
        JDFRunList the element
      • getCreateRunList

        public JDFRunList getCreateRunList()
        (25) getCreateRunList
        Returns:
        JDFRunList the element
      • appendRunList

        public JDFRunList appendRunList()
        (29) append element RunList
        Returns:
        JDFRunList the element @ if the element already exists
      • refRunList

        public void refRunList​(JDFRunList refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getPRItem

        public JDFPRItem getPRItem()
        (24) const get element PRItem
        Returns:
        JDFPRItem the element
      • getCreatePRItem

        public JDFPRItem getCreatePRItem()
        (25) getCreatePRItem
        Returns:
        JDFPRItem the element
      • getCreatePRItem

        public JDFPRItem getCreatePRItem​(int iSkip)
        (26) getCreatePRItem
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPRItem the element
      • getPRItem

        public JDFPRItem getPRItem​(int iSkip)
        (27) const get element PRItem
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPRItem the element default is getPRItem(0)
      • getAllPRItem

        public java.util.Collection<JDFPRItem> getAllPRItem()
        Get all PRItem from the current element
        Returns:
        Collection, null if none are available
      • appendPRItem

        public JDFPRItem appendPRItem()
        (30) append element PRItem
        Returns:
        JDFPRItem the element