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