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