Package org.cip4.lib.xjdf.schema
Class ColorMeasurementConditions
java.lang.Object
org.cip4.lib.xjdf.schema.ColorMeasurementConditions
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class ColorMeasurementConditions
extends Object
implements 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for nullstatic enumJava class for nullstatic enumJava class for nullstatic enumJava class for null -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Floatprotected Stringprotected Stringprotected Integerprotected ColorMeasurementConditions.InkStateprotected Integerprotected Stringprotected Integerprotected ColorMeasurementConditions.SampleBackingprotected Floatprotected ColorMeasurementConditions.WhiteBase -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the aperture property.Gets the value of the densityStandard property.Gets the value of the illumination property.Gets the value of the illuminationAngle property.Gets the value of the inkState property.Gets the value of the measurementAngle property.Gets the value of the measurementFilter property.Gets the value of the measurementMode property.Gets the value of the observer property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the sampleBacking property.Gets the value of the spectralResolution property.Gets the value of the whiteBase property.inthashCode()voidsetAperture(Float value) Sets the value of the aperture property.voidsetDensityStandard(String value) Sets the value of the densityStandard property.voidsetIllumination(String value) Sets the value of the illumination property.voidsetIlluminationAngle(Integer value) Sets the value of the illuminationAngle property.voidSets the value of the inkState property.voidsetMeasurementAngle(Integer value) Sets the value of the measurementAngle property.voidSets the value of the measurementFilter property.voidsetMeasurementMode(String value) Sets the value of the measurementMode property.voidsetObserver(Integer value) Sets the value of the observer property.voidSets the value of the sampleBacking property.voidsetSpectralResolution(Float value) Sets the value of the spectralResolution property.voidSets the value of the whiteBase property.withAperture(Float value) withDensityStandard(String value) withIllumination(String value) withIlluminationAngle(Integer value) withMeasurementAngle(Integer value) withMeasurementMode(String value) withObserver(Integer value) withSpectralResolution(Float value)
-
Field Details
-
aperture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float aperture -
densityStandard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String densityStandard -
illumination
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String illumination -
illuminationAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer illuminationAngle -
inkState
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ColorMeasurementConditions.InkState inkState -
measurementAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer measurementAngle -
measurementFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ColorMeasurementConditions.MeasurementFilter measurementFilter -
measurementMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String measurementMode -
observer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer observer -
sampleBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ColorMeasurementConditions.SampleBacking sampleBacking -
spectralResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float spectralResolution -
whiteBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ColorMeasurementConditions.WhiteBase whiteBase
-
-
Constructor Details
-
ColorMeasurementConditions
public ColorMeasurementConditions()
-
-
Method Details
-
getAperture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setAperture(Float value) Sets the value of the aperture property.- Parameters:
value- allowed object isFloat
-
getDensityStandard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setDensityStandard(String value) Sets the value of the densityStandard property.- Parameters:
value- allowed object isString
-
getIllumination
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setIllumination(String value) Sets the value of the illumination property.- Parameters:
value- allowed object isString
-
getIlluminationAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setIlluminationAngle(Integer value) Sets the value of the illuminationAngle property.- Parameters:
value- allowed object isInteger
-
getInkState
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setInkState(ColorMeasurementConditions.InkState value) Sets the value of the inkState property.- Parameters:
value- allowed object isColorMeasurementConditions.InkState
-
getMeasurementAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setMeasurementAngle(Integer value) Sets the value of the measurementAngle property.- Parameters:
value- allowed object isInteger
-
getMeasurementFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setMeasurementFilter(ColorMeasurementConditions.MeasurementFilter value) Sets the value of the measurementFilter property.- Parameters:
value- allowed object isColorMeasurementConditions.MeasurementFilter
-
getMeasurementMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setMeasurementMode(String value) Sets the value of the measurementMode property.- Parameters:
value- allowed object isString
-
getObserver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setObserver(Integer value) Sets the value of the observer property.- Parameters:
value- allowed object isInteger
-
getSampleBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setSampleBacking(ColorMeasurementConditions.SampleBacking value) Sets the value of the sampleBacking property.- Parameters:
value- allowed object isColorMeasurementConditions.SampleBacking
-
getSpectralResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setSpectralResolution(Float value) Sets the value of the spectralResolution property.- Parameters:
value- allowed object isFloat
-
getWhiteBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setWhiteBase(ColorMeasurementConditions.WhiteBase value) Sets the value of the whiteBase property.- Parameters:
value- allowed object isColorMeasurementConditions.WhiteBase
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
-
withDensityStandard
-
withIllumination
-
withIlluminationAngle
-
withInkState
-
withMeasurementAngle
-
withMeasurementFilter
public ColorMeasurementConditions withMeasurementFilter(ColorMeasurementConditions.MeasurementFilter value) -
withMeasurementMode
-
withObserver
-
withSampleBacking
-
withSpectralResolution
-
withWhiteBase
-
equals
-
hashCode
public int hashCode()
-