@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class DensityMeasuringField extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for DensityMeasuringField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DensityMeasuringField">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ToleranceDotGain" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Setup" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Density" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DotGain" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Percentage" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ToleranceCyan" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceMagenta" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceBlack" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceYellow" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Screen" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Diameter" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ColorMeasurementConditionsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected Object |
colorMeasurementConditionsRef |
protected String |
density |
protected Double |
diameter |
protected Double |
dotGain |
protected Double |
percentage |
protected String |
screen |
protected String |
setup |
protected XYPair |
toleranceBlack |
protected XYPair |
toleranceCyan |
protected XYPair |
toleranceDotGain |
protected XYPair |
toleranceMagenta |
protected XYPair |
toleranceYellow |
| Constructor and Description |
|---|
DensityMeasuringField() |
| 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) |
XYPair |
getCenter()
Gets the value of the center property.
|
Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
String |
getDensity()
Gets the value of the density property.
|
Double |
getDiameter()
Gets the value of the diameter property.
|
Double |
getDotGain()
Gets the value of the dotGain property.
|
Double |
getPercentage()
Gets the value of the percentage property.
|
String |
getScreen()
Gets the value of the screen property.
|
String |
getSetup()
Gets the value of the setup property.
|
XYPair |
getToleranceBlack()
Gets the value of the toleranceBlack property.
|
XYPair |
getToleranceCyan()
Gets the value of the toleranceCyan property.
|
XYPair |
getToleranceDotGain()
Gets the value of the toleranceDotGain property.
|
XYPair |
getToleranceMagenta()
Gets the value of the toleranceMagenta property.
|
XYPair |
getToleranceYellow()
Gets the value of the toleranceYellow property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setColorMeasurementConditionsRef(Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setDensity(String value)
Sets the value of the density property.
|
void |
setDiameter(Double value)
Sets the value of the diameter property.
|
void |
setDotGain(Double value)
Sets the value of the dotGain property.
|
void |
setPercentage(Double value)
Sets the value of the percentage property.
|
void |
setScreen(String value)
Sets the value of the screen property.
|
void |
setSetup(String value)
Sets the value of the setup property.
|
void |
setToleranceBlack(XYPair value)
Sets the value of the toleranceBlack property.
|
void |
setToleranceCyan(XYPair value)
Sets the value of the toleranceCyan property.
|
void |
setToleranceDotGain(XYPair value)
Sets the value of the toleranceDotGain property.
|
void |
setToleranceMagenta(XYPair value)
Sets the value of the toleranceMagenta property.
|
void |
setToleranceYellow(XYPair value)
Sets the value of the toleranceYellow property.
|
DensityMeasuringField |
withCenter(XYPair value) |
DensityMeasuringField |
withColorMeasurementConditionsRef(Object value) |
DensityMeasuringField |
withDensity(String value) |
DensityMeasuringField |
withDiameter(Double value) |
DensityMeasuringField |
withDotGain(Double value) |
DensityMeasuringField |
withPercentage(Double value) |
DensityMeasuringField |
withScreen(String value) |
DensityMeasuringField |
withSetup(String value) |
DensityMeasuringField |
withToleranceBlack(XYPair value) |
DensityMeasuringField |
withToleranceCyan(XYPair value) |
DensityMeasuringField |
withToleranceDotGain(XYPair value) |
DensityMeasuringField |
withToleranceMagenta(XYPair value) |
DensityMeasuringField |
withToleranceYellow(XYPair value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected XYPair toleranceDotGain
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String setup
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String density
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double dotGain
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double percentage
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected XYPair toleranceCyan
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected XYPair toleranceMagenta
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected XYPair toleranceBlack
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected XYPair toleranceYellow
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String screen
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected XYPair center
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double diameter
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Object colorMeasurementConditionsRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public XYPair getToleranceDotGain()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setToleranceDotGain(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getSetup()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSetup(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getDensity()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setDensity(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getDotGain()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setDotGain(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getPercentage()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setPercentage(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public XYPair getToleranceCyan()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setToleranceCyan(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public XYPair getToleranceMagenta()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setToleranceMagenta(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public XYPair getToleranceBlack()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setToleranceBlack(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public XYPair getToleranceYellow()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setToleranceYellow(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getScreen()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setScreen(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public XYPair getCenter()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setCenter(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getDiameter()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setDiameter(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Object getColorMeasurementConditionsRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setColorMeasurementConditionsRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withToleranceDotGain(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withSetup(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withDensity(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withDotGain(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withPercentage(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withToleranceCyan(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withToleranceMagenta(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withToleranceBlack(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withToleranceYellow(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withScreen(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withCenter(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withDiameter(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public DensityMeasuringField withColorMeasurementConditionsRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+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-04-15T01:38:36+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-04-15T01:38:36+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-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.