Class InkZoneCalculationParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class InkZoneCalculationParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for InkZoneCalculationParams complex type.

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

    
     <complexType name="InkZoneCalculationParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Device" minOccurs="0"/>
           </sequence>
           <attribute name="PrintableArea" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
           <attribute name="ZoneHeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Zones" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="ZonesY" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="ZoneWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • device

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected Device device
      • printableArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected Rectangle printableArea
      • zoneHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Float zoneHeight
      • zones

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Integer zones
      • zonesY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Integer zonesY
      • zoneWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Float zoneWidth
    • Constructor Detail

      • InkZoneCalculationParams

        public InkZoneCalculationParams()
    • Method Detail

      • getDevice

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public Device getDevice()
        Gets the value of the device property.
        Returns:
        possible object is Device
      • setDevice

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setDevice​(Device value)
        Sets the value of the device property.
        Parameters:
        value - allowed object is Device
      • getPrintableArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public Rectangle getPrintableArea()
        Gets the value of the printableArea property.
        Returns:
        possible object is String
      • setPrintableArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setPrintableArea​(Rectangle value)
        Sets the value of the printableArea property.
        Parameters:
        value - allowed object is String
      • getZoneHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Float getZoneHeight()
        Gets the value of the zoneHeight property.
        Returns:
        possible object is Float
      • setZoneHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setZoneHeight​(java.lang.Float value)
        Sets the value of the zoneHeight property.
        Parameters:
        value - allowed object is Float
      • getZones

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Integer getZones()
        Gets the value of the zones property.
        Returns:
        possible object is Integer
      • setZones

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setZones​(java.lang.Integer value)
        Sets the value of the zones property.
        Parameters:
        value - allowed object is Integer
      • getZonesY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Integer getZonesY()
        Gets the value of the zonesY property.
        Returns:
        possible object is Integer
      • setZonesY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setZonesY​(java.lang.Integer value)
        Sets the value of the zonesY property.
        Parameters:
        value - allowed object is Integer
      • getZoneWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Float getZoneWidth()
        Gets the value of the zoneWidth property.
        Returns:
        possible object is Float
      • setZoneWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setZoneWidth​(java.lang.Float value)
        Sets the value of the zoneWidth property.
        Parameters:
        value - allowed object is Float