Class ColorSpaceConversionOp
- All Implemented Interfaces:
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>
<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="BlackPointCompensation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="BlackPointCompensationDetails" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<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.w3.org/2001/XMLSchema}boolean" />
<attribute name="RenderingIntent" type="{http://www.CIP4.org/JDFSchema_2_0}RenderingIntent" />
<attribute name="RGBGray2Black" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="RGBGray2BlackThreshold" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Separations" type="{http://www.w3.org/2001/XMLSchema}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" type="{http://www.CIP4.org/JDFSchema_2_0}SourceObjects" />
<attribute name="SourceRenderingIntent" type="{http://www.CIP4.org/JDFSchema_2_0}RenderingIntent" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for nullstatic enumJava class for null -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected ColorSpaceConversionOp.Operationprotected Booleanprotected RenderingIntentprotected Booleanprotected Floatprotected ScreenSelectorprotected ColorSpaceConversionOp.SourceCSprotected RenderingIntent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the blackPointCompensationDetails property.Gets the value of the fileSpec property.Gets the value of the operation property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the renderingIntent property.Gets the value of the rgbGray2BlackThreshold property.Gets the value of the screenSelector property.Gets the value of the separations property.Gets the value of the sourceCS property.Gets the value of the sourceObjects property.Gets the value of the sourceRenderingIntent property.inthashCode()Gets the value of the blackPointCompensation property.Gets the value of the preserveBlack property.Gets the value of the rgbGray2Black property.voidsetBlackPointCompensation(Boolean value) Sets the value of the blackPointCompensation property.voidSets the value of the blackPointCompensationDetails property.voidSets the value of the operation property.voidsetPreserveBlack(Boolean value) Sets the value of the preserveBlack property.voidSets the value of the renderingIntent property.voidsetRGBGray2Black(Boolean value) Sets the value of the rgbGray2Black property.voidsetRGBGray2BlackThreshold(Float value) Sets the value of the rgbGray2BlackThreshold property.voidsetScreenSelector(ScreenSelector value) Sets the value of the screenSelector property.voidSets the value of the sourceCS property.voidSets the value of the sourceRenderingIntent property.withFileSpec(Collection<FileSpec> values) withFileSpec(FileSpec... values) withPreserveBlack(Boolean value) withRGBGray2Black(Boolean value) withRGBGray2BlackThreshold(Float value) withScreenSelector(ScreenSelector value) withSeparations(String... values) withSeparations(Collection<String> values) withSourceObjects(String... values) withSourceObjects(Collection<String> values)
-
Field Details
-
fileSpec
-
screenSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ScreenSelector screenSelector -
blackPointCompensation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean blackPointCompensation -
blackPointCompensationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String blackPointCompensationDetails -
operation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ColorSpaceConversionOp.Operation operation -
preserveBlack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean preserveBlack -
renderingIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected RenderingIntent renderingIntent -
rgbGray2Black
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean rgbGray2Black -
rgbGray2BlackThreshold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float rgbGray2BlackThreshold -
separations
-
sourceCS
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ColorSpaceConversionOp.SourceCS sourceCS -
sourceObjects
-
sourceRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected RenderingIntent sourceRenderingIntent
-
-
Constructor Details
-
ColorSpaceConversionOp
public ColorSpaceConversionOp()
-
-
Method Details
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<FileSpec> getFileSpec()Gets the value of the fileSpec property.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
setmethod 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- Returns:
- The value of the fileSpec property.
-
getScreenSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ScreenSelector getScreenSelector()Gets the value of the screenSelector property.- Returns:
- possible object is
ScreenSelector
-
setScreenSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setScreenSelector(ScreenSelector value) Sets the value of the screenSelector property.- Parameters:
value- allowed object isScreenSelector
-
isBlackPointCompensation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isBlackPointCompensation()Gets the value of the blackPointCompensation property.- Returns:
- possible object is
Boolean
-
setBlackPointCompensation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setBlackPointCompensation(Boolean value) Sets the value of the blackPointCompensation property.- Parameters:
value- allowed object isBoolean
-
getBlackPointCompensationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getBlackPointCompensationDetails()Gets the value of the blackPointCompensationDetails property.- Returns:
- possible object is
String
-
setBlackPointCompensationDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setBlackPointCompensationDetails(String value) Sets the value of the blackPointCompensationDetails property.- Parameters:
value- allowed object isString
-
getOperation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ColorSpaceConversionOp.Operation getOperation()Gets the value of the operation property.- Returns:
- possible object is
ColorSpaceConversionOp.Operation
-
setOperation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setOperation(ColorSpaceConversionOp.Operation value) Sets the value of the operation property.- Parameters:
value- allowed object isColorSpaceConversionOp.Operation
-
isPreserveBlack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isPreserveBlack()Gets the value of the preserveBlack property.- Returns:
- possible object is
Boolean
-
setPreserveBlack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPreserveBlack(Boolean value) Sets the value of the preserveBlack property.- Parameters:
value- allowed object isBoolean
-
getRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public RenderingIntent getRenderingIntent()Gets the value of the renderingIntent property.- Returns:
- possible object is
RenderingIntent
-
setRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRenderingIntent(RenderingIntent value) Sets the value of the renderingIntent property.- Parameters:
value- allowed object isRenderingIntent
-
isRGBGray2Black
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isRGBGray2Black()Gets the value of the rgbGray2Black property.- Returns:
- possible object is
Boolean
-
setRGBGray2Black
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRGBGray2Black(Boolean value) Sets the value of the rgbGray2Black property.- Parameters:
value- allowed object isBoolean
-
getRGBGray2BlackThreshold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getRGBGray2BlackThreshold()Gets the value of the rgbGray2BlackThreshold property.- Returns:
- possible object is
Float
-
setRGBGray2BlackThreshold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRGBGray2BlackThreshold(Float value) Sets the value of the rgbGray2BlackThreshold property.- Parameters:
value- allowed object isFloat
-
getSeparations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getSeparations()Gets the value of the separations property.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
setmethod 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- Returns:
- The value of the separations property.
-
getSourceCS
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ColorSpaceConversionOp.SourceCS getSourceCS()Gets the value of the sourceCS property.- Returns:
- possible object is
ColorSpaceConversionOp.SourceCS
-
setSourceCS
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSourceCS(ColorSpaceConversionOp.SourceCS value) Sets the value of the sourceCS property.- Parameters:
value- allowed object isColorSpaceConversionOp.SourceCS
-
getSourceObjects
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getSourceObjects()Gets the value of the sourceObjects property.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
setmethod 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
String- Returns:
- The value of the sourceObjects property.
-
getSourceRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public RenderingIntent getSourceRenderingIntent()Gets the value of the sourceRenderingIntent property.- Returns:
- possible object is
RenderingIntent
-
setSourceRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSourceRenderingIntent(RenderingIntent value) Sets the value of the sourceRenderingIntent property.- Parameters:
value- allowed object isRenderingIntent
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
withFileSpec
-
withFileSpec
-
withScreenSelector
-
withBlackPointCompensation
-
withBlackPointCompensationDetails
-
withOperation
-
withPreserveBlack
-
withRenderingIntent
-
withRGBGray2Black
-
withRGBGray2BlackThreshold
-
withSeparations
-
withSeparations
-
withSourceCS
-
withSourceObjects
-
withSourceObjects
-
withSourceRenderingIntent
-
equals
-
hashCode
public int hashCode()
-