@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class ColorSpaceConversionOp
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="3" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScreenSelector" minOccurs="0"/>
</sequence>
<attribute name="Operation" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Convert"/>
<enumeration value="Tag"/>
<enumeration value="Untag"/>
</restriction>
</simpleType>
</attribute>
<attribute name="PreserveBlack" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="RenderingIntent" type="{http://www.CIP4.org/JDFSchema_2_0}RenderingIntent" />
<attribute name="RGBGray2Black" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="RGBGray2BlackThreshold" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Separations" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="SourceCS">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="All"/>
<enumeration value="CalGray"/>
<enumeration value="Calibrated"/>
<enumeration value="CalRGB"/>
<enumeration value="CIEBased"/>
<enumeration value="CMYK"/>
<enumeration value="DeviceCMYK"/>
<enumeration value="DeviceGray"/>
<enumeration value="DeviceN"/>
<enumeration value="DeviceRGB"/>
<enumeration value="DevIndep"/>
<enumeration value="Gray"/>
<enumeration value="ICCBased"/>
<enumeration value="ICCCMYK"/>
<enumeration value="ICCGray"/>
<enumeration value="ICCLAB"/>
<enumeration value="ICCRGB"/>
<enumeration value="Lab"/>
<enumeration value="RGB"/>
<enumeration value="Separation"/>
<enumeration value="YUV"/>
</restriction>
</simpleType>
</attribute>
<attribute name="SourceObjects">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}SourceObjects" />
</simpleType>
</attribute>
<attribute name="SourceRenderingIntent" type="{http://www.CIP4.org/JDFSchema_2_0}RenderingIntent" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ColorSpaceConversionOp.Operation
Java class for null.
|
static class |
ColorSpaceConversionOp.SourceCS
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FileSpec> |
fileSpec |
protected ColorSpaceConversionOp.Operation |
operation |
protected java.lang.Boolean |
preserveBlack |
protected RenderingIntent |
renderingIntent |
protected java.lang.Boolean |
rgbGray2Black |
protected java.lang.Float |
rgbGray2BlackThreshold |
protected ScreenSelector |
screenSelector |
protected java.util.List<java.lang.String> |
separations |
protected ColorSpaceConversionOp.SourceCS |
sourceCS |
protected java.util.List<SourceObjects> |
sourceObjects |
protected RenderingIntent |
sourceRenderingIntent |
| Constructor and Description |
|---|
ColorSpaceConversionOp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.util.List<FileSpec> |
getFileSpec()
Gets the value of the fileSpec property.
|
ColorSpaceConversionOp.Operation |
getOperation()
Gets the value of the operation property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
RenderingIntent |
getRenderingIntent()
Gets the value of the renderingIntent property.
|
java.lang.Float |
getRGBGray2BlackThreshold()
Gets the value of the rgbGray2BlackThreshold property.
|
ScreenSelector |
getScreenSelector()
Gets the value of the screenSelector property.
|
java.util.List<java.lang.String> |
getSeparations()
Gets the value of the separations property.
|
ColorSpaceConversionOp.SourceCS |
getSourceCS()
Gets the value of the sourceCS property.
|
java.util.List<SourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
RenderingIntent |
getSourceRenderingIntent()
Gets the value of the sourceRenderingIntent property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isPreserveBlack()
Gets the value of the preserveBlack property.
|
java.lang.Boolean |
isRGBGray2Black()
Gets the value of the rgbGray2Black property.
|
void |
setOperation(ColorSpaceConversionOp.Operation value)
Sets the value of the operation property.
|
void |
setPreserveBlack(java.lang.Boolean value)
Sets the value of the preserveBlack property.
|
void |
setRenderingIntent(RenderingIntent 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.Float value)
Sets the value of the rgbGray2BlackThreshold property.
|
void |
setScreenSelector(ScreenSelector value)
Sets the value of the screenSelector property.
|
void |
setSourceCS(ColorSpaceConversionOp.SourceCS value)
Sets the value of the sourceCS property.
|
void |
setSourceRenderingIntent(RenderingIntent value)
Sets the value of the sourceRenderingIntent property.
|
ColorSpaceConversionOp |
withFileSpec(java.util.Collection<FileSpec> values) |
ColorSpaceConversionOp |
withFileSpec(FileSpec... values) |
ColorSpaceConversionOp |
withOperation(ColorSpaceConversionOp.Operation value) |
ColorSpaceConversionOp |
withPreserveBlack(java.lang.Boolean value) |
ColorSpaceConversionOp |
withRenderingIntent(RenderingIntent value) |
ColorSpaceConversionOp |
withRGBGray2Black(java.lang.Boolean value) |
ColorSpaceConversionOp |
withRGBGray2BlackThreshold(java.lang.Float value) |
ColorSpaceConversionOp |
withScreenSelector(ScreenSelector value) |
ColorSpaceConversionOp |
withSeparations(java.util.Collection<java.lang.String> values) |
ColorSpaceConversionOp |
withSeparations(java.lang.String... values) |
ColorSpaceConversionOp |
withSourceCS(ColorSpaceConversionOp.SourceCS value) |
ColorSpaceConversionOp |
withSourceObjects(java.util.Collection<SourceObjects> values) |
ColorSpaceConversionOp |
withSourceObjects(SourceObjects... values) |
ColorSpaceConversionOp |
withSourceRenderingIntent(RenderingIntent value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<FileSpec> fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected ScreenSelector screenSelector
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected ColorSpaceConversionOp.Operation operation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean preserveBlack
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected RenderingIntent renderingIntent
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean rgbGray2Black
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float rgbGray2BlackThreshold
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> separations
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected ColorSpaceConversionOp.SourceCS sourceCS
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<SourceObjects> sourceObjects
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected RenderingIntent sourceRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<FileSpec> getFileSpec()
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 fileSpec property.
For example, to add a new item, do as follows:
getFileSpec().add(newItem);
Objects of the following type(s) are allowed in the list
FileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public ScreenSelector getScreenSelector()
ScreenSelector@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setScreenSelector(ScreenSelector value)
value - allowed object is
ScreenSelector@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public ColorSpaceConversionOp.Operation getOperation()
ColorSpaceConversionOp.Operation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setOperation(ColorSpaceConversionOp.Operation value)
value - allowed object is
ColorSpaceConversionOp.Operation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isPreserveBlack()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPreserveBlack(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public RenderingIntent getRenderingIntent()
RenderingIntent@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setRenderingIntent(RenderingIntent value)
value - allowed object is
RenderingIntent@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isRGBGray2Black()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setRGBGray2Black(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getRGBGray2BlackThreshold()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setRGBGray2BlackThreshold(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getSeparations()
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 separations property.
For example, to add a new item, do as follows:
getSeparations().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public ColorSpaceConversionOp.SourceCS getSourceCS()
ColorSpaceConversionOp.SourceCS@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setSourceCS(ColorSpaceConversionOp.SourceCS value)
value - allowed object is
ColorSpaceConversionOp.SourceCS@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<SourceObjects> 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
SourceObjects
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public RenderingIntent getSourceRenderingIntent()
RenderingIntent@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setSourceRenderingIntent(RenderingIntent value)
value - allowed object is
RenderingIntent@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public ColorSpaceConversionOp withFileSpec(FileSpec... values)
public ColorSpaceConversionOp withFileSpec(java.util.Collection<FileSpec> values)
public ColorSpaceConversionOp withScreenSelector(ScreenSelector value)
public ColorSpaceConversionOp withOperation(ColorSpaceConversionOp.Operation value)
public ColorSpaceConversionOp withPreserveBlack(java.lang.Boolean value)
public ColorSpaceConversionOp withRenderingIntent(RenderingIntent value)
public ColorSpaceConversionOp withRGBGray2Black(java.lang.Boolean value)
public ColorSpaceConversionOp withRGBGray2BlackThreshold(java.lang.Float value)
public ColorSpaceConversionOp withSeparations(java.lang.String... values)
public ColorSpaceConversionOp withSeparations(java.util.Collection<java.lang.String> values)
public ColorSpaceConversionOp withSourceCS(ColorSpaceConversionOp.SourceCS value)
public ColorSpaceConversionOp withSourceObjects(SourceObjects... values)
public ColorSpaceConversionOp withSourceObjects(java.util.Collection<SourceObjects> values)
public ColorSpaceConversionOp withSourceRenderingIntent(RenderingIntent value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object