Class ColorMeasurementConditions

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public class ColorMeasurementConditions
    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="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
    • Field Detail

      • aperture

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float aperture
      • densityStandard

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String densityStandard
      • illumination

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String illumination
      • illuminationAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer illuminationAngle
      • measurementAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer measurementAngle
      • measurementMode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String measurementMode
      • observer

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Integer observer
      • spectralResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float spectralResolution
    • Constructor Detail

      • ColorMeasurementConditions

        public ColorMeasurementConditions()
    • Method Detail

      • getAperture

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getAperture()
        Gets the value of the aperture property.
        Returns:
        possible object is Float
      • setAperture

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setAperture​(java.lang.Float value)
        Sets the value of the aperture property.
        Parameters:
        value - allowed object is Float
      • getDensityStandard

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getDensityStandard()
        Gets the value of the densityStandard property.
        Returns:
        possible object is String
      • setDensityStandard

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setDensityStandard​(java.lang.String value)
        Sets the value of the densityStandard property.
        Parameters:
        value - allowed object is String
      • getIllumination

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getIllumination()
        Gets the value of the illumination property.
        Returns:
        possible object is String
      • setIllumination

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setIllumination​(java.lang.String value)
        Sets the value of the illumination property.
        Parameters:
        value - allowed object is String
      • getIlluminationAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getIlluminationAngle()
        Gets the value of the illuminationAngle property.
        Returns:
        possible object is Integer
      • setIlluminationAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setIlluminationAngle​(java.lang.Integer value)
        Sets the value of the illuminationAngle property.
        Parameters:
        value - allowed object is Integer
      • getMeasurementAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getMeasurementAngle()
        Gets the value of the measurementAngle property.
        Returns:
        possible object is Integer
      • setMeasurementAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setMeasurementAngle​(java.lang.Integer value)
        Sets the value of the measurementAngle property.
        Parameters:
        value - allowed object is Integer
      • getMeasurementMode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getMeasurementMode()
        Gets the value of the measurementMode property.
        Returns:
        possible object is String
      • setMeasurementMode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setMeasurementMode​(java.lang.String value)
        Sets the value of the measurementMode property.
        Parameters:
        value - allowed object is String
      • getObserver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Integer getObserver()
        Gets the value of the observer property.
        Returns:
        possible object is Integer
      • setObserver

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setObserver​(java.lang.Integer value)
        Sets the value of the observer property.
        Parameters:
        value - allowed object is Integer
      • getSpectralResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getSpectralResolution()
        Gets the value of the spectralResolution property.
        Returns:
        possible object is Float
      • setSpectralResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSpectralResolution​(java.lang.Float value)
        Sets the value of the spectralResolution property.
        Parameters:
        value - allowed object is Float
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11: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
      • 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