Class JDFAutoProductionIntent

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFProductionIntent

public abstract class JDFAutoProductionIntent extends JDFIntentResource
class JDFAutoProductionIntent : public JDFIntentResource
See Also:
  • Constructor Details

    • JDFAutoProductionIntent

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • getCertification

      public JDFCertification getCertification()
      (24) const get element Certification
      Returns:
      JDFCertification the element
    • getCreateCertification

      public JDFCertification getCreateCertification()
      (25) getCreateCertification
      Returns:
      JDFCertification the element
    • 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 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
    • 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
    • getResource

      public JDFResource getResource()
      (24) const get element Resource
      Returns:
      JDFResource the element
    • getCreateResource

      public JDFResource getCreateResource()
      (25) getCreateResource
      Returns:
      JDFResource the element
    • 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 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