public class ColorantControl extends ParameterType implements java.io.Serializable
Java class for ColorantControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorantControl">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceNSpace" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorSpaceSubstitute" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorantAlias" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ProcessColorModel" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ForceSeparations" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ColorRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ColorantParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="DeviceColorantOrder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorantConvertProcess" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorantOrder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ColorantAlias> |
colorantAlias |
protected java.util.List<java.lang.String> |
colorantConvertProcesses |
protected java.util.List<java.lang.String> |
colorantOrders |
protected java.lang.Object |
colorantParamsRef |
protected java.lang.Object |
colorRef |
protected java.util.List<ColorSpaceSubstitute> |
colorSpaceSubstitutes |
protected java.util.List<java.lang.String> |
deviceColorantOrders |
protected java.util.List<DeviceNSpace> |
deviceNSpaces |
protected java.lang.Boolean |
forceSeparations |
protected java.lang.String |
processColorModel |
| Constructor and Description |
|---|
ColorantControl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColorantAlias> |
getColorantAlias()
Gets the value of the colorantAlias property.
|
java.util.List<java.lang.String> |
getColorantConvertProcesses()
Gets the value of the colorantConvertProcesses property.
|
java.util.List<java.lang.String> |
getColorantOrders()
Gets the value of the colorantOrders property.
|
java.lang.Object |
getColorantParamsRef()
Gets the value of the colorantParamsRef property.
|
java.lang.Object |
getColorRef()
Gets the value of the colorRef property.
|
java.util.List<ColorSpaceSubstitute> |
getColorSpaceSubstitutes()
Gets the value of the colorSpaceSubstitutes property.
|
java.util.List<java.lang.String> |
getDeviceColorantOrders()
Gets the value of the deviceColorantOrders property.
|
java.util.List<DeviceNSpace> |
getDeviceNSpaces()
Gets the value of the deviceNSpaces property.
|
java.lang.Boolean |
getForceSeparations()
Gets the value of the forceSeparations property.
|
java.lang.String |
getProcessColorModel()
Gets the value of the processColorModel property.
|
void |
setColorantParamsRef(java.lang.Object value)
Sets the value of the colorantParamsRef property.
|
void |
setColorRef(java.lang.Object value)
Sets the value of the colorRef property.
|
void |
setForceSeparations(java.lang.Boolean value)
Sets the value of the forceSeparations property.
|
void |
setProcessColorModel(java.lang.String value)
Sets the value of the processColorModel property.
|
protected java.util.List<ColorantAlias> colorantAlias
protected java.util.List<ColorSpaceSubstitute> colorSpaceSubstitutes
protected java.util.List<DeviceNSpace> deviceNSpaces
protected java.lang.String processColorModel
protected java.lang.Boolean forceSeparations
protected java.lang.Object colorRef
protected java.lang.Object colorantParamsRef
protected java.util.List<java.lang.String> deviceColorantOrders
protected java.util.List<java.lang.String> colorantConvertProcesses
protected java.util.List<java.lang.String> colorantOrders
public java.util.List<ColorantAlias> getColorantAlias()
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 colorantAlias property.
For example, to add a new item, do as follows:
getColorantAlias().add(newItem);
Objects of the following type(s) are allowed in the list
ColorantAlias
public java.util.List<ColorSpaceSubstitute> getColorSpaceSubstitutes()
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 colorSpaceSubstitutes property.
For example, to add a new item, do as follows:
getColorSpaceSubstitutes().add(newItem);
Objects of the following type(s) are allowed in the list
ColorSpaceSubstitute
public java.util.List<DeviceNSpace> getDeviceNSpaces()
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 deviceNSpaces property.
For example, to add a new item, do as follows:
getDeviceNSpaces().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceNSpace
public java.lang.String getProcessColorModel()
Stringpublic void setProcessColorModel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getForceSeparations()
Booleanpublic void setForceSeparations(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getColorRef()
Objectpublic void setColorRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getColorantParamsRef()
Objectpublic void setColorantParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.util.List<java.lang.String> getDeviceColorantOrders()
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 deviceColorantOrders property.
For example, to add a new item, do as follows:
getDeviceColorantOrders().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getColorantConvertProcesses()
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 colorantConvertProcesses property.
For example, to add a new item, do as follows:
getColorantConvertProcesses().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getColorantOrders()
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 colorantOrders property.
For example, to add a new item, do as follows:
getColorantOrders().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.