@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class ColorantControl
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ColorantControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorantControl">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorantAlias" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceNSpace" minOccurs="0"/>
</sequence>
<attribute name="ColorantConvertProcess" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorantOrder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorantParams" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="MappingSelection">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="UsePDLValues"/>
<enumeration value="UseLocalPrinterValues"/>
<enumeration value="UseProcessColorValues"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ProcessColorModel">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="DeviceCMY"/>
<enumeration value="DeviceCMYK"/>
<enumeration value="DeviceGray"/>
<enumeration value="DeviceN"/>
<enumeration value="DeviceRGB"/>
<enumeration value="None"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ColorantControl.MappingSelection
Java class for null.
|
static class |
ColorantControl.ProcessColorModel
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ColorantAlias> |
colorantAlias |
protected java.util.List<java.lang.String> |
colorantConvertProcess |
protected java.util.List<java.lang.String> |
colorantOrder |
protected java.util.List<java.lang.String> |
colorantParams |
protected DeviceNSpace |
deviceNSpace |
protected ColorantControl.MappingSelection |
mappingSelection |
protected ColorantControl.ProcessColorModel |
processColorModel |
| Constructor and Description |
|---|
ColorantControl() |
| 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<ColorantAlias> |
getColorantAlias()
Gets the value of the colorantAlias property.
|
java.util.List<java.lang.String> |
getColorantConvertProcess()
Gets the value of the colorantConvertProcess property.
|
java.util.List<java.lang.String> |
getColorantOrder()
Gets the value of the colorantOrder property.
|
java.util.List<java.lang.String> |
getColorantParams()
Gets the value of the colorantParams property.
|
DeviceNSpace |
getDeviceNSpace()
Gets the value of the deviceNSpace property.
|
ColorantControl.MappingSelection |
getMappingSelection()
Gets the value of the mappingSelection property.
|
ColorantControl.ProcessColorModel |
getProcessColorModel()
Gets the value of the processColorModel property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDeviceNSpace(DeviceNSpace value)
Sets the value of the deviceNSpace property.
|
void |
setMappingSelection(ColorantControl.MappingSelection value)
Sets the value of the mappingSelection property.
|
void |
setProcessColorModel(ColorantControl.ProcessColorModel value)
Sets the value of the processColorModel property.
|
ColorantControl |
withColorantAlias(java.util.Collection<ColorantAlias> values) |
ColorantControl |
withColorantAlias(ColorantAlias... values) |
ColorantControl |
withColorantConvertProcess(java.util.Collection<java.lang.String> values) |
ColorantControl |
withColorantConvertProcess(java.lang.String... values) |
ColorantControl |
withColorantOrder(java.util.Collection<java.lang.String> values) |
ColorantControl |
withColorantOrder(java.lang.String... values) |
ColorantControl |
withColorantParams(java.util.Collection<java.lang.String> values) |
ColorantControl |
withColorantParams(java.lang.String... values) |
ColorantControl |
withDeviceNSpace(DeviceNSpace value) |
ColorantControl |
withMappingSelection(ColorantControl.MappingSelection value) |
ColorantControl |
withProcessColorModel(ColorantControl.ProcessColorModel value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ColorantAlias> colorantAlias
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected DeviceNSpace deviceNSpace
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> colorantConvertProcess
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> colorantOrder
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> colorantParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ColorantControl.MappingSelection mappingSelection
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ColorantControl.ProcessColorModel processColorModel
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ColorantAlias> getColorantAlias()
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 colorantAlias property.
For example, to add a new item, do as follows:
getColorantAlias().add(newItem);
Objects of the following type(s) are allowed in the list
ColorantAlias
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public DeviceNSpace getDeviceNSpace()
DeviceNSpace@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDeviceNSpace(DeviceNSpace value)
value - allowed object is
DeviceNSpace@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getColorantConvertProcess()
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 colorantConvertProcess property.
For example, to add a new item, do as follows:
getColorantConvertProcess().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getColorantOrder()
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 colorantOrder property.
For example, to add a new item, do as follows:
getColorantOrder().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getColorantParams()
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 colorantParams property.
For example, to add a new item, do as follows:
getColorantParams().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ColorantControl.MappingSelection getMappingSelection()
ColorantControl.MappingSelection@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMappingSelection(ColorantControl.MappingSelection value)
value - allowed object is
ColorantControl.MappingSelection@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ColorantControl.ProcessColorModel getProcessColorModel()
ColorantControl.ProcessColorModel@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setProcessColorModel(ColorantControl.ProcessColorModel value)
value - allowed object is
ColorantControl.ProcessColorModelpublic ColorantControl withColorantAlias(ColorantAlias... values)
public ColorantControl withColorantAlias(java.util.Collection<ColorantAlias> values)
public ColorantControl withDeviceNSpace(DeviceNSpace value)
public ColorantControl withColorantConvertProcess(java.lang.String... values)
public ColorantControl withColorantConvertProcess(java.util.Collection<java.lang.String> values)
public ColorantControl withColorantOrder(java.lang.String... values)
public ColorantControl withColorantOrder(java.util.Collection<java.lang.String> values)
public ColorantControl withColorantParams(java.lang.String... values)
public ColorantControl withColorantParams(java.util.Collection<java.lang.String> values)
public ColorantControl withMappingSelection(ColorantControl.MappingSelection value)
public ColorantControl withProcessColorModel(ColorantControl.ProcessColorModel 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