@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" minOccurs="0"/>
</sequence>
<attribute name="AdvanceDistance" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<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="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="RollCut" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TransferCurve" type="{http://www.CIP4.org/JDFSchema_2_0}TransferFunction" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
advanceDistance |
protected XYPair |
burnOutArea |
protected EnumDeviceAxis |
centerAcross |
protected java.lang.Boolean |
cutMedia |
protected FitPolicy |
fitPolicy |
protected java.lang.Boolean |
manualFeed |
protected EnumDeviceAxis |
mirrorAround |
protected Polarity |
polarity |
protected XYPair |
resolution |
protected java.lang.Double |
rollCut |
protected java.util.List<java.lang.Double> |
transferCurve |
| 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.Double |
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.
|
FitPolicy |
getFitPolicy()
Gets the value of the fitPolicy property.
|
EnumDeviceAxis |
getMirrorAround()
Gets the value of the mirrorAround property.
|
Polarity |
getPolarity()
Gets the value of the polarity property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
java.lang.Double |
getRollCut()
Gets the value of the rollCut property.
|
java.util.List<java.lang.Double> |
getTransferCurve()
Gets the value of the transferCurve 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.Double 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 |
setFitPolicy(FitPolicy value)
Sets the value of the fitPolicy 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 |
setResolution(XYPair value)
Sets the value of the resolution property.
|
void |
setRollCut(java.lang.Double value)
Sets the value of the rollCut property.
|
ImageSetterParams |
withAdvanceDistance(java.lang.Double value) |
ImageSetterParams |
withBurnOutArea(XYPair value) |
ImageSetterParams |
withCenterAcross(EnumDeviceAxis value) |
ImageSetterParams |
withCutMedia(java.lang.Boolean value) |
ImageSetterParams |
withFitPolicy(FitPolicy value) |
ImageSetterParams |
withManualFeed(java.lang.Boolean value) |
ImageSetterParams |
withMirrorAround(EnumDeviceAxis value) |
ImageSetterParams |
withPolarity(Polarity value) |
ImageSetterParams |
withResolution(XYPair value) |
ImageSetterParams |
withRollCut(java.lang.Double value) |
ImageSetterParams |
withTransferCurve(java.util.Collection<java.lang.Double> values) |
ImageSetterParams |
withTransferCurve(java.lang.Double... values) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected FitPolicy fitPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double advanceDistance
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair burnOutArea
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected EnumDeviceAxis centerAcross
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean cutMedia
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean manualFeed
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected EnumDeviceAxis mirrorAround
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Polarity polarity
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair resolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double rollCut
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Double> transferCurve
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public FitPolicy getFitPolicy()
FitPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFitPolicy(FitPolicy value)
value - allowed object is
FitPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAdvanceDistance()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAdvanceDistance(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public XYPair getBurnOutArea()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public EnumDeviceAxis getCenterAcross()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isCutMedia()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isManualFeed()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public EnumDeviceAxis getMirrorAround()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Polarity getPolarity()
Polarity@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public XYPair getResolution()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setResolution(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getRollCut()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setRollCut(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Double> getTransferCurve()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transferCurve property.
For example, to add a new item, do as follows:
getTransferCurve().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public ImageSetterParams withFitPolicy(FitPolicy value)
public ImageSetterParams withAdvanceDistance(java.lang.Double 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 withResolution(XYPair value)
public ImageSetterParams withRollCut(java.lang.Double value)
public ImageSetterParams withTransferCurve(java.lang.Double... values)
public ImageSetterParams withTransferCurve(java.util.Collection<java.lang.Double> values)
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