@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class ImageSetterParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ManualFeed" type="{http://www.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
advanceDistance |
protected XYPair |
burnOutArea |
protected EnumDeviceAxis |
centerAcross |
protected java.lang.Boolean |
cutMedia |
protected java.lang.Boolean |
manualFeed |
protected EnumDeviceAxis |
mirrorAround |
protected Polarity |
polarity |
protected java.lang.Float |
rollCut |
| Constructor and Description |
|---|
ImageSetterParams() |
| 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) |
java.lang.Float |
getAdvanceDistance()
Gets the value of the advanceDistance property.
|
XYPair |
getBurnOutArea()
Gets the value of the burnOutArea property.
|
EnumDeviceAxis |
getCenterAcross()
Gets the value of the centerAcross property.
|
EnumDeviceAxis |
getMirrorAround()
Gets the value of the mirrorAround property.
|
Polarity |
getPolarity()
Gets the value of the polarity property.
|
java.lang.Float |
getRollCut()
Gets the value of the rollCut property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isCutMedia()
Gets the value of the cutMedia property.
|
java.lang.Boolean |
isManualFeed()
Gets the value of the manualFeed property.
|
void |
setAdvanceDistance(java.lang.Float value)
Sets the value of the advanceDistance property.
|
void |
setBurnOutArea(XYPair value)
Sets the value of the burnOutArea property.
|
void |
setCenterAcross(EnumDeviceAxis value)
Sets the value of the centerAcross property.
|
void |
setCutMedia(java.lang.Boolean value)
Sets the value of the cutMedia property.
|
void |
setManualFeed(java.lang.Boolean value)
Sets the value of the manualFeed property.
|
void |
setMirrorAround(EnumDeviceAxis value)
Sets the value of the mirrorAround property.
|
void |
setPolarity(Polarity value)
Sets the value of the polarity property.
|
void |
setRollCut(java.lang.Float value)
Sets the value of the rollCut property.
|
ImageSetterParams |
withAdvanceDistance(java.lang.Float value) |
ImageSetterParams |
withBurnOutArea(XYPair value) |
ImageSetterParams |
withCenterAcross(EnumDeviceAxis value) |
ImageSetterParams |
withCutMedia(java.lang.Boolean value) |
ImageSetterParams |
withManualFeed(java.lang.Boolean value) |
ImageSetterParams |
withMirrorAround(EnumDeviceAxis value) |
ImageSetterParams |
withPolarity(Polarity value) |
ImageSetterParams |
withRollCut(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float advanceDistance
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected XYPair burnOutArea
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected EnumDeviceAxis centerAcross
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean cutMedia
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean manualFeed
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected EnumDeviceAxis mirrorAround
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Polarity polarity
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float rollCut
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getAdvanceDistance()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setAdvanceDistance(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public XYPair getBurnOutArea()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBurnOutArea(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public EnumDeviceAxis getCenterAcross()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setCenterAcross(EnumDeviceAxis value)
value - allowed object is
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isCutMedia()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setCutMedia(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isManualFeed()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setManualFeed(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public EnumDeviceAxis getMirrorAround()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setMirrorAround(EnumDeviceAxis value)
value - allowed object is
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Polarity getPolarity()
Polarity@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPolarity(Polarity value)
value - allowed object is
Polarity@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getRollCut()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setRollCut(java.lang.Float value)
value - allowed object is
Floatpublic ImageSetterParams withAdvanceDistance(java.lang.Float value)
public ImageSetterParams withBurnOutArea(XYPair value)
public ImageSetterParams withCenterAcross(EnumDeviceAxis value)
public ImageSetterParams withCutMedia(java.lang.Boolean value)
public ImageSetterParams withManualFeed(java.lang.Boolean value)
public ImageSetterParams withMirrorAround(EnumDeviceAxis value)
public ImageSetterParams withPolarity(Polarity value)
public ImageSetterParams withRollCut(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