public class DensityMeasuringField extends ParameterType implements java.io.Serializable
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 java.util.List<java.lang.Double> |
centers |
protected java.lang.Object |
colorMeasurementConditionsRef |
protected java.lang.String |
density |
protected java.lang.Double |
diameter |
protected java.lang.Double |
dotGain |
protected java.lang.Double |
percentage |
protected java.lang.String |
screen |
protected java.lang.String |
setup |
protected java.util.List<java.lang.Double> |
toleranceBlacks |
protected java.util.List<java.lang.Double> |
toleranceCyen |
protected java.util.List<java.lang.Double> |
toleranceDotGains |
protected java.util.List<java.lang.Double> |
toleranceMagentas |
protected java.util.List<java.lang.Double> |
toleranceYellows |
| Constructor and Description |
|---|
DensityMeasuringField() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getCenters()
Gets the value of the centers property.
|
java.lang.Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
java.lang.String |
getDensity()
Gets the value of the density property.
|
java.lang.Double |
getDiameter()
Gets the value of the diameter property.
|
java.lang.Double |
getDotGain()
Gets the value of the dotGain property.
|
java.lang.Double |
getPercentage()
Gets the value of the percentage property.
|
java.lang.String |
getScreen()
Gets the value of the screen property.
|
java.lang.String |
getSetup()
Gets the value of the setup property.
|
java.util.List<java.lang.Double> |
getToleranceBlacks()
Gets the value of the toleranceBlacks property.
|
java.util.List<java.lang.Double> |
getToleranceCyen()
Gets the value of the toleranceCyen property.
|
java.util.List<java.lang.Double> |
getToleranceDotGains()
Gets the value of the toleranceDotGains property.
|
java.util.List<java.lang.Double> |
getToleranceMagentas()
Gets the value of the toleranceMagentas property.
|
java.util.List<java.lang.Double> |
getToleranceYellows()
Gets the value of the toleranceYellows property.
|
void |
setColorMeasurementConditionsRef(java.lang.Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setDensity(java.lang.String value)
Sets the value of the density property.
|
void |
setDiameter(java.lang.Double value)
Sets the value of the diameter property.
|
void |
setDotGain(java.lang.Double value)
Sets the value of the dotGain property.
|
void |
setPercentage(java.lang.Double value)
Sets the value of the percentage property.
|
void |
setScreen(java.lang.String value)
Sets the value of the screen property.
|
void |
setSetup(java.lang.String value)
Sets the value of the setup property.
|
protected java.util.List<java.lang.Double> toleranceDotGains
protected java.lang.String setup
protected java.lang.String density
protected java.lang.Double dotGain
protected java.lang.Double percentage
protected java.util.List<java.lang.Double> toleranceCyen
protected java.util.List<java.lang.Double> toleranceMagentas
protected java.util.List<java.lang.Double> toleranceBlacks
protected java.util.List<java.lang.Double> toleranceYellows
protected java.lang.String screen
protected java.util.List<java.lang.Double> centers
protected java.lang.Double diameter
protected java.lang.Object colorMeasurementConditionsRef
public java.util.List<java.lang.Double> getToleranceDotGains()
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 toleranceDotGains property.
For example, to add a new item, do as follows:
getToleranceDotGains().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getSetup()
Stringpublic void setSetup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDensity()
Stringpublic void setDensity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getDotGain()
Doublepublic void setDotGain(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getPercentage()
Doublepublic void setPercentage(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.Double> getToleranceCyen()
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 toleranceCyen property.
For example, to add a new item, do as follows:
getToleranceCyen().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getToleranceMagentas()
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 toleranceMagentas property.
For example, to add a new item, do as follows:
getToleranceMagentas().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getToleranceBlacks()
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 toleranceBlacks property.
For example, to add a new item, do as follows:
getToleranceBlacks().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getToleranceYellows()
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 toleranceYellows property.
For example, to add a new item, do as follows:
getToleranceYellows().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getScreen()
Stringpublic void setScreen(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getCenters()
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 centers property.
For example, to add a new item, do as follows:
getCenters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Double getDiameter()
Doublepublic void setDiameter(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getColorMeasurementConditionsRef()
Objectpublic void setColorMeasurementConditionsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.