Class ImageSetterParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class ImageSetterParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for ImageSetterParams complex type.

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

    
     <complexType name="ImageSetterParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="AdvanceDistance" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="BurnOutArea" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="CenterAcross" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceAxis" />
           <attribute name="CutMedia" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="ManualFeed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="MirrorAround" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceAxis" />
           <attribute name="Polarity" type="{http://www.CIP4.org/JDFSchema_2_0}Polarity" />
           <attribute name="RollCut" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • advanceDistance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float advanceDistance
      • burnOutArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected XYPair burnOutArea
      • centerAcross

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected EnumDeviceAxis centerAcross
      • cutMedia

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean cutMedia
      • manualFeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean manualFeed
      • mirrorAround

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected EnumDeviceAxis mirrorAround
      • polarity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected Polarity polarity
      • rollCut

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float rollCut
    • Constructor Detail

      • ImageSetterParams

        public ImageSetterParams()
    • Method Detail

      • getAdvanceDistance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getAdvanceDistance()
        Gets the value of the advanceDistance property.
        Returns:
        possible object is Float
      • setAdvanceDistance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setAdvanceDistance​(java.lang.Float value)
        Sets the value of the advanceDistance property.
        Parameters:
        value - allowed object is Float
      • getBurnOutArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public XYPair getBurnOutArea()
        Gets the value of the burnOutArea property.
        Returns:
        possible object is String
      • setBurnOutArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setBurnOutArea​(XYPair value)
        Sets the value of the burnOutArea property.
        Parameters:
        value - allowed object is String
      • getCenterAcross

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public EnumDeviceAxis getCenterAcross()
        Gets the value of the centerAcross property.
        Returns:
        possible object is EnumDeviceAxis
      • setCenterAcross

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCenterAcross​(EnumDeviceAxis value)
        Sets the value of the centerAcross property.
        Parameters:
        value - allowed object is EnumDeviceAxis
      • isCutMedia

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Boolean isCutMedia()
        Gets the value of the cutMedia property.
        Returns:
        possible object is Boolean
      • setCutMedia

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCutMedia​(java.lang.Boolean value)
        Sets the value of the cutMedia property.
        Parameters:
        value - allowed object is Boolean
      • isManualFeed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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.2",
                   date="2023-07-17T18:40:39Z")
        public void setManualFeed​(java.lang.Boolean value)
        Sets the value of the manualFeed property.
        Parameters:
        value - allowed object is Boolean
      • getMirrorAround

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public EnumDeviceAxis getMirrorAround()
        Gets the value of the mirrorAround property.
        Returns:
        possible object is EnumDeviceAxis
      • setMirrorAround

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setMirrorAround​(EnumDeviceAxis value)
        Sets the value of the mirrorAround property.
        Parameters:
        value - allowed object is EnumDeviceAxis
      • getPolarity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public Polarity getPolarity()
        Gets the value of the polarity property.
        Returns:
        possible object is Polarity
      • setPolarity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setPolarity​(Polarity value)
        Sets the value of the polarity property.
        Parameters:
        value - allowed object is Polarity
      • getRollCut

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getRollCut()
        Gets the value of the rollCut property.
        Returns:
        possible object is Float
      • setRollCut

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setRollCut​(java.lang.Float value)
        Sets the value of the rollCut property.
        Parameters:
        value - allowed object is Float
      • withAdvanceDistance

        public ImageSetterParams withAdvanceDistance​(java.lang.Float value)
      • withManualFeed

        public ImageSetterParams withManualFeed​(java.lang.Boolean value)