Class CIELABMeasuringField
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}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.w3.org/2001/XMLSchema}string" />
<attribute name="Tolerance" type="{http://www.w3.org/2001/XMLSchema}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the center property.Gets the value of the cieLab property.Gets the value of the diameter property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the percentages property.Gets the value of the screenRuling property.Gets the value of the screenShape property.Gets the value of the tolerance property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the center property.voidsetDiameter(Float value) Sets the value of the diameter property.voidsetScreenShape(String value) Sets the value of the screenShape property.voidsetTolerance(Float value) Sets the value of the tolerance property.withCenter(XYPair value) withCIELab(Float... values) withCIELab(Collection<Float> values) withDiameter(Float value) withPercentages(Float... values) withPercentages(Collection<Float> values) withScreenRuling(Float... values) withScreenRuling(Collection<Float> values) withScreenShape(String value) withTolerance(Float value)
-
Field Details
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair center -
cieLab
-
diameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float diameter -
percentages
-
screenRuling
-
screenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String screenShape -
tolerance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float tolerance
-
-
Constructor Details
-
CIELABMeasuringField
public CIELABMeasuringField()
-
-
Method Details
-
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getCenter()Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCenter(XYPair value) Sets the value of the center property.- Parameters:
value- allowed object isString
-
getCIELab
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getCIELab()Gets the value of the cieLab property.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
setmethod 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 -
getDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getDiameter()Gets the value of the diameter property.- Returns:
- possible object is
Float
-
setDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDiameter(Float value) Sets the value of the diameter property.- Parameters:
value- allowed object isFloat
-
getPercentages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getPercentages()Gets the value of the percentages property.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
setmethod 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 -
getScreenRuling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getScreenRuling()Gets the value of the screenRuling property.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
setmethod 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 -
getScreenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getScreenShape()Gets the value of the screenShape property.- Returns:
- possible object is
String
-
setScreenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setScreenShape(String value) Sets the value of the screenShape property.- Parameters:
value- allowed object isString
-
getTolerance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getTolerance()Gets the value of the tolerance property.- Returns:
- possible object is
Float
-
setTolerance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTolerance(Float value) Sets the value of the tolerance property.- Parameters:
value- allowed object isFloat
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
withCenter
-
withCIELab
-
withCIELab
-
withDiameter
-
withPercentages
-
withPercentages
-
withScreenRuling
-
withScreenRuling
-
withScreenShape
-
withTolerance
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-