Class JDFAutoIDPrintingParams

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

public abstract class JDFAutoIDPrintingParams extends JDFResource
class JDFAutoIDPrintingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoIDPrintingParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

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

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setAttributesNaturalLang

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

      public 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(String value)
      (36) set attribute OutputBin
      Parameters:
      value - the value to set the attribute to
    • getOutputBin

      public String getOutputBin()
      (23) get String attribute OutputBin
      Returns:
      the value of the attribute
    • setPageDelivery

      public void setPageDelivery(JDFAutoIDPrintingParams.EPageDelivery enumVar)
      (5) set attribute PageDelivery
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPageDelivery

      public JDFAutoIDPrintingParams.EPageDelivery getEPageDelivery()
      (9) get attribute PageDelivery
      Returns:
      the value of the attribute
    • setPageDelivery

      @Deprecated public void setPageDelivery(JDFAutoIDPrintingParams.EnumPageDelivery enumVar)
      Deprecated.
      use SetPageDelivery(EPageDelivery) based on java.lang.enum instead
      (5) set attribute PageDelivery
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPageDelivery

      Deprecated.
      use EPageDelivery GetEPageDelivery() based on java.lang.enum instead
      (9) get attribute PageDelivery
      Returns:
      the value of the attribute
    • setPrintQuality

      public void setPrintQuality(JDFAutoInterpretingParams.EPrintQuality enumVar)
      (5) set attribute PrintQuality
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPrintQuality

      public JDFAutoInterpretingParams.EPrintQuality getEPrintQuality()
      (9) get attribute PrintQuality
      Returns:
      the value of the attribute
    • setPrintQuality

      @Deprecated public void setPrintQuality(JDFAutoInterpretingParams.EnumPrintQuality enumVar)
      Deprecated.
      use SetPrintQuality(EPrintQuality) based on java.lang.enum instead
      (5) set attribute PrintQuality
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPrintQuality

      Deprecated.
      use EPrintQuality GetEPrintQuality() based on java.lang.enum instead
      (9) get attribute PrintQuality
      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 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
    • 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
    • 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 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
    • 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
    • refMediaSource

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