public class DensityMeasuringField extends ParameterType implements 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 List<Double> |
centers |
protected Object |
colorMeasurementConditionsRef |
protected String |
density |
protected Double |
diameter |
protected Double |
dotGain |
protected Double |
percentage |
protected String |
screen |
protected String |
setup |
protected List<Double> |
toleranceBlacks |
protected List<Double> |
toleranceCyen |
protected List<Double> |
toleranceDotGains |
protected List<Double> |
toleranceMagentas |
protected List<Double> |
toleranceYellows |
| Constructor and Description |
|---|
DensityMeasuringField() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getCenters()
Gets the value of the centers 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.
|
List<Double> |
getToleranceBlacks()
Gets the value of the toleranceBlacks property.
|
List<Double> |
getToleranceCyen()
Gets the value of the toleranceCyen property.
|
List<Double> |
getToleranceDotGains()
Gets the value of the toleranceDotGains property.
|
List<Double> |
getToleranceMagentas()
Gets the value of the toleranceMagentas property.
|
List<Double> |
getToleranceYellows()
Gets the value of the toleranceYellows 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.
|
protected String setup
protected String density
protected Double dotGain
protected Double percentage
protected String screen
protected Double diameter
protected Object colorMeasurementConditionsRef
public List<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 String getSetup()
Stringpublic void setSetup(String value)
value - allowed object is
Stringpublic String getDensity()
Stringpublic void setDensity(String value)
value - allowed object is
Stringpublic Double getDotGain()
Doublepublic void setDotGain(Double value)
value - allowed object is
Doublepublic Double getPercentage()
Doublepublic void setPercentage(Double value)
value - allowed object is
Doublepublic List<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 List<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 List<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 List<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 String getScreen()
Stringpublic void setScreen(String value)
value - allowed object is
Stringpublic List<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 Double getDiameter()
Doublepublic void setDiameter(Double value)
value - allowed object is
Doublepublic Object getColorMeasurementConditionsRef()
ObjectCopyright © 2012. All Rights Reserved.