Package org.cip4.lib.xjdf.schema
Class ColorMeasurementConditions
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.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.HashCode2Java 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)booleanequals(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)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected java.lang.Float aperture
-
densityStandard
protected java.lang.String densityStandard
-
illumination
protected java.lang.String illumination
-
illuminationAngle
protected java.lang.Integer illuminationAngle
-
inkState
protected ColorMeasurementConditions.InkState inkState
-
measurementAngle
protected java.lang.Integer measurementAngle
-
measurementFilter
protected ColorMeasurementConditions.MeasurementFilter measurementFilter
-
measurementMode
protected java.lang.String measurementMode
-
observer
protected java.lang.Integer observer
-
sampleBacking
protected ColorMeasurementConditions.SampleBacking sampleBacking
-
spectralResolution
protected java.lang.Float spectralResolution
-
whiteBase
protected ColorMeasurementConditions.WhiteBase whiteBase
-
-
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 isFloat
-
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 isString
-
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 isString
-
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 isInteger
-
getInkState
public ColorMeasurementConditions.InkState getInkState()
Gets the value of the inkState property.- Returns:
- possible object is
ColorMeasurementConditions.InkState
-
setInkState
public void setInkState(ColorMeasurementConditions.InkState value)
Sets the value of the inkState property.- Parameters:
value- allowed object isColorMeasurementConditions.InkState
-
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 isInteger
-
getMeasurementFilter
public ColorMeasurementConditions.MeasurementFilter getMeasurementFilter()
Gets the value of the measurementFilter property.- Returns:
- possible object is
ColorMeasurementConditions.MeasurementFilter
-
setMeasurementFilter
public void setMeasurementFilter(ColorMeasurementConditions.MeasurementFilter value)
Sets the value of the measurementFilter property.- Parameters:
value- allowed object isColorMeasurementConditions.MeasurementFilter
-
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 isString
-
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 isInteger
-
getSampleBacking
public ColorMeasurementConditions.SampleBacking getSampleBacking()
Gets the value of the sampleBacking property.- Returns:
- possible object is
ColorMeasurementConditions.SampleBacking
-
setSampleBacking
public void setSampleBacking(ColorMeasurementConditions.SampleBacking value)
Sets the value of the sampleBacking property.- Parameters:
value- allowed object isColorMeasurementConditions.SampleBacking
-
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 isFloat
-
getWhiteBase
public ColorMeasurementConditions.WhiteBase getWhiteBase()
Gets the value of the whiteBase property.- Returns:
- possible object is
ColorMeasurementConditions.WhiteBase
-
setWhiteBase
public void setWhiteBase(ColorMeasurementConditions.WhiteBase value)
Sets the value of the whiteBase property.- Parameters:
value- allowed object isColorMeasurementConditions.WhiteBase
-
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
-
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(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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-