public class CIELABMeasuringField extends ParameterType implements java.io.Serializable
Java class for CIELABMeasuringField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CIELABMeasuringField">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Percentages" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ScreenRuling" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ScreenShape" 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="CIELab" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" />
<attribute name="Tolerance" 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.util.List<java.lang.Double> |
cieLabs |
protected java.lang.Object |
colorMeasurementConditionsRef |
protected java.lang.Double |
diameter |
protected java.lang.String |
percentages |
protected java.lang.String |
screenRuling |
protected java.lang.String |
screenShape |
protected java.lang.Double |
tolerance |
| Constructor and Description |
|---|
CIELABMeasuringField() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getCenters()
Gets the value of the centers property.
|
java.util.List<java.lang.Double> |
getCIELabs()
Gets the value of the cieLabs property.
|
java.lang.Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
java.lang.Double |
getDiameter()
Gets the value of the diameter property.
|
java.lang.String |
getPercentages()
Gets the value of the percentages property.
|
java.lang.String |
getScreenRuling()
Gets the value of the screenRuling property.
|
java.lang.String |
getScreenShape()
Gets the value of the screenShape property.
|
java.lang.Double |
getTolerance()
Gets the value of the tolerance property.
|
void |
setColorMeasurementConditionsRef(java.lang.Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setDiameter(java.lang.Double value)
Sets the value of the diameter property.
|
void |
setPercentages(java.lang.String value)
Sets the value of the percentages property.
|
void |
setScreenRuling(java.lang.String value)
Sets the value of the screenRuling property.
|
void |
setScreenShape(java.lang.String value)
Sets the value of the screenShape property.
|
void |
setTolerance(java.lang.Double value)
Sets the value of the tolerance property.
|
protected java.lang.String percentages
protected java.lang.String screenRuling
protected java.lang.String screenShape
protected java.util.List<java.lang.Double> centers
protected java.lang.Double diameter
protected java.util.List<java.lang.Double> cieLabs
protected java.lang.Double tolerance
protected java.lang.Object colorMeasurementConditionsRef
public java.lang.String getPercentages()
Stringpublic void setPercentages(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScreenRuling()
Stringpublic void setScreenRuling(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScreenShape()
Stringpublic void setScreenShape(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.util.List<java.lang.Double> getCIELabs()
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 cieLabs property.
For example, to add a new item, do as follows:
getCIELabs().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Double getTolerance()
Doublepublic void setTolerance(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.