Package org.cip4.lib.xjdf.schema
Class ColorMeasurementConditions
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ColorMeasurementConditions
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class ColorMeasurementConditions extends java.lang.Object implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColorMeasurementConditions.InkStateJava class for null.static classColorMeasurementConditions.MeasurementFilterJava class for null.static classColorMeasurementConditions.SampleBackingJava class for null.static classColorMeasurementConditions.WhiteBaseJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Floatapertureprotected java.lang.StringdensityStandardprotected java.lang.Stringilluminationprotected java.lang.IntegerilluminationAngleprotected ColorMeasurementConditions.InkStateinkStateprotected java.lang.IntegermeasurementAngleprotected ColorMeasurementConditions.MeasurementFiltermeasurementFilterprotected java.lang.StringmeasurementModeprotected java.lang.Integerobserverprotected ColorMeasurementConditions.SampleBackingsampleBackingprotected java.lang.FloatspectralResolutionprotected ColorMeasurementConditions.WhiteBasewhiteBase
-
Constructor Summary
Constructors Constructor Description ColorMeasurementConditions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetAperture()Gets the value of the aperture property.java.lang.StringgetDensityStandard()Gets the value of the densityStandard property.java.lang.StringgetIllumination()Gets the value of the illumination property.java.lang.IntegergetIlluminationAngle()Gets the value of the illuminationAngle property.ColorMeasurementConditions.InkStategetInkState()Gets the value of the inkState property.java.lang.IntegergetMeasurementAngle()Gets the value of the measurementAngle property.ColorMeasurementConditions.MeasurementFiltergetMeasurementFilter()Gets the value of the measurementFilter property.java.lang.StringgetMeasurementMode()Gets the value of the measurementMode property.java.lang.IntegergetObserver()Gets the value of the observer property.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.ColorMeasurementConditions.SampleBackinggetSampleBacking()Gets the value of the sampleBacking property.java.lang.FloatgetSpectralResolution()Gets the value of the spectralResolution property.ColorMeasurementConditions.WhiteBasegetWhiteBase()Gets the value of the whiteBase property.inthashCode()voidsetAperture(java.lang.Float value)Sets the value of the aperture property.voidsetDensityStandard(java.lang.String value)Sets the value of the densityStandard property.voidsetIllumination(java.lang.String value)Sets the value of the illumination property.voidsetIlluminationAngle(java.lang.Integer value)Sets the value of the illuminationAngle property.voidsetInkState(ColorMeasurementConditions.InkState value)Sets the value of the inkState property.voidsetMeasurementAngle(java.lang.Integer value)Sets the value of the measurementAngle property.voidsetMeasurementFilter(ColorMeasurementConditions.MeasurementFilter value)Sets the value of the measurementFilter property.voidsetMeasurementMode(java.lang.String value)Sets the value of the measurementMode property.voidsetObserver(java.lang.Integer value)Sets the value of the observer property.voidsetSampleBacking(ColorMeasurementConditions.SampleBacking value)Sets the value of the sampleBacking property.voidsetSpectralResolution(java.lang.Float value)Sets the value of the spectralResolution property.voidsetWhiteBase(ColorMeasurementConditions.WhiteBase value)Sets the value of the whiteBase property.ColorMeasurementConditionswithAperture(java.lang.Float value)ColorMeasurementConditionswithDensityStandard(java.lang.String value)ColorMeasurementConditionswithIllumination(java.lang.String value)ColorMeasurementConditionswithIlluminationAngle(java.lang.Integer value)ColorMeasurementConditionswithInkState(ColorMeasurementConditions.InkState value)ColorMeasurementConditionswithMeasurementAngle(java.lang.Integer value)ColorMeasurementConditionswithMeasurementFilter(ColorMeasurementConditions.MeasurementFilter value)ColorMeasurementConditionswithMeasurementMode(java.lang.String value)ColorMeasurementConditionswithObserver(java.lang.Integer value)ColorMeasurementConditionswithSampleBacking(ColorMeasurementConditions.SampleBacking value)ColorMeasurementConditionswithSpectralResolution(java.lang.Float value)ColorMeasurementConditionswithWhiteBase(ColorMeasurementConditions.WhiteBase value)
-
-
-
Field Detail
-
aperture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Float aperture
-
densityStandard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String densityStandard
-
illumination
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String illumination
-
illuminationAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer illuminationAngle
-
inkState
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ColorMeasurementConditions.InkState inkState
-
measurementAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer measurementAngle
-
measurementFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ColorMeasurementConditions.MeasurementFilter measurementFilter
-
measurementMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String measurementMode
-
observer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer observer
-
sampleBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ColorMeasurementConditions.SampleBacking sampleBacking
-
spectralResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Float spectralResolution
-
whiteBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ColorMeasurementConditions.WhiteBase whiteBase
-
-
Method Detail
-
getAperture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setAperture(java.lang.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.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setDensityStandard(java.lang.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.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setIllumination(java.lang.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.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setIlluminationAngle(java.lang.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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setMeasurementAngle(java.lang.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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setMeasurementMode(java.lang.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.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setObserver(java.lang.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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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-20T17:59:47Z") public void setSpectralResolution(java.lang.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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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.1", date="2022-12-20T17:59:47Z") 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
-
withAperture
public ColorMeasurementConditions withAperture(java.lang.Float value)
-
withDensityStandard
public ColorMeasurementConditions withDensityStandard(java.lang.String value)
-
withIllumination
public ColorMeasurementConditions withIllumination(java.lang.String value)
-
withIlluminationAngle
public ColorMeasurementConditions withIlluminationAngle(java.lang.Integer value)
-
withInkState
public ColorMeasurementConditions withInkState(ColorMeasurementConditions.InkState value)
-
withMeasurementAngle
public ColorMeasurementConditions withMeasurementAngle(java.lang.Integer value)
-
withMeasurementFilter
public ColorMeasurementConditions withMeasurementFilter(ColorMeasurementConditions.MeasurementFilter value)
-
withMeasurementMode
public ColorMeasurementConditions withMeasurementMode(java.lang.String value)
-
withObserver
public ColorMeasurementConditions withObserver(java.lang.Integer value)
-
withSampleBacking
public ColorMeasurementConditions withSampleBacking(ColorMeasurementConditions.SampleBacking value)
-
withSpectralResolution
public ColorMeasurementConditions withSpectralResolution(java.lang.Float value)
-
withWhiteBase
public ColorMeasurementConditions withWhiteBase(ColorMeasurementConditions.WhiteBase value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-