public class ColorSpaceConversionOp
extends java.lang.Object
implements java.io.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 java.util.List<DeviceNSpace> |
deviceNSpaces |
protected java.lang.Object |
fileSpecRef |
protected java.util.List<java.lang.String> |
objectTags |
protected java.lang.String |
operation |
protected java.lang.Boolean |
preserveBlack |
protected java.lang.String |
renderingIntent |
protected java.lang.Boolean |
rgbGray2Black |
protected java.lang.Double |
rgbGray2BlackThreshold |
protected java.util.List<java.lang.String> |
separationNames |
protected java.lang.String |
sourceCS |
protected java.util.List<EnumSourceObjects> |
sourceObjects |
protected java.lang.String |
sourceRenderingIntent |
| Constructor and Description |
|---|
ColorSpaceConversionOp() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceNSpace> |
getDeviceNSpaces()
Gets the value of the deviceNSpaces property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.util.List<java.lang.String> |
getObjectTags()
Gets the value of the objectTags property.
|
java.lang.String |
getOperation()
Gets the value of the operation property.
|
java.lang.Boolean |
getPreserveBlack()
Gets the value of the preserveBlack property.
|
java.lang.String |
getRenderingIntent()
Gets the value of the renderingIntent property.
|
java.lang.Boolean |
getRGBGray2Black()
Gets the value of the rgbGray2Black property.
|
java.lang.Double |
getRGBGray2BlackThreshold()
Gets the value of the rgbGray2BlackThreshold property.
|
java.util.List<java.lang.String> |
getSeparationNames()
Gets the value of the separationNames property.
|
java.lang.String |
getSourceCS()
Gets the value of the sourceCS property.
|
java.util.List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
java.lang.String |
getSourceRenderingIntent()
Gets the value of the sourceRenderingIntent property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setOperation(java.lang.String value)
Sets the value of the operation property.
|
void |
setPreserveBlack(java.lang.Boolean value)
Sets the value of the preserveBlack property.
|
void |
setRenderingIntent(java.lang.String value)
Sets the value of the renderingIntent property.
|
void |
setRGBGray2Black(java.lang.Boolean value)
Sets the value of the rgbGray2Black property.
|
void |
setRGBGray2BlackThreshold(java.lang.Double value)
Sets the value of the rgbGray2BlackThreshold property.
|
void |
setSourceCS(java.lang.String value)
Sets the value of the sourceCS property.
|
void |
setSourceRenderingIntent(java.lang.String value)
Sets the value of the sourceRenderingIntent property.
|
protected java.util.List<DeviceNSpace> deviceNSpaces
protected java.lang.String renderingIntent
protected java.util.List<java.lang.String> objectTags
protected java.util.List<EnumSourceObjects> sourceObjects
protected java.lang.String sourceRenderingIntent
protected java.lang.Boolean preserveBlack
protected java.lang.Double rgbGray2BlackThreshold
protected java.lang.Boolean rgbGray2Black
protected java.lang.String sourceCS
protected java.lang.String operation
protected java.lang.Object fileSpecRef
protected java.util.List<java.lang.String> separationNames
public java.util.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 java.lang.String getRenderingIntent()
Stringpublic void setRenderingIntent(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.util.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 java.lang.String getSourceRenderingIntent()
Stringpublic void setSourceRenderingIntent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getPreserveBlack()
Booleanpublic void setPreserveBlack(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getRGBGray2BlackThreshold()
Doublepublic void setRGBGray2BlackThreshold(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getRGBGray2Black()
Booleanpublic void setRGBGray2Black(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSourceCS()
Stringpublic void setSourceCS(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
Objectpublic java.util.List<java.lang.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.