public class ColorSpaceConversionOp extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceNSpace" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="RenderingIntent" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ObjectTags" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="SourceObjects">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumSourceObjects" />
</simpleType>
</attribute>
<attribute name="SourceRenderingIntent" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PreserveBlack" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="RGBGray2BlackThreshold" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RGBGray2Black" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SourceCS" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Operation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceNSpace> |
deviceNSpaces |
protected Object |
fileSpecRef |
protected List<String> |
objectTags |
protected String |
operation |
protected Boolean |
preserveBlack |
protected String |
renderingIntent |
protected Boolean |
rgbGray2Black |
protected Double |
rgbGray2BlackThreshold |
protected List<String> |
separationNames |
protected String |
sourceCS |
protected List<EnumSourceObjects> |
sourceObjects |
protected String |
sourceRenderingIntent |
| Constructor and Description |
|---|
ColorSpaceConversionOp() |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceNSpace> |
getDeviceNSpaces()
Gets the value of the deviceNSpaces property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
List<String> |
getObjectTags()
Gets the value of the objectTags property.
|
String |
getOperation()
Gets the value of the operation property.
|
Boolean |
getPreserveBlack()
Gets the value of the preserveBlack property.
|
String |
getRenderingIntent()
Gets the value of the renderingIntent property.
|
Boolean |
getRGBGray2Black()
Gets the value of the rgbGray2Black property.
|
Double |
getRGBGray2BlackThreshold()
Gets the value of the rgbGray2BlackThreshold property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
String |
getSourceCS()
Gets the value of the sourceCS property.
|
List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
String |
getSourceRenderingIntent()
Gets the value of the sourceRenderingIntent property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setPreserveBlack(Boolean value)
Sets the value of the preserveBlack property.
|
void |
setRenderingIntent(String value)
Sets the value of the renderingIntent property.
|
void |
setRGBGray2Black(Boolean value)
Sets the value of the rgbGray2Black property.
|
void |
setRGBGray2BlackThreshold(Double value)
Sets the value of the rgbGray2BlackThreshold property.
|
void |
setSourceCS(String value)
Sets the value of the sourceCS property.
|
void |
setSourceRenderingIntent(String value)
Sets the value of the sourceRenderingIntent property.
|
protected List<DeviceNSpace> deviceNSpaces
protected String renderingIntent
protected List<EnumSourceObjects> sourceObjects
protected String sourceRenderingIntent
protected Boolean preserveBlack
protected Double rgbGray2BlackThreshold
protected Boolean rgbGray2Black
protected String sourceCS
protected String operation
protected Object fileSpecRef
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 getRenderingIntent()
Stringpublic void setRenderingIntent(String value)
value - allowed object is
Stringpublic List<String> getObjectTags()
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 objectTags property.
For example, to add a new item, do as follows:
getObjectTags().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<EnumSourceObjects> getSourceObjects()
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 sourceObjects property.
For example, to add a new item, do as follows:
getSourceObjects().add(newItem);
Objects of the following type(s) are allowed in the list
EnumSourceObjects
public String getSourceRenderingIntent()
Stringpublic void setSourceRenderingIntent(String value)
value - allowed object is
Stringpublic Boolean getPreserveBlack()
Booleanpublic void setPreserveBlack(Boolean value)
value - allowed object is
Booleanpublic Double getRGBGray2BlackThreshold()
Doublepublic void setRGBGray2BlackThreshold(Double value)
value - allowed object is
Doublepublic Boolean getRGBGray2Black()
Booleanpublic void setRGBGray2Black(Boolean value)
value - allowed object is
Booleanpublic String getSourceCS()
Stringpublic void setSourceCS(String value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic Object getFileSpecRef()
Objectpublic void setFileSpecRef(Object value)
value - allowed object is
Objectpublic List<String> getSeparationNames()
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 separationNames property.
For example, to add a new item, do as follows:
getSeparationNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.