public class ColorantAlias extends ParameterType implements Serializable
Java class for ColorantAlias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorantAlias">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="RawNames" type="{http://www.CIP4.org/JDFSchema_2_0}Any" />
<attribute name="ReplacementColorantName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
rawNames |
protected String |
replacementColorantName |
protected List<String> |
separationNames |
| Constructor and Description |
|---|
ColorantAlias() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRawNames()
Gets the value of the rawNames property.
|
String |
getReplacementColorantName()
Gets the value of the replacementColorantName property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
void |
setRawNames(String value)
Sets the value of the rawNames property.
|
void |
setReplacementColorantName(String value)
Sets the value of the replacementColorantName property.
|
protected String rawNames
protected String replacementColorantName
public String getRawNames()
Stringpublic void setRawNames(String value)
value - allowed object is
Stringpublic String getReplacementColorantName()
Stringpublic void setReplacementColorantName(String value)
value - allowed object is
Stringpublic List<String> getSeparationNames()
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 separationNames property.
For example, to add a new item, do as follows:
getSeparationNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.