public class ColorMeasurementConditions extends ParameterType implements 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 String |
densityStandard |
protected String |
illumination |
protected String |
inkState |
protected String |
instrumentation |
protected String |
measurementFilter |
protected Integer |
observer |
protected String |
sampleBacking |
protected String |
whiteBase |
| Constructor and Description |
|---|
ColorMeasurementConditions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDensityStandard()
Gets the value of the densityStandard property.
|
String |
getIllumination()
Gets the value of the illumination property.
|
String |
getInkState()
Gets the value of the inkState property.
|
String |
getInstrumentation()
Gets the value of the instrumentation property.
|
String |
getMeasurementFilter()
Gets the value of the measurementFilter property.
|
Integer |
getObserver()
Gets the value of the observer property.
|
String |
getSampleBacking()
Gets the value of the sampleBacking property.
|
String |
getWhiteBase()
Gets the value of the whiteBase property.
|
void |
setDensityStandard(String value)
Sets the value of the densityStandard property.
|
void |
setIllumination(String value)
Sets the value of the illumination property.
|
void |
setInkState(String value)
Sets the value of the inkState property.
|
void |
setInstrumentation(String value)
Sets the value of the instrumentation property.
|
void |
setMeasurementFilter(String value)
Sets the value of the measurementFilter property.
|
void |
setObserver(Integer value)
Sets the value of the observer property.
|
void |
setSampleBacking(String value)
Sets the value of the sampleBacking property.
|
void |
setWhiteBase(String value)
Sets the value of the whiteBase property.
|
protected String illumination
protected String whiteBase
protected String densityStandard
protected Integer observer
protected String inkState
protected String sampleBacking
protected String instrumentation
protected String measurementFilter
public String getIllumination()
Stringpublic void setIllumination(String value)
value - allowed object is
Stringpublic String getWhiteBase()
Stringpublic void setWhiteBase(String value)
value - allowed object is
Stringpublic String getDensityStandard()
Stringpublic void setDensityStandard(String value)
value - allowed object is
Stringpublic Integer getObserver()
Integerpublic void setObserver(Integer value)
value - allowed object is
Integerpublic String getInkState()
Stringpublic void setInkState(String value)
value - allowed object is
Stringpublic String getSampleBacking()
Stringpublic void setSampleBacking(String value)
value - allowed object is
Stringpublic String getInstrumentation()
Stringpublic void setInstrumentation(String value)
value - allowed object is
Stringpublic String getMeasurementFilter()
StringCopyright © 2013. All Rights Reserved.