Class JDFAutoDigitalPrintingParams

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:
JDFDigitalPrintingParams

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

    • JDFAutoDigitalPrintingParams

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

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

      protected JDFAutoDigitalPrintingParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoDigitalPrintingParams
      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
    • setDirectProofAmount

      public void setDirectProofAmount(int value)
      (36) set attribute DirectProofAmount
      Parameters:
      value - the value to set the attribute to
    • getDirectProofAmount

      public int getDirectProofAmount()
      (15) get int attribute DirectProofAmount
      Returns:
      int the value of the attribute
    • setManualFeed

      public void setManualFeed(boolean value)
      (36) set attribute ManualFeed
      Parameters:
      value - the value to set the attribute to
    • getManualFeed

      public boolean getManualFeed()
      (18) get boolean attribute ManualFeed
      Returns:
      boolean the value of the attribute
    • setCollate

      public void setCollate(JDFAutoDigitalPrintingParams.ECollate enumVar)
      (5) set attribute Collate
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getECollate

      (9) get attribute Collate
      Returns:
      the value of the attribute
    • setCollate

      @Deprecated public void setCollate(JDFAutoDigitalPrintingParams.EnumCollate enumVar)
      Deprecated.
      use SetCollate(ECollate) based on java.lang.enum instead
      (5) set attribute Collate
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getCollate

      Deprecated.
      use ECollate GetECollate() based on java.lang.enum instead
      (9) get attribute Collate
      Returns:
      the value of the attribute
    • setFeedSheetLay

      public void setFeedSheetLay(JDFAutoConventionalPrintingParams.EFeedSheetLay enumVar)
      (5) set attribute FeedSheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEFeedSheetLay

      (9) get attribute FeedSheetLay
      Returns:
      the value of the attribute
    • setFeedSheetLay

      @Deprecated public void setFeedSheetLay(JDFAutoConventionalPrintingParams.EnumFeedSheetLay enumVar)
      Deprecated.
      use SetFeedSheetLay(EFeedSheetLay) based on java.lang.enum instead
      (5) set attribute FeedSheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getFeedSheetLay

      Deprecated.
      use EFeedSheetLay GetEFeedSheetLay() based on java.lang.enum instead
      (9) get attribute FeedSheetLay
      Returns:
      the value of the attribute
    • setNonPrintableMarginBottom

      public void setNonPrintableMarginBottom(double value)
      (36) set attribute NonPrintableMarginBottom
      Parameters:
      value - the value to set the attribute to
    • getNonPrintableMarginBottom

      public double getNonPrintableMarginBottom()
      (17) get double attribute NonPrintableMarginBottom
      Returns:
      double the value of the attribute
    • setNonPrintableMarginLeft

      public void setNonPrintableMarginLeft(double value)
      (36) set attribute NonPrintableMarginLeft
      Parameters:
      value - the value to set the attribute to
    • getNonPrintableMarginLeft

      public double getNonPrintableMarginLeft()
      (17) get double attribute NonPrintableMarginLeft
      Returns:
      double the value of the attribute
    • setNonPrintableMarginRight

      public void setNonPrintableMarginRight(double value)
      (36) set attribute NonPrintableMarginRight
      Parameters:
      value - the value to set the attribute to
    • getNonPrintableMarginRight

      public double getNonPrintableMarginRight()
      (17) get double attribute NonPrintableMarginRight
      Returns:
      double the value of the attribute
    • setNonPrintableMarginTop

      public void setNonPrintableMarginTop(double value)
      (36) set attribute NonPrintableMarginTop
      Parameters:
      value - the value to set the attribute to
    • getNonPrintableMarginTop

      public double getNonPrintableMarginTop()
      (17) get double attribute NonPrintableMarginTop
      Returns:
      double the value of the attribute
    • setOutputBin

      public void setOutputBin(VString value)
      (36) set attribute OutputBin
      Parameters:
      value - the value to set the attribute to
    • getOutputBin

      public VString getOutputBin()
      (21) get VString attribute OutputBin
      Returns:
      VString the value of the attribute
    • setPageDelivery

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

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

      @Deprecated public void setPageDelivery(JDFAutoDigitalPrintingParams.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
    • setPrintPass

      public void setPrintPass(JDFAutoDigitalPrintingParams.EPrintPass enumVar)
      (5) set attribute PrintPass
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPrintPass

      (9) get attribute PrintPass
      Returns:
      the value of the attribute
    • setPrintPass

      @Deprecated public void setPrintPass(JDFAutoDigitalPrintingParams.EnumPrintPass enumVar)
      Deprecated.
      use SetPrintPass(EPrintPass) based on java.lang.enum instead
      (5) set attribute PrintPass
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPrintPass

      Deprecated.
      use EPrintPass GetEPrintPass() based on java.lang.enum instead
      (9) get attribute PrintPass
      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
    • setPrintingType

      public void setPrintingType(JDFAutoConventionalPrintingParams.EPrintingType enumVar)
      (5) set attribute PrintingType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPrintingType

      (9) get attribute PrintingType
      Returns:
      the value of the attribute
    • setPrintingType

      @Deprecated public void setPrintingType(JDFAutoConventionalPrintingParams.EnumPrintingType enumVar)
      Deprecated.
      use SetPrintingType(EPrintingType) based on java.lang.enum instead
      (5) set attribute PrintingType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPrintingType

      Deprecated.
      use EPrintingType GetEPrintingType() based on java.lang.enum instead
      (9) get attribute PrintingType
      Returns:
      the value of the attribute
    • setSheetLay

      public void setSheetLay(JDFAutoConventionalPrintingParams.ESheetLay enumVar)
      (5) set attribute SheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getESheetLay

      (9) get attribute SheetLay
      Returns:
      the value of the attribute
    • setSheetLay

      Deprecated.
      use SetSheetLay(ESheetLay) based on java.lang.enum instead
      (5) set attribute SheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSheetLay

      Deprecated.
      use ESheetLay GetESheetLay() based on java.lang.enum instead
      (9) get attribute SheetLay
      Returns:
      the value of the attribute
    • setSides

      public void setSides(JDFElement.ESides enumVar)
      (5) set attribute Sides
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getESides

      public JDFElement.ESides getESides()
      (9) get attribute Sides
      Returns:
      the value of the attribute
    • setSides

      @Deprecated public void setSides(JDFElement.EnumSides enumVar)
      Deprecated.
      use SetSides(ESides) based on java.lang.enum instead
      (5) set attribute Sides
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSides

      @Deprecated public JDFElement.EnumSides getSides()
      Deprecated.
      use ESides GetESides() based on java.lang.enum instead
      (9) get attribute Sides
      Returns:
      the value of the attribute
    • setStackAmount

      public void setStackAmount(int value)
      (36) set attribute StackAmount
      Parameters:
      value - the value to set the attribute to
    • getStackAmount

      public int getStackAmount()
      (15) get int attribute StackAmount
      Returns:
      int the value of the attribute
    • getComponent

      public JDFComponent getComponent()
      (24) const get element Component
      Returns:
      JDFComponent the element
    • getCreateComponent

      public JDFComponent getCreateComponent()
      (25) getCreateComponent
      Returns:
      JDFComponent the element
    • appendComponent

      public JDFComponent appendComponent()
      (29) append element Component
      Returns:
      JDFComponent the element
    • refComponent

      public void refComponent(JDFComponent refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getApprovalParams

      public JDFApprovalParams getApprovalParams()
      (24) const get element ApprovalParams
      Returns:
      JDFApprovalParams the element
    • getCreateApprovalParams

      public JDFApprovalParams getCreateApprovalParams()
      (25) getCreateApprovalParams
      Returns:
      JDFApprovalParams the element
    • appendApprovalParams

      public JDFApprovalParams appendApprovalParams()
      (29) append element ApprovalParams
      Returns:
      JDFApprovalParams the element
    • refApprovalParams

      public void refApprovalParams(JDFApprovalParams refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getDisjointing

      public JDFDisjointing getDisjointing()
      (24) const get element Disjointing
      Returns:
      JDFDisjointing the element
    • getCreateDisjointing

      public JDFDisjointing getCreateDisjointing()
      (25) getCreateDisjointing
      Returns:
      JDFDisjointing the element
    • appendDisjointing

      public JDFDisjointing appendDisjointing()
      (29) append element Disjointing
      Returns:
      JDFDisjointing the element
    • getInk

      public JDFInk getInk()
      (24) const get element Ink
      Returns:
      JDFInk the element
    • getCreateInk

      public JDFInk getCreateInk()
      (25) getCreateInk
      Returns:
      JDFInk the element
    • appendInk

      public JDFInk appendInk()
      (29) append element Ink
      Returns:
      JDFInk the element
    • refInk

      public void refInk(JDFInk refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getMedia

      public JDFMedia getMedia()
      (24) const get element Media
      Returns:
      JDFMedia the element
    • getCreateMedia

      public JDFMedia getCreateMedia()
      (25) getCreateMedia
      Returns:
      JDFMedia the element
    • appendMedia

      public JDFMedia appendMedia()
      (29) append element Media
      Returns:
      JDFMedia the element
    • refMedia

      public void refMedia(JDFMedia 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