public class CIELABMeasuringField extends ParameterType implements 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 XYPair |
center |
protected List<Double> |
cieLab |
protected Object |
colorMeasurementConditionsRef |
protected Double |
diameter |
protected String |
percentages |
protected String |
screenRuling |
protected String |
screenShape |
protected Double |
tolerance |
| Constructor and Description |
|---|
CIELABMeasuringField() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getCenter()
Gets the value of the center property.
|
List<Double> |
getCIELab()
Gets the value of the cieLab property.
|
Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
Double |
getDiameter()
Gets the value of the diameter property.
|
String |
getPercentages()
Gets the value of the percentages property.
|
String |
getScreenRuling()
Gets the value of the screenRuling property.
|
String |
getScreenShape()
Gets the value of the screenShape property.
|
Double |
getTolerance()
Gets the value of the tolerance property.
|
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setColorMeasurementConditionsRef(Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setDiameter(Double value)
Sets the value of the diameter property.
|
void |
setPercentages(String value)
Sets the value of the percentages property.
|
void |
setScreenRuling(String value)
Sets the value of the screenRuling property.
|
void |
setScreenShape(String value)
Sets the value of the screenShape property.
|
void |
setTolerance(Double value)
Sets the value of the tolerance property.
|
protected String percentages
protected String screenRuling
protected String screenShape
protected XYPair center
protected Double diameter
protected Double tolerance
protected Object colorMeasurementConditionsRef
public String getPercentages()
Stringpublic void setPercentages(String value)
value - allowed object is
Stringpublic String getScreenRuling()
Stringpublic void setScreenRuling(String value)
value - allowed object is
Stringpublic String getScreenShape()
Stringpublic void setScreenShape(String value)
value - allowed object is
Stringpublic XYPair getCenter()
Stringpublic void setCenter(XYPair value)
value - allowed object is
Stringpublic Double getDiameter()
Doublepublic void setDiameter(Double value)
value - allowed object is
Doublepublic List<Double> getCIELab()
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 cieLab property.
For example, to add a new item, do as follows:
getCIELab().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Double getTolerance()
Doublepublic void setTolerance(Double value)
value - allowed object is
Doublepublic Object getColorMeasurementConditionsRef()
ObjectCopyright © 2013. All Rights Reserved.