Class ColorMeasurementConditions

java.lang.Object
org.cip4.lib.xjdf.schema.ColorMeasurementConditions
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 ColorMeasurementConditions 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="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:
  • Field Details

    • aperture

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String densityStandard
    • illumination

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String illumination
    • illuminationAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer illuminationAngle
    • inkState

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorMeasurementConditions.InkState inkState
    • measurementAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer measurementAngle
    • measurementFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorMeasurementConditions.MeasurementFilter measurementFilter
    • measurementMode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String measurementMode
    • observer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer observer
    • sampleBacking

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorMeasurementConditions.SampleBacking sampleBacking
    • spectralResolution

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorMeasurementConditions.WhiteBase whiteBase
  • Constructor Details

    • ColorMeasurementConditions

      public ColorMeasurementConditions()
  • Method Details

    • getAperture

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setAperture(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setDensityStandard(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setIllumination(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setIlluminationAngle(Integer value)
      Sets the value of the illuminationAngle property.
      Parameters:
      value - allowed object is Integer
    • getInkState

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ColorMeasurementConditions.InkState getInkState()
      Gets the value of the inkState property.
      Returns:
      possible object is ColorMeasurementConditions.InkState
    • setInkState

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setInkState(ColorMeasurementConditions.InkState value)
      Sets the value of the inkState property.
      Parameters:
      value - allowed object is ColorMeasurementConditions.InkState
    • getMeasurementAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMeasurementAngle(Integer value)
      Sets the value of the measurementAngle property.
      Parameters:
      value - allowed object is Integer
    • getMeasurementFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ColorMeasurementConditions.MeasurementFilter getMeasurementFilter()
      Gets the value of the measurementFilter property.
      Returns:
      possible object is ColorMeasurementConditions.MeasurementFilter
    • setMeasurementFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMeasurementFilter(ColorMeasurementConditions.MeasurementFilter value)
      Sets the value of the measurementFilter property.
      Parameters:
      value - allowed object is ColorMeasurementConditions.MeasurementFilter
    • getMeasurementMode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMeasurementMode(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setObserver(Integer value)
      Sets the value of the observer property.
      Parameters:
      value - allowed object is Integer
    • getSampleBacking

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ColorMeasurementConditions.SampleBacking getSampleBacking()
      Gets the value of the sampleBacking property.
      Returns:
      possible object is ColorMeasurementConditions.SampleBacking
    • setSampleBacking

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSampleBacking(ColorMeasurementConditions.SampleBacking value)
      Sets the value of the sampleBacking property.
      Parameters:
      value - allowed object is ColorMeasurementConditions.SampleBacking
    • getSpectralResolution

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSpectralResolution(Float value)
      Sets the value of the spectralResolution property.
      Parameters:
      value - allowed object is Float
    • getWhiteBase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ColorMeasurementConditions.WhiteBase getWhiteBase()
      Gets the value of the whiteBase property.
      Returns:
      possible object is ColorMeasurementConditions.WhiteBase
    • setWhiteBase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setWhiteBase(ColorMeasurementConditions.WhiteBase value)
      Sets the value of the whiteBase property.
      Parameters:
      value - allowed object is ColorMeasurementConditions.WhiteBase
    • 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
    • withAperture

      public ColorMeasurementConditions withAperture(Float value)
    • withDensityStandard

      public ColorMeasurementConditions withDensityStandard(String value)
    • withIllumination

      public ColorMeasurementConditions withIllumination(String value)
    • withIlluminationAngle

      public ColorMeasurementConditions withIlluminationAngle(Integer value)
    • withInkState

    • withMeasurementAngle

      public ColorMeasurementConditions withMeasurementAngle(Integer value)
    • withMeasurementFilter

    • withMeasurementMode

      public ColorMeasurementConditions withMeasurementMode(String value)
    • withObserver

      public ColorMeasurementConditions withObserver(Integer value)
    • withSampleBacking

    • withSpectralResolution

      public ColorMeasurementConditions withSpectralResolution(Float value)
    • withWhiteBase

    • 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