@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class ImageSetterParams extends ParameterType implements 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}ParameterType">
<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}EnumPolarity" />
<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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
advanceDistance |
protected XYPair |
burnOutArea |
protected EnumDeviceAxis |
centerAcross |
protected Boolean |
cutMedia |
protected FitPolicy |
fitPolicy |
protected Boolean |
manualFeed |
protected EnumDeviceAxis |
mirrorAround |
protected EnumPolarity |
polarity |
protected XYPair |
resolution |
protected Double |
rollCut |
protected List<Double> |
transferCurve |
| Constructor and Description |
|---|
ImageSetterParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
EnumPolarity |
getPolarity()
Gets the value of the polarity property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
Double |
getRollCut()
Gets the value of the rollCut property.
|
List<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) |
Boolean |
isCutMedia()
Gets the value of the cutMedia property.
|
Boolean |
isManualFeed()
Gets the value of the manualFeed property.
|
void |
setAdvanceDistance(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(Boolean value)
Sets the value of the cutMedia property.
|
void |
setFitPolicy(FitPolicy value)
Sets the value of the fitPolicy property.
|
void |
setManualFeed(Boolean value)
Sets the value of the manualFeed property.
|
void |
setMirrorAround(EnumDeviceAxis value)
Sets the value of the mirrorAround property.
|
void |
setPolarity(EnumPolarity value)
Sets the value of the polarity property.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
void |
setRollCut(Double value)
Sets the value of the rollCut property.
|
ImageSetterParams |
withAdvanceDistance(Double value) |
ImageSetterParams |
withBurnOutArea(XYPair value) |
ImageSetterParams |
withCenterAcross(EnumDeviceAxis value) |
ImageSetterParams |
withCutMedia(Boolean value) |
ImageSetterParams |
withFitPolicy(FitPolicy value) |
ImageSetterParams |
withManualFeed(Boolean value) |
ImageSetterParams |
withMirrorAround(EnumDeviceAxis value) |
ImageSetterParams |
withPolarity(EnumPolarity value) |
ImageSetterParams |
withResolution(XYPair value) |
ImageSetterParams |
withRollCut(Double value) |
ImageSetterParams |
withTransferCurve(Collection<Double> values) |
ImageSetterParams |
withTransferCurve(Double... values) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected FitPolicy fitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double advanceDistance
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair burnOutArea
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumDeviceAxis centerAcross
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean cutMedia
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean manualFeed
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumDeviceAxis mirrorAround
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumPolarity polarity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair resolution
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double rollCut
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FitPolicy getFitPolicy()
FitPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getAdvanceDistance()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAdvanceDistance(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getBurnOutArea()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumDeviceAxis getCenterAcross()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isCutMedia()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCutMedia(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isManualFeed()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setManualFeed(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumDeviceAxis getMirrorAround()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumPolarity getPolarity()
EnumPolarity@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPolarity(EnumPolarity value)
value - allowed object is
EnumPolarity@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getResolution()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getRollCut()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setRollCut(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withFitPolicy(FitPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withAdvanceDistance(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withBurnOutArea(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withCenterAcross(EnumDeviceAxis value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withCutMedia(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withManualFeed(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withMirrorAround(EnumDeviceAxis value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withPolarity(EnumPolarity value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withResolution(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withRollCut(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withTransferCurve(Double... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageSetterParams withTransferCurve(Collection<Double> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public 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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.