@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public class ColorantAlias extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setRawNames(String value)
Sets the value of the rawNames property.
|
void |
setReplacementColorantName(String value)
Sets the value of the replacementColorantName property.
|
ColorantAlias |
withRawNames(String value) |
ColorantAlias |
withReplacementColorantName(String value) |
ColorantAlias |
withSeparationNames(Collection<String> values) |
ColorantAlias |
withSeparationNames(String... values) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String rawNames
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String replacementColorantName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getRawNames()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setRawNames(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getReplacementColorantName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setReplacementColorantName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ColorantAlias withRawNames(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ColorantAlias withReplacementColorantName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ColorantAlias withSeparationNames(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ColorantAlias withSeparationNames(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.