Class ColorantControl
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.ColorantControl
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class ColorantControl extends SpecificResource implements java.io.SerializableJava 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.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="ColorantOrder" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="ColorantParams" type="{http://www.w3.org/2001/XMLSchema}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>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColorantControl.MappingSelectionJava class for null.static classColorantControl.ProcessColorModelJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ColorantAlias>colorantAliasprotected java.util.List<java.lang.String>colorantConvertProcessprotected java.util.List<java.lang.String>colorantOrderprotected java.util.List<java.lang.String>colorantParamsprotected DeviceNSpacedeviceNSpaceprotected ColorantControl.MappingSelectionmappingSelectionprotected ColorantControl.ProcessColorModelprocessColorModel
-
Constructor Summary
Constructors Constructor Description ColorantControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)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.DeviceNSpacegetDeviceNSpace()Gets the value of the deviceNSpace property.ColorantControl.MappingSelectiongetMappingSelection()Gets the value of the mappingSelection property.ColorantControl.ProcessColorModelgetProcessColorModel()Gets the value of the processColorModel property.inthashCode()voidsetDeviceNSpace(DeviceNSpace value)Sets the value of the deviceNSpace property.voidsetMappingSelection(ColorantControl.MappingSelection value)Sets the value of the mappingSelection property.voidsetProcessColorModel(ColorantControl.ProcessColorModel value)Sets the value of the processColorModel property.ColorantControlwithColorantAlias(java.util.Collection<ColorantAlias> values)ColorantControlwithColorantAlias(ColorantAlias... values)ColorantControlwithColorantConvertProcess(java.lang.String... values)ColorantControlwithColorantConvertProcess(java.util.Collection<java.lang.String> values)ColorantControlwithColorantOrder(java.lang.String... values)ColorantControlwithColorantOrder(java.util.Collection<java.lang.String> values)ColorantControlwithColorantParams(java.lang.String... values)ColorantControlwithColorantParams(java.util.Collection<java.lang.String> values)ColorantControlwithDeviceNSpace(DeviceNSpace value)ColorantControlwithMappingSelection(ColorantControl.MappingSelection value)ColorantControlwithProcessColorModel(ColorantControl.ProcessColorModel value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
colorantAlias
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<ColorantAlias> colorantAlias
-
deviceNSpace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected DeviceNSpace deviceNSpace
-
colorantConvertProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<java.lang.String> colorantConvertProcess
-
colorantOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<java.lang.String> colorantOrder
-
colorantParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<java.lang.String> colorantParams
-
mappingSelection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ColorantControl.MappingSelection mappingSelection
-
processColorModel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ColorantControl.ProcessColorModel processColorModel
-
-
Method Detail
-
getColorantAlias
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<ColorantAlias> getColorantAlias()Gets the value of the colorantAlias 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the colorantAlias property.
-
getDeviceNSpace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public DeviceNSpace getDeviceNSpace()Gets the value of the deviceNSpace property.- Returns:
- possible object is
DeviceNSpace
-
setDeviceNSpace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setDeviceNSpace(DeviceNSpace value)Sets the value of the deviceNSpace property.- Parameters:
value- allowed object isDeviceNSpace
-
getColorantConvertProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<java.lang.String> getColorantConvertProcess()Gets the value of the colorantConvertProcess 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the colorantConvertProcess property.
-
getColorantOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<java.lang.String> getColorantOrder()Gets the value of the colorantOrder 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the colorantOrder property.
-
getColorantParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<java.lang.String> getColorantParams()Gets the value of the colorantParams 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the colorantParams property.
-
getMappingSelection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public ColorantControl.MappingSelection getMappingSelection()Gets the value of the mappingSelection property.- Returns:
- possible object is
ColorantControl.MappingSelection
-
setMappingSelection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setMappingSelection(ColorantControl.MappingSelection value)Sets the value of the mappingSelection property.- Parameters:
value- allowed object isColorantControl.MappingSelection
-
getProcessColorModel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public ColorantControl.ProcessColorModel getProcessColorModel()Gets the value of the processColorModel property.- Returns:
- possible object is
ColorantControl.ProcessColorModel
-
setProcessColorModel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setProcessColorModel(ColorantControl.ProcessColorModel value)Sets the value of the processColorModel property.- Parameters:
value- allowed object isColorantControl.ProcessColorModel
-
withColorantAlias
public ColorantControl withColorantAlias(ColorantAlias... values)
-
withColorantAlias
public ColorantControl withColorantAlias(java.util.Collection<ColorantAlias> values)
-
withDeviceNSpace
public ColorantControl withDeviceNSpace(DeviceNSpace value)
-
withColorantConvertProcess
public ColorantControl withColorantConvertProcess(java.lang.String... values)
-
withColorantConvertProcess
public ColorantControl withColorantConvertProcess(java.util.Collection<java.lang.String> values)
-
withColorantOrder
public ColorantControl withColorantOrder(java.lang.String... values)
-
withColorantOrder
public ColorantControl withColorantOrder(java.util.Collection<java.lang.String> values)
-
withColorantParams
public ColorantControl withColorantParams(java.lang.String... values)
-
withColorantParams
public ColorantControl withColorantParams(java.util.Collection<java.lang.String> values)
-
withMappingSelection
public ColorantControl withMappingSelection(ColorantControl.MappingSelection value)
-
withProcessColorModel
public ColorantControl withProcessColorModel(ColorantControl.ProcessColorModel value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-