Class InkZoneCalculationParams

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.InkZoneCalculationParams
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class InkZoneCalculationParams extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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:
  • Field Details

    • device

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Device device
    • printableArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle printableArea
    • zoneHeight

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float zoneHeight
    • zones

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer zones
    • zonesY

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer zonesY
    • zoneWidth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float zoneWidth
  • Constructor Details

    • InkZoneCalculationParams

      public InkZoneCalculationParams()
  • Method Details

    • getDevice

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setZoneHeight(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setZones(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setZonesY(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setZoneWidth(Float value)
      Sets the value of the zoneWidth property.
      Parameters:
      value - allowed object is Float
    • withDevice

      public InkZoneCalculationParams withDevice(Device value)
    • withPrintableArea

      public InkZoneCalculationParams withPrintableArea(Rectangle value)
    • withZoneHeight

      public InkZoneCalculationParams withZoneHeight(Float value)
    • withZones

      public InkZoneCalculationParams withZones(Integer value)
    • withZonesY

      public InkZoneCalculationParams withZonesY(Integer value)
    • withZoneWidth

      public InkZoneCalculationParams withZoneWidth(Float value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource