Package org.cip4.lib.xjdf.schema
Class InkZoneCalculationParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.InkZoneCalculationParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class InkZoneCalculationParams extends SpecificResource implements java.io.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected Devicedeviceprotected RectangleprintableAreaprotected java.lang.FloatzoneHeightprotected java.lang.Integerzonesprotected java.lang.IntegerzonesYprotected java.lang.FloatzoneWidth
-
Constructor Summary
Constructors Constructor Description InkZoneCalculationParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)DevicegetDevice()Gets the value of the device property.RectanglegetPrintableArea()Gets the value of the printableArea property.java.lang.FloatgetZoneHeight()Gets the value of the zoneHeight property.java.lang.IntegergetZones()Gets the value of the zones property.java.lang.IntegergetZonesY()Gets the value of the zonesY property.java.lang.FloatgetZoneWidth()Gets the value of the zoneWidth property.inthashCode()voidsetDevice(Device value)Sets the value of the device property.voidsetPrintableArea(Rectangle value)Sets the value of the printableArea property.voidsetZoneHeight(java.lang.Float value)Sets the value of the zoneHeight property.voidsetZones(java.lang.Integer value)Sets the value of the zones property.voidsetZonesY(java.lang.Integer value)Sets the value of the zonesY property.voidsetZoneWidth(java.lang.Float value)Sets the value of the zoneWidth property.InkZoneCalculationParamswithDevice(Device value)InkZoneCalculationParamswithPrintableArea(Rectangle value)InkZoneCalculationParamswithZoneHeight(java.lang.Float value)InkZoneCalculationParamswithZones(java.lang.Integer value)InkZoneCalculationParamswithZonesY(java.lang.Integer value)InkZoneCalculationParamswithZoneWidth(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
device
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Device device
-
printableArea
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected Rectangle printableArea
-
zoneHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float zoneHeight
-
zones
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Integer zones
-
zonesY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Integer zonesY
-
zoneWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float zoneWidth
-
-
Method Detail
-
getDevice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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="2023-01-02T18:51:33Z") public void setDevice(Device value)Sets the value of the device property.- Parameters:
value- allowed object isDevice
-
getPrintableArea
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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="2023-01-02T18:51:33Z") public void setPrintableArea(Rectangle value)Sets the value of the printableArea property.- Parameters:
value- allowed object isString
-
getZoneHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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="2023-01-02T18:51:33Z") public void setZoneHeight(java.lang.Float value)Sets the value of the zoneHeight property.- Parameters:
value- allowed object isFloat
-
getZones
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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="2023-01-02T18:51:33Z") public void setZones(java.lang.Integer value)Sets the value of the zones property.- Parameters:
value- allowed object isInteger
-
getZonesY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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="2023-01-02T18:51:33Z") public void setZonesY(java.lang.Integer value)Sets the value of the zonesY property.- Parameters:
value- allowed object isInteger
-
getZoneWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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="2023-01-02T18:51:33Z") public void setZoneWidth(java.lang.Float value)Sets the value of the zoneWidth property.- Parameters:
value- allowed object isFloat
-
withDevice
public InkZoneCalculationParams withDevice(Device value)
-
withPrintableArea
public InkZoneCalculationParams withPrintableArea(Rectangle value)
-
withZoneHeight
public InkZoneCalculationParams withZoneHeight(java.lang.Float value)
-
withZones
public InkZoneCalculationParams withZones(java.lang.Integer value)
-
withZonesY
public InkZoneCalculationParams withZonesY(java.lang.Integer value)
-
withZoneWidth
public InkZoneCalculationParams withZoneWidth(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-