Class CIELABMeasuringField

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class CIELABMeasuringField
    extends java.lang.Object
    implements java.io.Serializable

    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:
    Serialized Form
    • Field Detail

      • center

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair center
      • cieLab

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<java.lang.Float> cieLab
      • diameter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float diameter
      • percentages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<java.lang.Float> percentages
      • screenRuling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<java.lang.Float> screenRuling
      • screenShape

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String screenShape
      • tolerance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float tolerance
    • Constructor Detail

      • CIELABMeasuringField

        public CIELABMeasuringField()
    • Method Detail

      • getCenter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 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

        Returns:
        The value of the cieLab property.
      • getDiameter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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.1",
                   date="2023-01-02T18:51:33Z")
        public void setDiameter​(java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 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

        Returns:
        The value of the percentages property.
      • getScreenRuling

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 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

        Returns:
        The value of the screenRuling property.
      • getScreenShape

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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.1",
                   date="2023-01-02T18:51:33Z")
        public void setScreenShape​(java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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.1",
                   date="2023-01-02T18:51:33Z")
        public void setTolerance​(java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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
      • withCIELab

        public CIELABMeasuringField withCIELab​(java.util.Collection<java.lang.Float> values)
      • withPercentages

        public CIELABMeasuringField withPercentages​(java.util.Collection<java.lang.Float> values)
      • withScreenRuling

        public CIELABMeasuringField withScreenRuling​(java.util.Collection<java.lang.Float> values)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object