Class DigitalPrintingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public class DigitalPrintingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for DigitalPrintingParams complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="DigitalPrintingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="Collate">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="None"/>
                 <enumeration value="Sheet"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="ManualFeed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="PageDelivery">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="FanFold"/>
                 <enumeration value="SameOrderFaceUp"/>
                 <enumeration value="SameOrderFaceDown"/>
                 <enumeration value="ReverseOrderFaceUp"/>
                 <enumeration value="ReverseOrderFaceDown"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
           <attribute name="Sides">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="OneSidedFront"/>
                 <enumeration value="OneSidedBack"/>
                 <enumeration value="TwoSided"/>
                 <enumeration value="Unprinted"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • collate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected DigitalPrintingParams.Collate collate
      • manualFeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean manualFeed
      • pageDelivery

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected DigitalPrintingParams.PageDelivery pageDelivery
      • sheetLay

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected SheetLay sheetLay
      • sides

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected DigitalPrintingParams.Sides sides
    • Constructor Detail

      • DigitalPrintingParams

        public DigitalPrintingParams()
    • Method Detail

      • isManualFeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Boolean isManualFeed()
        Gets the value of the manualFeed property.
        Returns:
        possible object is Boolean
      • setManualFeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setManualFeed​(java.lang.Boolean value)
        Sets the value of the manualFeed property.
        Parameters:
        value - allowed object is Boolean
      • getSheetLay

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public SheetLay getSheetLay()
        Gets the value of the sheetLay property.
        Returns:
        possible object is SheetLay
      • setSheetLay

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSheetLay​(SheetLay value)
        Sets the value of the sheetLay property.
        Parameters:
        value - allowed object is SheetLay
      • setSides

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSides​(DigitalPrintingParams.Sides value)
        Sets the value of the sides property.
        Parameters:
        value - allowed object is DigitalPrintingParams.Sides