Class CIELABMeasuringField
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.CIELABMeasuringField
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class CIELABMeasuringField extends java.lang.Object implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XYPaircenterprotected java.util.List<java.lang.Float>cieLabprotected java.lang.Floatdiameterprotected java.util.List<java.lang.Float>percentagesprotected java.util.List<java.lang.Float>screenRulingprotected java.lang.StringscreenShapeprotected java.lang.Floattolerance
-
Constructor Summary
Constructors Constructor Description CIELABMeasuringField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)XYPairgetCenter()Gets the value of the center property.java.util.List<java.lang.Float>getCIELab()Gets the value of the cieLab property.java.lang.FloatgetDiameter()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.StringgetScreenShape()Gets the value of the screenShape property.java.lang.FloatgetTolerance()Gets the value of the tolerance property.inthashCode()voidsetCenter(XYPair value)Sets the value of the center property.voidsetDiameter(java.lang.Float value)Sets the value of the diameter property.voidsetScreenShape(java.lang.String value)Sets the value of the screenShape property.voidsetTolerance(java.lang.Float value)Sets the value of the tolerance property.CIELABMeasuringFieldwithCenter(XYPair value)CIELABMeasuringFieldwithCIELab(java.lang.Float... values)CIELABMeasuringFieldwithCIELab(java.util.Collection<java.lang.Float> values)CIELABMeasuringFieldwithDiameter(java.lang.Float value)CIELABMeasuringFieldwithPercentages(java.lang.Float... values)CIELABMeasuringFieldwithPercentages(java.util.Collection<java.lang.Float> values)CIELABMeasuringFieldwithScreenRuling(java.lang.Float... values)CIELABMeasuringFieldwithScreenRuling(java.util.Collection<java.lang.Float> values)CIELABMeasuringFieldwithScreenShape(java.lang.String value)CIELABMeasuringFieldwithTolerance(java.lang.Float value)
-
-
-
Field Detail
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected XYPair center
-
cieLab
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<java.lang.Float> cieLab
-
diameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float diameter
-
percentages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<java.lang.Float> percentages
-
screenRuling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<java.lang.Float> screenRuling
-
screenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String screenShape
-
tolerance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float tolerance
-
-
Method Detail
-
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<java.lang.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 Jakarta XML Binding 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- Returns:
- The value of the cieLab property.
-
getDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setDiameter(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<java.lang.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 Jakarta XML Binding 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- Returns:
- The value of the percentages property.
-
getScreenRuling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<java.lang.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 Jakarta XML Binding 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- Returns:
- The value of the screenRuling property.
-
getScreenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setScreenShape(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setTolerance(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public 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.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
public CIELABMeasuringField withCenter(XYPair value)
-
withCIELab
public CIELABMeasuringField withCIELab(java.lang.Float... values)
-
withCIELab
public CIELABMeasuringField withCIELab(java.util.Collection<java.lang.Float> values)
-
withDiameter
public CIELABMeasuringField withDiameter(java.lang.Float value)
-
withPercentages
public CIELABMeasuringField withPercentages(java.lang.Float... values)
-
withPercentages
public CIELABMeasuringField withPercentages(java.util.Collection<java.lang.Float> values)
-
withScreenRuling
public CIELABMeasuringField withScreenRuling(java.lang.Float... values)
-
withScreenRuling
public CIELABMeasuringField withScreenRuling(java.util.Collection<java.lang.Float> values)
-
withScreenShape
public CIELABMeasuringField withScreenShape(java.lang.String value)
-
withTolerance
public CIELABMeasuringField withTolerance(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-