public class ColorIntent extends IntentType implements Serializable
Java class for ColorIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<attribute name="NumColors" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="ColorRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ColorsUsed" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorsUsedBack" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Coverage" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ColorStandard" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ColorICCStandard" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Coatings" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CoatingsBack" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
coatings |
protected String |
coatingsBack |
protected String |
colorICCStandard |
protected Object |
colorRef |
protected String |
colorStandard |
protected List<String> |
colorsUsedBacks |
protected List<String> |
colorsUseds |
protected Double |
coverage |
protected List<Integer> |
numColors |
| Constructor and Description |
|---|
ColorIntent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoatings()
Gets the value of the coatings property.
|
String |
getCoatingsBack()
Gets the value of the coatingsBack property.
|
String |
getColorICCStandard()
Gets the value of the colorICCStandard property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
String |
getColorStandard()
Gets the value of the colorStandard property.
|
List<String> |
getColorsUsedBacks()
Gets the value of the colorsUsedBacks property.
|
List<String> |
getColorsUseds()
Gets the value of the colorsUseds property.
|
Double |
getCoverage()
Gets the value of the coverage property.
|
List<Integer> |
getNumColors()
Gets the value of the numColors property.
|
void |
setCoatings(String value)
Sets the value of the coatings property.
|
void |
setCoatingsBack(String value)
Sets the value of the coatingsBack property.
|
void |
setColorICCStandard(String value)
Sets the value of the colorICCStandard property.
|
void |
setColorRef(Object value)
Sets the value of the colorRef property.
|
void |
setColorStandard(String value)
Sets the value of the colorStandard property.
|
void |
setCoverage(Double value)
Sets the value of the coverage property.
|
protected Object colorRef
protected Double coverage
protected String colorStandard
protected String colorICCStandard
protected String coatings
protected String coatingsBack
public List<Integer> getNumColors()
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 numColors property.
For example, to add a new item, do as follows:
getNumColors().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public Object getColorRef()
Objectpublic void setColorRef(Object value)
value - allowed object is
Objectpublic List<String> getColorsUseds()
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 colorsUseds property.
For example, to add a new item, do as follows:
getColorsUseds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getColorsUsedBacks()
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 colorsUsedBacks property.
For example, to add a new item, do as follows:
getColorsUsedBacks().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Double getCoverage()
Doublepublic void setCoverage(Double value)
value - allowed object is
Doublepublic String getColorStandard()
Stringpublic void setColorStandard(String value)
value - allowed object is
Stringpublic String getColorICCStandard()
Stringpublic void setColorICCStandard(String value)
value - allowed object is
Stringpublic String getCoatings()
Stringpublic void setCoatings(String value)
value - allowed object is
Stringpublic String getCoatingsBack()
StringCopyright © 2012. All Rights Reserved.