public class PrintConditionColor
extends java.lang.Object
implements java.io.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 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.Double |
density |
protected java.util.List<DeviceNColor> |
deviceNColors |
protected java.lang.Object |
fileSpecRef |
protected java.util.List<java.lang.Double> |
labs |
protected java.lang.String |
mappingSelection |
protected java.lang.Object |
mediaRef |
protected java.lang.String |
mediaSide |
protected java.lang.Double |
neutralDensity |
protected java.lang.String |
printConditionName |
protected java.lang.String |
srgb |
protected java.util.List<TransferCurve> |
transferCurves |
| Constructor and Description |
|---|
PrintConditionColor() |
| Modifier and Type | Method and Description |
|---|---|
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.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.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.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.String |
getMediaSide()
Gets the value of the mediaSide property.
|
java.lang.Double |
getNeutralDensity()
Gets the value of the neutralDensity property.
|
java.lang.String |
getPrintConditionName()
Gets the value of the printConditionName 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 |
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 |
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 |
setMappingSelection(java.lang.String value)
Sets the value of the mappingSelection property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setMediaSide(java.lang.String value)
Sets the value of the mediaSide property.
|
void |
setNeutralDensity(java.lang.Double value)
Sets the value of the neutralDensity property.
|
void |
setPrintConditionName(java.lang.String value)
Sets the value of the printConditionName property.
|
void |
setSRGB(java.lang.String value)
Sets the value of the srgb property.
|
protected java.util.List<DeviceNColor> deviceNColors
protected java.util.List<TransferCurve> transferCurves
protected java.util.List<java.lang.Double> labs
protected java.lang.String colorBookPrefix
protected java.util.List<java.lang.Double> cmyks
protected java.lang.Double neutralDensity
protected java.lang.String colorBookSuffix
protected java.lang.String colorBookEntry
protected java.lang.String colorBook
protected java.lang.String mappingSelection
protected java.lang.String mediaSide
protected java.lang.Double density
protected java.lang.String printConditionName
protected java.lang.String srgb
protected java.lang.Object mediaRef
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<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 getColorBookPrefix()
Stringpublic void setColorBookPrefix(java.lang.String value)
value - allowed object is
Stringpublic 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.Double getNeutralDensity()
Doublepublic void setNeutralDensity(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getColorBookSuffix()
Stringpublic void setColorBookSuffix(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 getColorBook()
Stringpublic void setColorBook(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMappingSelection()
Stringpublic void setMappingSelection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMediaSide()
Stringpublic void setMediaSide(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getDensity()
Doublepublic void setDensity(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getPrintConditionName()
Stringpublic void setPrintConditionName(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 getMediaRef()
Objectpublic void setMediaRef(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.