Class JDFAutoIDPrintingParams

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

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

      • JDFAutoIDPrintingParams

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

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

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

      • setAttributesNaturalLang

        public void setAttributesNaturalLang​(java.lang.String value)
        (36) set attribute AttributesNaturalLang
        Parameters:
        value - the value to set the attribute to
      • getAttributesNaturalLang

        public java.lang.String getAttributesNaturalLang()
        (23) get String attribute AttributesNaturalLang
        Returns:
        the value of the attribute
      • setIDPAttributeFidelity

        public void setIDPAttributeFidelity​(boolean value)
        (36) set attribute IDPAttributeFidelity
        Parameters:
        value - the value to set the attribute to
      • getIDPAttributeFidelity

        public boolean getIDPAttributeFidelity()
        (18) get boolean attribute IDPAttributeFidelity
        Returns:
        boolean the value of the attribute
      • setIPPJobPriority

        public void setIPPJobPriority​(int value)
        (36) set attribute IPPJobPriority
        Parameters:
        value - the value to set the attribute to
      • getIPPJobPriority

        public int getIPPJobPriority()
        (15) get int attribute IPPJobPriority
        Returns:
        int the value of the attribute
      • setIPPVersion

        public void setIPPVersion​(JDFXYPair value)
        (36) set attribute IPPVersion
        Parameters:
        value - the value to set the attribute to
      • getIPPVersion

        public JDFXYPair getIPPVersion()
        (20) get JDFXYPair attribute IPPVersion
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setOutputBin

        public void setOutputBin​(java.lang.String value)
        (36) set attribute OutputBin
        Parameters:
        value - the value to set the attribute to
      • getOutputBin

        public java.lang.String getOutputBin()
        (23) get String attribute OutputBin
        Returns:
        the value of the attribute
      • setSheetCollate

        public void setSheetCollate​(boolean value)
        (36) set attribute SheetCollate
        Parameters:
        value - the value to set the attribute to
      • getSheetCollate

        public boolean getSheetCollate()
        (18) get boolean attribute SheetCollate
        Returns:
        boolean the value of the attribute
      • getCover

        public JDFCover getCover()
        (24) const get element Cover
        Returns:
        JDFCover the element
      • getCreateCover

        public JDFCover getCreateCover()
        (25) getCreateCover
        Returns:
        JDFCover the element
      • getCreateCover

        public JDFCover getCreateCover​(int iSkip)
        (26) getCreateCover
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCover the element
      • getCover

        public JDFCover getCover​(int iSkip)
        (27) const get element Cover
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCover the element default is getCover(0)
      • getAllCover

        public java.util.Collection<JDFCover> getAllCover()
        Get all Cover from the current element
        Returns:
        Collection, null if none are available
      • appendCover

        public JDFCover appendCover()
        (30) append element Cover
        Returns:
        JDFCover the element
      • getIDPFinishing

        public JDFIDPFinishing getIDPFinishing()
        (24) const get element IDPFinishing
        Returns:
        JDFIDPFinishing the element
      • getCreateIDPFinishing

        public JDFIDPFinishing getCreateIDPFinishing()
        (25) getCreateIDPFinishing
        Returns:
        JDFIDPFinishing the element
      • appendIDPFinishing

        public JDFIDPFinishing appendIDPFinishing()
        (29) append element IDPFinishing
        Returns:
        JDFIDPFinishing the element @ if the element already exists
      • getIDPLayout

        public JDFIDPLayout getIDPLayout()
        (24) const get element IDPLayout
        Returns:
        JDFIDPLayout the element
      • getCreateIDPLayout

        public JDFIDPLayout getCreateIDPLayout()
        (25) getCreateIDPLayout
        Returns:
        JDFIDPLayout the element
      • appendIDPLayout

        public JDFIDPLayout appendIDPLayout()
        (29) append element IDPLayout
        Returns:
        JDFIDPLayout the element @ if the element already exists
      • getJobSheet

        public JDFJobSheet getJobSheet()
        (24) const get element JobSheet
        Returns:
        JDFJobSheet the element
      • getCreateJobSheet

        public JDFJobSheet getCreateJobSheet()
        (25) getCreateJobSheet
        Returns:
        JDFJobSheet the element
      • getCreateJobSheet

        public JDFJobSheet getCreateJobSheet​(int iSkip)
        (26) getCreateJobSheet
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFJobSheet the element
      • getJobSheet

        public JDFJobSheet getJobSheet​(int iSkip)
        (27) const get element JobSheet
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFJobSheet the element default is getJobSheet(0)
      • getAllJobSheet

        public java.util.Collection<JDFJobSheet> getAllJobSheet()
        Get all JobSheet from the current element
        Returns:
        Collection, null if none are available
      • appendJobSheet

        public JDFJobSheet appendJobSheet()
        (30) append element JobSheet
        Returns:
        JDFJobSheet the element
      • getMediaIntent

        public JDFMediaIntent getMediaIntent()
        (24) const get element MediaIntent
        Returns:
        JDFMediaIntent the element
      • getCreateMediaIntent

        public JDFMediaIntent getCreateMediaIntent()
        (25) getCreateMediaIntent
        Returns:
        JDFMediaIntent the element
      • appendMediaIntent

        public JDFMediaIntent appendMediaIntent()
        (29) append element MediaIntent
        Returns:
        JDFMediaIntent the element @ if the element already exists
      • refMediaIntent

        public void refMediaIntent​(JDFMediaIntent refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getMediaSource

        public JDFMediaSource getMediaSource()
        (24) const get element MediaSource
        Returns:
        JDFMediaSource the element
      • getCreateMediaSource

        public JDFMediaSource getCreateMediaSource()
        (25) getCreateMediaSource
        Returns:
        JDFMediaSource the element
      • appendMediaSource

        public JDFMediaSource appendMediaSource()
        (29) append element MediaSource
        Returns:
        JDFMediaSource the element @ if the element already exists
      • refMediaSource

        public void refMediaSource​(JDFMediaSource refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced