public class ColorMeasurementConditions extends ParameterType implements java.io.Serializable
Java class for ColorMeasurementConditions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorMeasurementConditions">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Illumination" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="WhiteBase" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DensityStandard" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Observer" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="InkState" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SampleBacking" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Instrumentation" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MeasurementFilter" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
densityStandard |
protected java.lang.String |
illumination |
protected java.lang.String |
inkState |
protected java.lang.String |
instrumentation |
protected java.lang.String |
measurementFilter |
protected java.lang.Integer |
observer |
protected java.lang.String |
sampleBacking |
protected java.lang.String |
whiteBase |
| Constructor and Description |
|---|
ColorMeasurementConditions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDensityStandard()
Gets the value of the densityStandard property.
|
java.lang.String |
getIllumination()
Gets the value of the illumination property.
|
java.lang.String |
getInkState()
Gets the value of the inkState property.
|
java.lang.String |
getInstrumentation()
Gets the value of the instrumentation property.
|
java.lang.String |
getMeasurementFilter()
Gets the value of the measurementFilter property.
|
java.lang.Integer |
getObserver()
Gets the value of the observer property.
|
java.lang.String |
getSampleBacking()
Gets the value of the sampleBacking property.
|
java.lang.String |
getWhiteBase()
Gets the value of the whiteBase property.
|
void |
setDensityStandard(java.lang.String value)
Sets the value of the densityStandard property.
|
void |
setIllumination(java.lang.String value)
Sets the value of the illumination property.
|
void |
setInkState(java.lang.String value)
Sets the value of the inkState property.
|
void |
setInstrumentation(java.lang.String value)
Sets the value of the instrumentation property.
|
void |
setMeasurementFilter(java.lang.String value)
Sets the value of the measurementFilter property.
|
void |
setObserver(java.lang.Integer value)
Sets the value of the observer property.
|
void |
setSampleBacking(java.lang.String value)
Sets the value of the sampleBacking property.
|
void |
setWhiteBase(java.lang.String value)
Sets the value of the whiteBase property.
|
protected java.lang.String illumination
protected java.lang.String whiteBase
protected java.lang.String densityStandard
protected java.lang.Integer observer
protected java.lang.String inkState
protected java.lang.String sampleBacking
protected java.lang.String instrumentation
protected java.lang.String measurementFilter
public java.lang.String getIllumination()
Stringpublic void setIllumination(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWhiteBase()
Stringpublic void setWhiteBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDensityStandard()
Stringpublic void setDensityStandard(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getObserver()
Integerpublic void setObserver(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getInkState()
Stringpublic void setInkState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSampleBacking()
Stringpublic void setSampleBacking(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentation()
Stringpublic void setInstrumentation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMeasurementFilter()
Stringpublic void setMeasurementFilter(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.