Class CIELABMeasuringField

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class CIELABMeasuringField
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Field Detail

      • center

        protected XYPair center
      • cieLab

        protected java.util.List<java.lang.Float> cieLab
      • diameter

        protected java.lang.Float diameter
      • percentages

        protected java.util.List<java.lang.Float> percentages
      • screenRuling

        protected java.util.List<java.lang.Float> screenRuling
      • screenShape

        protected java.lang.String screenShape
      • tolerance

        protected java.lang.Float tolerance
    • Constructor Detail

      • CIELABMeasuringField

        public CIELABMeasuringField()
    • Method Detail

      • getCenter

        public XYPair getCenter()
        Gets the value of the center property.
        Returns:
        possible object is String
      • setCenter

        public void setCenter​(XYPair value)
        Sets the value of the center property.
        Parameters:
        value - allowed object is String
      • getCIELab

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

        public java.lang.Float getDiameter()
        Gets the value of the diameter property.
        Returns:
        possible object is Float
      • setDiameter

        public void setDiameter​(java.lang.Float value)
        Sets the value of the diameter property.
        Parameters:
        value - allowed object is Float
      • getPercentages

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

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

        public java.lang.String getScreenShape()
        Gets the value of the screenShape property.
        Returns:
        possible object is String
      • setScreenShape

        public void setScreenShape​(java.lang.String value)
        Sets the value of the screenShape property.
        Parameters:
        value - allowed object is String
      • getTolerance

        public java.lang.Float getTolerance()
        Gets the value of the tolerance property.
        Returns:
        possible object is Float
      • setTolerance

        public void setTolerance​(java.lang.Float value)
        Sets the value of the tolerance property.
        Parameters:
        value - allowed object is Float
      • getOtherAttributes

        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​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.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 java.lang.Object