Class ColorantControl
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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.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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ColorantAlias>protected DeviceNSpaceprotected ColorantControl.MappingSelectionprotected ColorantControl.ProcessColorModel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the colorantAlias property.Gets the value of the colorantConvertProcess property.Gets the value of the colorantOrder property.Gets the value of the colorantParams property.Gets the value of the deviceNSpace property.Gets the value of the mappingSelection property.Gets the value of the processColorModel property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetDeviceNSpace(DeviceNSpace value) Sets the value of the deviceNSpace property.voidSets the value of the mappingSelection property.voidSets the value of the processColorModel property.withColorantAlias(Collection<ColorantAlias> values) withColorantAlias(ColorantAlias... values) withColorantConvertProcess(String... values) withColorantConvertProcess(Collection<String> values) withColorantOrder(String... values) withColorantOrder(Collection<String> values) withColorantParams(String... values) withColorantParams(Collection<String> values) withDeviceNSpace(DeviceNSpace value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
colorantAlias
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<ColorantAlias> colorantAlias -
deviceNSpace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DeviceNSpace deviceNSpace -
colorantConvertProcess
-
colorantOrder
-
colorantParams
-
mappingSelection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorantControl.MappingSelection mappingSelection -
processColorModel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorantControl.ProcessColorModel processColorModel
-
-
Constructor Details
-
ColorantControl
public ColorantControl()
-
-
Method Details
-
getColorantAlias
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 JAXB 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 -
getDeviceNSpace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public List<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 JAXB 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 -
getColorantOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<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 JAXB 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 -
getColorantParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<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 JAXB 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 -
getMappingSelection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setProcessColorModel(ColorantControl.ProcessColorModel value) Sets the value of the processColorModel property.- Parameters:
value- allowed object isColorantControl.ProcessColorModel
-
withColorantAlias
-
withColorantAlias
-
withDeviceNSpace
-
withColorantConvertProcess
-
withColorantConvertProcess
-
withColorantOrder
-
withColorantOrder
-
withColorantParams
-
withColorantParams
-
withMappingSelection
-
withProcessColorModel
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-