@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class ColorSpaceConversionParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ColorSpaceConversionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorSpaceConversionParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorSpaceConversionOp" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="ICCProfileUsage">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="UsePDL"/>
<enumeration value="UseSupplied"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ColorSpaceConversionParams.ICCProfileUsage
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ColorSpaceConversionOp> |
colorSpaceConversionOp |
protected FileSpec |
fileSpec |
protected ColorSpaceConversionParams.ICCProfileUsage |
iccProfileUsage |
| Constructor and Description |
|---|
ColorSpaceConversionParams() |
| 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<ColorSpaceConversionOp> |
getColorSpaceConversionOp()
Gets the value of the colorSpaceConversionOp property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
ColorSpaceConversionParams.ICCProfileUsage |
getICCProfileUsage()
Gets the value of the iccProfileUsage property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage value)
Sets the value of the iccProfileUsage property.
|
ColorSpaceConversionParams |
withColorSpaceConversionOp(java.util.Collection<ColorSpaceConversionOp> values) |
ColorSpaceConversionParams |
withColorSpaceConversionOp(ColorSpaceConversionOp... values) |
ColorSpaceConversionParams |
withFileSpec(FileSpec value) |
ColorSpaceConversionParams |
withICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ColorSpaceConversionOp> colorSpaceConversionOp
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ColorSpaceConversionParams.ICCProfileUsage iccProfileUsage
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ColorSpaceConversionOp> getColorSpaceConversionOp()
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 colorSpaceConversionOp property.
For example, to add a new item, do as follows:
getColorSpaceConversionOp().add(newItem);
Objects of the following type(s) are allowed in the list
ColorSpaceConversionOp
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ColorSpaceConversionParams.ICCProfileUsage getICCProfileUsage()
ColorSpaceConversionParams.ICCProfileUsage@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage value)
value - allowed object is
ColorSpaceConversionParams.ICCProfileUsagepublic ColorSpaceConversionParams withColorSpaceConversionOp(ColorSpaceConversionOp... values)
public ColorSpaceConversionParams withColorSpaceConversionOp(java.util.Collection<ColorSpaceConversionOp> values)
public ColorSpaceConversionParams withFileSpec(FileSpec value)
public ColorSpaceConversionParams withICCProfileUsage(ColorSpaceConversionParams.ICCProfileUsage 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.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource