public class Color extends ParameterType implements 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 String |
actualColorName |
protected List<Double> |
cmyks |
protected String |
colorBook |
protected String |
colorBookEntry |
protected String |
colorBookPrefix |
protected String |
colorBookSuffix |
protected String |
colorDetails |
protected Object |
colorMeasurementConditionsRef |
protected String |
colorName |
protected String |
colorType |
protected Double |
density |
protected List<DeviceNColor> |
deviceNColors |
protected Object |
fileSpecRef |
protected Double |
gray |
protected List<Double> |
labs |
protected String |
mappingSelection |
protected String |
mediaType |
protected String |
name |
protected Double |
neutralDensity |
protected List<PrintConditionColor> |
printConditionColors |
protected String |
rawName |
protected String |
srgb |
protected List<TransferCurve> |
transferCurves |
| Constructor and Description |
|---|
Color() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActualColorName()
Gets the value of the actualColorName property.
|
List<Double> |
getCMYKS()
Gets the value of the cmyks property.
|
String |
getColorBook()
Gets the value of the colorBook property.
|
String |
getColorBookEntry()
Gets the value of the colorBookEntry property.
|
String |
getColorBookPrefix()
Gets the value of the colorBookPrefix property.
|
String |
getColorBookSuffix()
Gets the value of the colorBookSuffix property.
|
String |
getColorDetails()
Gets the value of the colorDetails property.
|
Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
String |
getColorName()
Gets the value of the colorName property.
|
String |
getColorType()
Gets the value of the colorType property.
|
Double |
getDensity()
Gets the value of the density property.
|
List<DeviceNColor> |
getDeviceNColors()
Gets the value of the deviceNColors property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Double |
getGray()
Gets the value of the gray property.
|
List<Double> |
getLabs()
Gets the value of the labs property.
|
String |
getMappingSelection()
Gets the value of the mappingSelection property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getNeutralDensity()
Gets the value of the neutralDensity property.
|
List<PrintConditionColor> |
getPrintConditionColors()
Gets the value of the printConditionColors property.
|
String |
getRawName()
Gets the value of the rawName property.
|
String |
getSRGB()
Gets the value of the srgb property.
|
List<TransferCurve> |
getTransferCurves()
Gets the value of the transferCurves property.
|
void |
setActualColorName(String value)
Sets the value of the actualColorName property.
|
void |
setColorBook(String value)
Sets the value of the colorBook property.
|
void |
setColorBookEntry(String value)
Sets the value of the colorBookEntry property.
|
void |
setColorBookPrefix(String value)
Sets the value of the colorBookPrefix property.
|
void |
setColorBookSuffix(String value)
Sets the value of the colorBookSuffix property.
|
void |
setColorDetails(String value)
Sets the value of the colorDetails property.
|
void |
setColorMeasurementConditionsRef(Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setColorName(String value)
Sets the value of the colorName property.
|
void |
setColorType(String value)
Sets the value of the colorType property.
|
void |
setDensity(Double value)
Sets the value of the density property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setGray(Double value)
Sets the value of the gray property.
|
void |
setMappingSelection(String value)
Sets the value of the mappingSelection property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNeutralDensity(Double value)
Sets the value of the neutralDensity property.
|
void |
setRawName(String value)
Sets the value of the rawName property.
|
void |
setSRGB(String value)
Sets the value of the srgb property.
|
protected List<DeviceNColor> deviceNColors
protected List<PrintConditionColor> printConditionColors
protected List<TransferCurve> transferCurves
protected String rawName
protected Double neutralDensity
protected String mappingSelection
protected String colorDetails
protected String name
protected Double gray
protected Double density
protected String colorBookPrefix
protected String actualColorName
protected String colorBook
protected String colorBookEntry
protected String colorBookSuffix
protected String colorType
protected String colorName
protected String mediaType
protected String srgb
protected Object colorMeasurementConditionsRef
protected Object fileSpecRef
public 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 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 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 List<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 String getRawName()
Stringpublic void setRawName(String value)
value - allowed object is
Stringpublic Double getNeutralDensity()
Doublepublic void setNeutralDensity(Double value)
value - allowed object is
Doublepublic String getMappingSelection()
Stringpublic void setMappingSelection(String value)
value - allowed object is
Stringpublic String getColorDetails()
Stringpublic void setColorDetails(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Double getGray()
Doublepublic void setGray(Double value)
value - allowed object is
Doublepublic Double getDensity()
Doublepublic void setDensity(Double value)
value - allowed object is
Doublepublic List<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 String getColorBookPrefix()
Stringpublic void setColorBookPrefix(String value)
value - allowed object is
Stringpublic String getActualColorName()
Stringpublic void setActualColorName(String value)
value - allowed object is
Stringpublic String getColorBook()
Stringpublic void setColorBook(String value)
value - allowed object is
Stringpublic String getColorBookEntry()
Stringpublic void setColorBookEntry(String value)
value - allowed object is
Stringpublic String getColorBookSuffix()
Stringpublic void setColorBookSuffix(String value)
value - allowed object is
Stringpublic String getColorType()
Stringpublic void setColorType(String value)
value - allowed object is
Stringpublic String getColorName()
Stringpublic void setColorName(String value)
value - allowed object is
Stringpublic String getMediaType()
Stringpublic void setMediaType(String value)
value - allowed object is
Stringpublic String getSRGB()
Stringpublic void setSRGB(String value)
value - allowed object is
Stringpublic Object getColorMeasurementConditionsRef()
Objectpublic void setColorMeasurementConditionsRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.