public class ColorIntent extends IntentType implements java.io.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="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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
coatings |
protected java.lang.String |
colorICCStandard |
protected java.lang.Object |
colorRef |
protected java.lang.String |
colorStandard |
protected java.util.List<java.lang.String> |
colorsUseds |
protected java.lang.Double |
coverage |
protected java.util.List<java.lang.Integer> |
numColors |
| Constructor and Description |
|---|
ColorIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCoatings()
Gets the value of the coatings property.
|
java.lang.String |
getColorICCStandard()
Gets the value of the colorICCStandard property.
|
java.lang.Object |
getColorRef()
Gets the value of the colorRef property.
|
java.lang.String |
getColorStandard()
Gets the value of the colorStandard property.
|
java.util.List<java.lang.String> |
getColorsUseds()
Gets the value of the colorsUseds property.
|
java.lang.Double |
getCoverage()
Gets the value of the coverage property.
|
java.util.List<java.lang.Integer> |
getNumColors()
Gets the value of the numColors property.
|
void |
setCoatings(java.lang.String value)
Sets the value of the coatings property.
|
void |
setColorICCStandard(java.lang.String value)
Sets the value of the colorICCStandard property.
|
void |
setColorRef(java.lang.Object value)
Sets the value of the colorRef property.
|
void |
setColorStandard(java.lang.String value)
Sets the value of the colorStandard property.
|
void |
setCoverage(java.lang.Double value)
Sets the value of the coverage property.
|
protected java.util.List<java.lang.Integer> numColors
protected java.lang.Object colorRef
protected java.util.List<java.lang.String> colorsUseds
protected java.lang.Double coverage
protected java.lang.String colorStandard
protected java.lang.String colorICCStandard
protected java.lang.String coatings
public java.util.List<java.lang.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 java.lang.Object getColorRef()
Objectpublic void setColorRef(java.lang.Object value)
value - allowed object is
Objectpublic java.util.List<java.lang.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 java.lang.Double getCoverage()
Doublepublic void setCoverage(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getColorStandard()
Stringpublic void setColorStandard(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorICCStandard()
Stringpublic void setColorICCStandard(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoatings()
Stringpublic void setCoatings(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.