public class Color extends ParameterType implements java.io.Serializable
Java class for Color complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Color">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TransferCurve" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PrintConditionColor" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceNColor" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Lab" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" />
<attribute name="RawName" type="{http://www.CIP4.org/JDFSchema_2_0}hexBinary" />
<attribute name="NeutralDensity" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MappingSelection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Name" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Gray" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Density" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CMYK" type="{http://www.CIP4.org/JDFSchema_2_0}CMYKColor" />
<attribute name="ColorBookPrefix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ActualColorName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorBook" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorBookEntry" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorBookSuffix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ColorName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="sRGB" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorMeasurementConditionsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actualColorName |
protected java.util.List<java.lang.Double> |
cmyks |
protected java.lang.String |
colorBook |
protected java.lang.String |
colorBookEntry |
protected java.lang.String |
colorBookPrefix |
protected java.lang.String |
colorBookSuffix |
protected java.lang.String |
colorDetails |
protected java.lang.Object |
colorMeasurementConditionsRef |
protected java.lang.String |
colorName |
protected java.lang.String |
colorType |
protected java.lang.Double |
density |
protected java.util.List<DeviceNColor> |
deviceNColors |
protected java.lang.Object |
fileSpecRef |
protected java.lang.Double |
gray |
protected java.util.List<java.lang.Double> |
labs |
protected java.lang.String |
mappingSelection |
protected java.lang.String |
mediaType |
protected java.lang.String |
name |
protected java.lang.Double |
neutralDensity |
protected java.util.List<PrintConditionColor> |
printConditionColors |
protected java.lang.String |
rawName |
protected java.lang.String |
srgb |
protected java.util.List<TransferCurve> |
transferCurves |
| Constructor and Description |
|---|
Color() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualColorName()
Gets the value of the actualColorName property.
|
java.util.List<java.lang.Double> |
getCMYKS()
Gets the value of the cmyks property.
|
java.lang.String |
getColorBook()
Gets the value of the colorBook property.
|
java.lang.String |
getColorBookEntry()
Gets the value of the colorBookEntry property.
|
java.lang.String |
getColorBookPrefix()
Gets the value of the colorBookPrefix property.
|
java.lang.String |
getColorBookSuffix()
Gets the value of the colorBookSuffix property.
|
java.lang.String |
getColorDetails()
Gets the value of the colorDetails property.
|
java.lang.Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
java.lang.String |
getColorName()
Gets the value of the colorName property.
|
java.lang.String |
getColorType()
Gets the value of the colorType property.
|
java.lang.Double |
getDensity()
Gets the value of the density property.
|
java.util.List<DeviceNColor> |
getDeviceNColors()
Gets the value of the deviceNColors property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.Double |
getGray()
Gets the value of the gray property.
|
java.util.List<java.lang.Double> |
getLabs()
Gets the value of the labs property.
|
java.lang.String |
getMappingSelection()
Gets the value of the mappingSelection property.
|
java.lang.String |
getMediaType()
Gets the value of the mediaType property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Double |
getNeutralDensity()
Gets the value of the neutralDensity property.
|
java.util.List<PrintConditionColor> |
getPrintConditionColors()
Gets the value of the printConditionColors property.
|
java.lang.String |
getRawName()
Gets the value of the rawName property.
|
java.lang.String |
getSRGB()
Gets the value of the srgb property.
|
java.util.List<TransferCurve> |
getTransferCurves()
Gets the value of the transferCurves property.
|
void |
setActualColorName(java.lang.String value)
Sets the value of the actualColorName property.
|
void |
setColorBook(java.lang.String value)
Sets the value of the colorBook property.
|
void |
setColorBookEntry(java.lang.String value)
Sets the value of the colorBookEntry property.
|
void |
setColorBookPrefix(java.lang.String value)
Sets the value of the colorBookPrefix property.
|
void |
setColorBookSuffix(java.lang.String value)
Sets the value of the colorBookSuffix property.
|
void |
setColorDetails(java.lang.String value)
Sets the value of the colorDetails property.
|
void |
setColorMeasurementConditionsRef(java.lang.Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setColorName(java.lang.String value)
Sets the value of the colorName property.
|
void |
setColorType(java.lang.String value)
Sets the value of the colorType property.
|
void |
setDensity(java.lang.Double value)
Sets the value of the density property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setGray(java.lang.Double value)
Sets the value of the gray property.
|
void |
setMappingSelection(java.lang.String value)
Sets the value of the mappingSelection property.
|
void |
setMediaType(java.lang.String value)
Sets the value of the mediaType property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNeutralDensity(java.lang.Double value)
Sets the value of the neutralDensity property.
|
void |
setRawName(java.lang.String value)
Sets the value of the rawName property.
|
void |
setSRGB(java.lang.String value)
Sets the value of the srgb property.
|
protected java.util.List<DeviceNColor> deviceNColors
protected java.util.List<PrintConditionColor> printConditionColors
protected java.util.List<TransferCurve> transferCurves
protected java.util.List<java.lang.Double> labs
protected java.lang.String rawName
protected java.lang.Double neutralDensity
protected java.lang.String mappingSelection
protected java.lang.String colorDetails
protected java.lang.String name
protected java.lang.Double gray
protected java.lang.Double density
protected java.util.List<java.lang.Double> cmyks
protected java.lang.String colorBookPrefix
protected java.lang.String actualColorName
protected java.lang.String colorBook
protected java.lang.String colorBookEntry
protected java.lang.String colorBookSuffix
protected java.lang.String colorType
protected java.lang.String colorName
protected java.lang.String mediaType
protected java.lang.String srgb
protected java.lang.Object colorMeasurementConditionsRef
protected java.lang.Object fileSpecRef
public java.util.List<DeviceNColor> getDeviceNColors()
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 deviceNColors property.
For example, to add a new item, do as follows:
getDeviceNColors().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceNColor
public java.util.List<PrintConditionColor> getPrintConditionColors()
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 printConditionColors property.
For example, to add a new item, do as follows:
getPrintConditionColors().add(newItem);
Objects of the following type(s) are allowed in the list
PrintConditionColor
public java.util.List<TransferCurve> getTransferCurves()
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 transferCurves property.
For example, to add a new item, do as follows:
getTransferCurves().add(newItem);
Objects of the following type(s) are allowed in the list
TransferCurve
public java.util.List<java.lang.Double> getLabs()
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 labs property.
For example, to add a new item, do as follows:
getLabs().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getRawName()
Stringpublic void setRawName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getNeutralDensity()
Doublepublic void setNeutralDensity(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMappingSelection()
Stringpublic void setMappingSelection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorDetails()
Stringpublic void setColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getGray()
Doublepublic void setGray(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getDensity()
Doublepublic void setDensity(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.Double> getCMYKS()
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 cmyks property.
For example, to add a new item, do as follows:
getCMYKS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getColorBookPrefix()
Stringpublic void setColorBookPrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getActualColorName()
Stringpublic void setActualColorName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorBook()
Stringpublic void setColorBook(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorBookEntry()
Stringpublic void setColorBookEntry(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorBookSuffix()
Stringpublic void setColorBookSuffix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorType()
Stringpublic void setColorType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorName()
Stringpublic void setColorName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMediaType()
Stringpublic void setMediaType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSRGB()
Stringpublic void setSRGB(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getColorMeasurementConditionsRef()
Objectpublic void setColorMeasurementConditionsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.