@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class InkZoneCalculationParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Zones" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ZonesY" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ZoneWidth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Device |
device |
protected Rectangle |
printableArea |
protected java.lang.Float |
zoneHeight |
protected java.lang.Integer |
zones |
protected java.lang.Integer |
zonesY |
protected java.lang.Float |
zoneWidth |
| Constructor and Description |
|---|
InkZoneCalculationParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Device |
getDevice()
Gets the value of the device property.
|
Rectangle |
getPrintableArea()
Gets the value of the printableArea property.
|
java.lang.Float |
getZoneHeight()
Gets the value of the zoneHeight property.
|
java.lang.Integer |
getZones()
Gets the value of the zones property.
|
java.lang.Integer |
getZonesY()
Gets the value of the zonesY property.
|
java.lang.Float |
getZoneWidth()
Gets the value of the zoneWidth property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDevice(Device value)
Sets the value of the device property.
|
void |
setPrintableArea(Rectangle value)
Sets the value of the printableArea property.
|
void |
setZoneHeight(java.lang.Float value)
Sets the value of the zoneHeight property.
|
void |
setZones(java.lang.Integer value)
Sets the value of the zones property.
|
void |
setZonesY(java.lang.Integer value)
Sets the value of the zonesY property.
|
void |
setZoneWidth(java.lang.Float value)
Sets the value of the zoneWidth property.
|
InkZoneCalculationParams |
withDevice(Device value) |
InkZoneCalculationParams |
withPrintableArea(Rectangle value) |
InkZoneCalculationParams |
withZoneHeight(java.lang.Float value) |
InkZoneCalculationParams |
withZones(java.lang.Integer value) |
InkZoneCalculationParams |
withZonesY(java.lang.Integer value) |
InkZoneCalculationParams |
withZoneWidth(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Device device
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle printableArea
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float zoneHeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer zones
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer zonesY
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float zoneWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Device getDevice()
Device@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setDevice(Device value)
value - allowed object is
Device@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getPrintableArea()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setPrintableArea(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getZoneHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setZoneHeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getZones()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setZones(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getZonesY()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setZonesY(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getZoneWidth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setZoneWidth(java.lang.Float value)
value - allowed object is
Floatpublic InkZoneCalculationParams withDevice(Device value)
public InkZoneCalculationParams withPrintableArea(Rectangle value)
public InkZoneCalculationParams withZoneHeight(java.lang.Float value)
public InkZoneCalculationParams withZones(java.lang.Integer value)
public InkZoneCalculationParams withZonesY(java.lang.Integer value)
public InkZoneCalculationParams withZoneWidth(java.lang.Float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource