public class ElementColorParams extends ParameterType implements Serializable
Java class for ElementColorParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementColorParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorSpaceConversionOp" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorantAlias" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ICCOutputProfileUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ColorManagementSystem" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="AutomatedOverPrintParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
automatedOverPrintParamsRef |
protected List<ColorantAlias> |
colorantAlias |
protected String |
colorManagementSystem |
protected List<ColorSpaceConversionOp> |
colorSpaceConversionOps |
protected Object |
fileSpecRef |
protected String |
iccOutputProfileUsage |
| Constructor and Description |
|---|
ElementColorParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAutomatedOverPrintParamsRef()
Gets the value of the automatedOverPrintParamsRef property.
|
List<ColorantAlias> |
getColorantAlias()
Gets the value of the colorantAlias property.
|
String |
getColorManagementSystem()
Gets the value of the colorManagementSystem property.
|
List<ColorSpaceConversionOp> |
getColorSpaceConversionOps()
Gets the value of the colorSpaceConversionOps property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
String |
getICCOutputProfileUsage()
Gets the value of the iccOutputProfileUsage property.
|
void |
setAutomatedOverPrintParamsRef(Object value)
Sets the value of the automatedOverPrintParamsRef property.
|
void |
setColorManagementSystem(String value)
Sets the value of the colorManagementSystem property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setICCOutputProfileUsage(String value)
Sets the value of the iccOutputProfileUsage property.
|
protected List<ColorantAlias> colorantAlias
protected List<ColorSpaceConversionOp> colorSpaceConversionOps
protected String iccOutputProfileUsage
protected String colorManagementSystem
protected Object fileSpecRef
protected Object automatedOverPrintParamsRef
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<ColorSpaceConversionOp> getColorSpaceConversionOps()
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 colorSpaceConversionOps property.
For example, to add a new item, do as follows:
getColorSpaceConversionOps().add(newItem);
Objects of the following type(s) are allowed in the list
ColorSpaceConversionOp
public String getICCOutputProfileUsage()
Stringpublic void setICCOutputProfileUsage(String value)
value - allowed object is
Stringpublic String getColorManagementSystem()
Stringpublic void setColorManagementSystem(String value)
value - allowed object is
Stringpublic Object getFileSpecRef()
Objectpublic void setFileSpecRef(Object value)
value - allowed object is
Objectpublic Object getAutomatedOverPrintParamsRef()
ObjectCopyright © 2012. All Rights Reserved.