@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public class ColorSpaceConversionOp extends Object implements 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}DeviceNSpace" maxOccurs="unbounded" minOccurs="0"/>
</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> |
deviceNSpace |
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 |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<DeviceNSpace> |
getDeviceNSpace()
Gets the value of the deviceNSpace 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.
|
String |
getRenderingIntent()
Gets the value of the renderingIntent 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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isPreserveBlack()
Gets the value of the preserveBlack property.
|
Boolean |
isRGBGray2Black()
Gets the value of the rgbGray2Black 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.
|
ColorSpaceConversionOp |
withDeviceNSpace(Collection<DeviceNSpace> values) |
ColorSpaceConversionOp |
withDeviceNSpace(DeviceNSpace... values) |
ColorSpaceConversionOp |
withFileSpecRef(Object value) |
ColorSpaceConversionOp |
withObjectTags(Collection<String> values) |
ColorSpaceConversionOp |
withObjectTags(String... values) |
ColorSpaceConversionOp |
withOperation(String value) |
ColorSpaceConversionOp |
withPreserveBlack(Boolean value) |
ColorSpaceConversionOp |
withRenderingIntent(String value) |
ColorSpaceConversionOp |
withRGBGray2Black(Boolean value) |
ColorSpaceConversionOp |
withRGBGray2BlackThreshold(Double value) |
ColorSpaceConversionOp |
withSeparationNames(Collection<String> values) |
ColorSpaceConversionOp |
withSeparationNames(String... values) |
ColorSpaceConversionOp |
withSourceCS(String value) |
ColorSpaceConversionOp |
withSourceObjects(Collection<EnumSourceObjects> values) |
ColorSpaceConversionOp |
withSourceObjects(EnumSourceObjects... values) |
ColorSpaceConversionOp |
withSourceRenderingIntent(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<DeviceNSpace> deviceNSpace
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String renderingIntent
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<String> objectTags
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<EnumSourceObjects> sourceObjects
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String sourceRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Boolean preserveBlack
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Double rgbGray2BlackThreshold
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Boolean rgbGray2Black
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String sourceCS
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String operation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Object fileSpecRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<DeviceNSpace> getDeviceNSpace()
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 deviceNSpace property.
For example, to add a new item, do as follows:
getDeviceNSpace().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceNSpace
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getRenderingIntent()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setRenderingIntent(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getSourceRenderingIntent()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setSourceRenderingIntent(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Boolean isPreserveBlack()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setPreserveBlack(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Double getRGBGray2BlackThreshold()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setRGBGray2BlackThreshold(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Boolean isRGBGray2Black()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setRGBGray2Black(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getSourceCS()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setSourceCS(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getOperation()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setOperation(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Object getFileSpecRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setFileSpecRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withDeviceNSpace(DeviceNSpace... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withDeviceNSpace(Collection<DeviceNSpace> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withRenderingIntent(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withObjectTags(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withObjectTags(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withSourceObjects(EnumSourceObjects... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withSourceObjects(Collection<EnumSourceObjects> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withSourceRenderingIntent(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withPreserveBlack(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withRGBGray2BlackThreshold(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withRGBGray2Black(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withSourceCS(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withOperation(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withFileSpecRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withSeparationNames(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public ColorSpaceConversionOp withSeparationNames(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.