public class ColorSpaceConversionParams extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorSpaceConversionOp" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.String |
colorManagementSystem |
protected java.util.List<ColorSpaceConversionOp> |
colorSpaceConversionOps |
protected java.lang.Object |
fileSpecRef |
protected java.lang.String |
iccProfileUsage |
| Constructor and Description |
|---|
ColorSpaceConversionParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColorManagementSystem()
Gets the value of the colorManagementSystem property.
|
java.util.List<ColorSpaceConversionOp> |
getColorSpaceConversionOps()
Gets the value of the colorSpaceConversionOps property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.String |
getICCProfileUsage()
Gets the value of the iccProfileUsage property.
|
void |
setColorManagementSystem(java.lang.String value)
Sets the value of the colorManagementSystem property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setICCProfileUsage(java.lang.String value)
Sets the value of the iccProfileUsage property.
|
protected java.util.List<ColorSpaceConversionOp> colorSpaceConversionOps
protected java.lang.String iccProfileUsage
protected java.lang.String colorManagementSystem
protected java.lang.Object fileSpecRef
public java.util.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 java.lang.String getICCProfileUsage()
Stringpublic void setICCProfileUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorManagementSystem()
Stringpublic void setColorManagementSystem(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.