Class JDFAutoProductionIntent

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

    public abstract class JDFAutoProductionIntent
    extends JDFIntentResource
    class JDFAutoProductionIntent : public JDFIntentResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoProductionIntent

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

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

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

      • getCreateCertification

        public JDFCertification getCreateCertification​(int iSkip)
        (26) getCreateCertification
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCertification the element
      • getCertification

        public JDFCertification getCertification​(int iSkip)
        (27) const get element Certification
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCertification the element default is getCertification(0)
      • getAllCertification

        public java.util.Collection<JDFCertification> getAllCertification()
        Get all Certification from the current element
        Returns:
        Collection, null if none are available
      • appendCertification

        public JDFCertification appendCertification()
        (30) append element Certification
        Returns:
        JDFCertification the element
      • getPrintPreference

        public JDFSpanPrintPreference getPrintPreference()
        (24) const get element PrintPreference
        Returns:
        JDFSpanPrintPreference the element
      • getCreatePrintPreference

        public JDFSpanPrintPreference getCreatePrintPreference()
        (25) getCreatePrintPreference
        Returns:
        JDFSpanPrintPreference the element
      • appendPrintPreference

        public JDFSpanPrintPreference appendPrintPreference()
        (29) append element PrintPreference
        Returns:
        JDFSpanPrintPreference the element @ if the element already exists
      • getPrintProcess

        public JDFNameSpan getPrintProcess()
        (24) const get element PrintProcess
        Returns:
        JDFNameSpan the element
      • getCreatePrintProcess

        public JDFNameSpan getCreatePrintProcess()
        (25) getCreatePrintProcess
        Returns:
        JDFNameSpan the element
      • appendPrintProcess

        public JDFNameSpan appendPrintProcess()
        (29) append element PrintProcess
        Returns:
        JDFNameSpan the element @ if the element already exists
      • getCreateResource

        public JDFResource getCreateResource​(int iSkip)
        (26) getCreateResource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFResource the element
      • getResource

        public JDFResource getResource​(int iSkip)
        (27) const get element Resource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFResource the element default is getResource(0)
      • getAllResource

        public java.util.Collection<JDFResource> getAllResource()
        Get all Resource from the current element
        Returns:
        Collection, null if none are available
      • appendResource

        public JDFResource appendResource()
        (30) append element Resource
        Returns:
        JDFResource the element
      • refResource

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