@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class CIELABMeasuringField extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 |
|---|---|
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.
|
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.
|
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 |
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.
|
CIELABMeasuringField |
withCenter(XYPair value) |
CIELABMeasuringField |
withCIELab(Collection<Double> values) |
CIELABMeasuringField |
withCIELab(Double... values) |
CIELABMeasuringField |
withColorMeasurementConditionsRef(Object value) |
CIELABMeasuringField |
withDiameter(Double value) |
CIELABMeasuringField |
withPercentages(String value) |
CIELABMeasuringField |
withScreenRuling(String value) |
CIELABMeasuringField |
withScreenShape(String value) |
CIELABMeasuringField |
withTolerance(Double value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String percentages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String screenRuling
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String screenShape
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair center
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double diameter
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<Double> cieLab
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double tolerance
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object colorMeasurementConditionsRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getPercentages()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPercentages(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getScreenRuling()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setScreenRuling(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getScreenShape()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setScreenShape(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getCenter()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getDiameter()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getTolerance()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTolerance(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getColorMeasurementConditionsRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withPercentages(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withScreenRuling(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withScreenShape(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withCenter(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withDiameter(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withCIELab(Double... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withCIELab(Collection<Double> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withTolerance(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CIELABMeasuringField withColorMeasurementConditionsRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+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-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.