public class PrintCondition extends ParameterType implements 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 List<Double> |
aimCurve |
protected Object |
colorMeasurementConditionsRef |
protected Double |
density |
protected Object |
deviceRef |
protected Object |
fileSpecRef |
protected String |
name |
| Constructor and Description |
|---|
PrintCondition() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getAimCurve()
Gets the value of the aimCurve property.
|
Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
Double |
getDensity()
Gets the value of the density property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
String |
getName()
Gets the value of the name property.
|
void |
setColorMeasurementConditionsRef(Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setDensity(Double value)
Sets the value of the density property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected Double density
protected Object colorMeasurementConditionsRef
protected Object deviceRef
protected Object fileSpecRef
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Double getDensity()
Doublepublic void setDensity(Double value)
value - allowed object is
Doublepublic List<Double> getAimCurve()
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 aimCurve property.
For example, to add a new item, do as follows:
getAimCurve().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Object getColorMeasurementConditionsRef()
Objectpublic void setColorMeasurementConditionsRef(Object value)
value - allowed object is
Objectpublic Object getDeviceRef()
Objectpublic void setDeviceRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.