public class ColorantControl extends ParameterType implements 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 List<ColorantAlias> |
colorantAlias |
protected List<String> |
colorantConvertProcesses |
protected List<String> |
colorantOrders |
protected Object |
colorantParamsRef |
protected Object |
colorRef |
protected List<ColorSpaceSubstitute> |
colorSpaceSubstitutes |
protected List<String> |
deviceColorantOrders |
protected List<DeviceNSpace> |
deviceNSpaces |
protected Boolean |
forceSeparations |
protected String |
processColorModel |
| Constructor and Description |
|---|
ColorantControl() |
| Modifier and Type | Method and Description |
|---|---|
List<ColorantAlias> |
getColorantAlias()
Gets the value of the colorantAlias property.
|
List<String> |
getColorantConvertProcesses()
Gets the value of the colorantConvertProcesses property.
|
List<String> |
getColorantOrders()
Gets the value of the colorantOrders property.
|
Object |
getColorantParamsRef()
Gets the value of the colorantParamsRef property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
List<ColorSpaceSubstitute> |
getColorSpaceSubstitutes()
Gets the value of the colorSpaceSubstitutes property.
|
List<String> |
getDeviceColorantOrders()
Gets the value of the deviceColorantOrders property.
|
List<DeviceNSpace> |
getDeviceNSpaces()
Gets the value of the deviceNSpaces property.
|
String |
getProcessColorModel()
Gets the value of the processColorModel property.
|
Boolean |
isForceSeparations()
Gets the value of the forceSeparations property.
|
void |
setColorantParamsRef(Object value)
Sets the value of the colorantParamsRef property.
|
void |
setColorRef(Object value)
Sets the value of the colorRef property.
|
void |
setForceSeparations(Boolean value)
Sets the value of the forceSeparations property.
|
void |
setProcessColorModel(String value)
Sets the value of the processColorModel property.
|
protected List<ColorantAlias> colorantAlias
protected List<ColorSpaceSubstitute> colorSpaceSubstitutes
protected List<DeviceNSpace> deviceNSpaces
protected String processColorModel
protected Boolean forceSeparations
protected Object colorRef
protected Object colorantParamsRef
public 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 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 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 String getProcessColorModel()
Stringpublic void setProcessColorModel(String value)
value - allowed object is
Stringpublic Boolean isForceSeparations()
Booleanpublic void setForceSeparations(Boolean value)
value - allowed object is
Booleanpublic Object getColorRef()
Objectpublic void setColorRef(Object value)
value - allowed object is
Objectpublic Object getColorantParamsRef()
Objectpublic void setColorantParamsRef(Object value)
value - allowed object is
Objectpublic List<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 List<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 List<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.