public class PrintCondition extends ParameterType implements java.io.Serializable
Java class for PrintCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintCondition">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Name" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Density" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AimCurve" type="{http://www.CIP4.org/JDFSchema_2_0}TransferFunction" />
<attribute name="ColorMeasurementConditionsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Double> |
aimCurves |
protected java.lang.Object |
colorMeasurementConditionsRef |
protected java.lang.Double |
density |
protected java.lang.Object |
deviceRef |
protected java.lang.Object |
fileSpecRef |
protected java.lang.String |
name |
| Constructor and Description |
|---|
PrintCondition() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getAimCurves()
Gets the value of the aimCurves property.
|
java.lang.Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
java.lang.Double |
getDensity()
Gets the value of the density property.
|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setColorMeasurementConditionsRef(java.lang.Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setDensity(java.lang.Double value)
Sets the value of the density property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected java.lang.Double density
protected java.util.List<java.lang.Double> aimCurves
protected java.lang.Object colorMeasurementConditionsRef
protected java.lang.Object deviceRef
protected java.lang.Object fileSpecRef
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getDensity()
Doublepublic void setDensity(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.Double> getAimCurves()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aimCurves property.
For example, to add a new item, do as follows:
getAimCurves().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Object getColorMeasurementConditionsRef()
Objectpublic void setColorMeasurementConditionsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.