Class CIELABMeasuringField

java.lang.Object
org.cip4.lib.xjdf.schema.CIELABMeasuringField
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class CIELABMeasuringField extends Object implements 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 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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Float> 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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Float> percentages
    • screenRuling

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Float> 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 is String
    • 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 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

    • 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 is Float
    • 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 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

    • 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 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

    • 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 is String
    • 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 is Float
    • 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

      public CIELABMeasuringField withCenter(XYPair value)
    • withCIELab

      public CIELABMeasuringField withCIELab(Float... values)
    • withCIELab

      public CIELABMeasuringField withCIELab(Collection<Float> values)
    • withDiameter

      public CIELABMeasuringField withDiameter(Float value)
    • withPercentages

      public CIELABMeasuringField withPercentages(Float... values)
    • withPercentages

      public CIELABMeasuringField withPercentages(Collection<Float> values)
    • withScreenRuling

      public CIELABMeasuringField withScreenRuling(Float... values)
    • withScreenRuling

      public CIELABMeasuringField withScreenRuling(Collection<Float> values)
    • withScreenShape

      public CIELABMeasuringField withScreenShape(String value)
    • withTolerance

      public CIELABMeasuringField withTolerance(Float value)
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object