public class PrintConditionColor extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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}DeviceNColor" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Lab" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" />
<attribute name="ColorBookPrefix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CMYK" type="{http://www.CIP4.org/JDFSchema_2_0}CMYKColor" />
<attribute name="NeutralDensity" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ColorBookSuffix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorBookEntry" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ColorBook" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MappingSelection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MediaSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Density" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PrintConditionName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="sRGB" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
cmyks |
protected String |
colorBook |
protected String |
colorBookEntry |
protected String |
colorBookPrefix |
protected String |
colorBookSuffix |
protected Double |
density |
protected List<DeviceNColor> |
deviceNColors |
protected Object |
fileSpecRef |
protected List<Double> |
labs |
protected String |
mappingSelection |
protected Object |
mediaRef |
protected String |
mediaSide |
protected Double |
neutralDensity |
protected String |
printConditionName |
protected String |
srgb |
protected List<TransferCurve> |
transferCurves |
| Constructor and Description |
|---|
PrintConditionColor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
List<Double> |
getLabs()
Gets the value of the labs property.
|
String |
getMappingSelection()
Gets the value of the mappingSelection property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
String |
getMediaSide()
Gets the value of the mediaSide property.
|
Double |
getNeutralDensity()
Gets the value of the neutralDensity property.
|
String |
getPrintConditionName()
Gets the value of the printConditionName property.
|
String |
getSRGB()
Gets the value of the srgb property.
|
List<TransferCurve> |
getTransferCurves()
Gets the value of the transferCurves 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 |
setDensity(Double value)
Sets the value of the density property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setMappingSelection(String value)
Sets the value of the mappingSelection property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setMediaSide(String value)
Sets the value of the mediaSide property.
|
void |
setNeutralDensity(Double value)
Sets the value of the neutralDensity property.
|
void |
setPrintConditionName(String value)
Sets the value of the printConditionName property.
|
void |
setSRGB(String value)
Sets the value of the srgb property.
|
protected List<DeviceNColor> deviceNColors
protected List<TransferCurve> transferCurves
protected String colorBookPrefix
protected Double neutralDensity
protected String colorBookSuffix
protected String colorBookEntry
protected String colorBook
protected String mappingSelection
protected String mediaSide
protected Double density
protected String printConditionName
protected String srgb
protected Object mediaRef
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<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 getColorBookPrefix()
Stringpublic void setColorBookPrefix(String value)
value - allowed object is
Stringpublic 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 Double getNeutralDensity()
Doublepublic void setNeutralDensity(Double value)
value - allowed object is
Doublepublic String getColorBookSuffix()
Stringpublic void setColorBookSuffix(String value)
value - allowed object is
Stringpublic String getColorBookEntry()
Stringpublic void setColorBookEntry(String value)
value - allowed object is
Stringpublic String getColorBook()
Stringpublic void setColorBook(String value)
value - allowed object is
Stringpublic String getMappingSelection()
Stringpublic void setMappingSelection(String value)
value - allowed object is
Stringpublic String getMediaSide()
Stringpublic void setMediaSide(String value)
value - allowed object is
Stringpublic Double getDensity()
Doublepublic void setDensity(Double value)
value - allowed object is
Doublepublic String getPrintConditionName()
Stringpublic void setPrintConditionName(String value)
value - allowed object is
Stringpublic String getSRGB()
Stringpublic void setSRGB(String value)
value - allowed object is
Stringpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.