Class ColorMeasurementConditions

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

    public class ColorMeasurementConditions
    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="Aperture" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="DensityStandard" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Illumination" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="IlluminationAngle" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="InkState">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Dry"/>
                 <enumeration value="Wet"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="MeasurementAngle" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="MeasurementFilter">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="None"/>
                 <enumeration value="Pol"/>
                 <enumeration value="UV"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="MeasurementMode" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Observer" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="SampleBacking">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Black"/>
                 <enumeration value="Substrate"/>
                 <enumeration value="White"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="SpectralResolution" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="WhiteBase">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Absolute"/>
                 <enumeration value="Substrate"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ColorMeasurementConditions

        public ColorMeasurementConditions()
    • Method Detail

      • getAperture

        public java.lang.Float getAperture()
        Gets the value of the aperture property.
        Returns:
        possible object is Float
      • setAperture

        public void setAperture​(java.lang.Float value)
        Sets the value of the aperture property.
        Parameters:
        value - allowed object is Float
      • getDensityStandard

        public java.lang.String getDensityStandard()
        Gets the value of the densityStandard property.
        Returns:
        possible object is String
      • setDensityStandard

        public void setDensityStandard​(java.lang.String value)
        Sets the value of the densityStandard property.
        Parameters:
        value - allowed object is String
      • getIllumination

        public java.lang.String getIllumination()
        Gets the value of the illumination property.
        Returns:
        possible object is String
      • setIllumination

        public void setIllumination​(java.lang.String value)
        Sets the value of the illumination property.
        Parameters:
        value - allowed object is String
      • getIlluminationAngle

        public java.lang.Integer getIlluminationAngle()
        Gets the value of the illuminationAngle property.
        Returns:
        possible object is Integer
      • setIlluminationAngle

        public void setIlluminationAngle​(java.lang.Integer value)
        Sets the value of the illuminationAngle property.
        Parameters:
        value - allowed object is Integer
      • getMeasurementAngle

        public java.lang.Integer getMeasurementAngle()
        Gets the value of the measurementAngle property.
        Returns:
        possible object is Integer
      • setMeasurementAngle

        public void setMeasurementAngle​(java.lang.Integer value)
        Sets the value of the measurementAngle property.
        Parameters:
        value - allowed object is Integer
      • getMeasurementMode

        public java.lang.String getMeasurementMode()
        Gets the value of the measurementMode property.
        Returns:
        possible object is String
      • setMeasurementMode

        public void setMeasurementMode​(java.lang.String value)
        Sets the value of the measurementMode property.
        Parameters:
        value - allowed object is String
      • getObserver

        public java.lang.Integer getObserver()
        Gets the value of the observer property.
        Returns:
        possible object is Integer
      • setObserver

        public void setObserver​(java.lang.Integer value)
        Sets the value of the observer property.
        Parameters:
        value - allowed object is Integer
      • getSpectralResolution

        public java.lang.Float getSpectralResolution()
        Gets the value of the spectralResolution property.
        Returns:
        possible object is Float
      • setSpectralResolution

        public void setSpectralResolution​(java.lang.Float value)
        Sets the value of the spectralResolution 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
      • 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