@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class CIELABMeasuringField
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Center" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="CIELab" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" />
<attribute name="Diameter" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Percentages" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="ScreenRuling" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="ScreenShape" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Tolerance" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected java.util.List<java.lang.Float> |
cieLab |
protected java.lang.Float |
diameter |
protected java.util.List<java.lang.Float> |
percentages |
protected java.util.List<java.lang.Float> |
screenRuling |
protected java.lang.String |
screenShape |
protected java.lang.Float |
tolerance |
| Constructor and Description |
|---|
CIELABMeasuringField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
XYPair |
getCenter()
Gets the value of the center property.
|
java.util.List<java.lang.Float> |
getCIELab()
Gets the value of the cieLab property.
|
java.lang.Float |
getDiameter()
Gets the value of the diameter property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.util.List<java.lang.Float> |
getPercentages()
Gets the value of the percentages property.
|
java.util.List<java.lang.Float> |
getScreenRuling()
Gets the value of the screenRuling property.
|
java.lang.String |
getScreenShape()
Gets the value of the screenShape property.
|
java.lang.Float |
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 |
setDiameter(java.lang.Float value)
Sets the value of the diameter property.
|
void |
setScreenShape(java.lang.String value)
Sets the value of the screenShape property.
|
void |
setTolerance(java.lang.Float value)
Sets the value of the tolerance property.
|
CIELABMeasuringField |
withCenter(XYPair value) |
CIELABMeasuringField |
withCIELab(java.util.Collection<java.lang.Float> values) |
CIELABMeasuringField |
withCIELab(java.lang.Float... values) |
CIELABMeasuringField |
withDiameter(java.lang.Float value) |
CIELABMeasuringField |
withPercentages(java.util.Collection<java.lang.Float> values) |
CIELABMeasuringField |
withPercentages(java.lang.Float... values) |
CIELABMeasuringField |
withScreenRuling(java.util.Collection<java.lang.Float> values) |
CIELABMeasuringField |
withScreenRuling(java.lang.Float... values) |
CIELABMeasuringField |
withScreenShape(java.lang.String value) |
CIELABMeasuringField |
withTolerance(java.lang.Float value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected XYPair center
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> cieLab
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float diameter
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> percentages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> screenRuling
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String screenShape
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float tolerance
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public XYPair getCenter()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> 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
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getDiameter()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDiameter(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getPercentages()
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 percentages property.
For example, to add a new item, do as follows:
getPercentages().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getScreenRuling()
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 screenRuling property.
For example, to add a new item, do as follows:
getScreenRuling().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getScreenShape()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setScreenShape(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTolerance()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setTolerance(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public CIELABMeasuringField withCenter(XYPair value)
public CIELABMeasuringField withCIELab(java.lang.Float... values)
public CIELABMeasuringField withCIELab(java.util.Collection<java.lang.Float> values)
public CIELABMeasuringField withDiameter(java.lang.Float value)
public CIELABMeasuringField withPercentages(java.lang.Float... values)
public CIELABMeasuringField withPercentages(java.util.Collection<java.lang.Float> values)
public CIELABMeasuringField withScreenRuling(java.lang.Float... values)
public CIELABMeasuringField withScreenRuling(java.util.Collection<java.lang.Float> values)
public CIELABMeasuringField withScreenShape(java.lang.String value)
public CIELABMeasuringField withTolerance(java.lang.Float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object