public class DeviceNColor extends Object implements 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">
<attribute name="N" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ColorList" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Name" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
colorList |
protected Integer |
n |
protected String |
name |
| Constructor and Description |
|---|
DeviceNColor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorList()
Gets the value of the colorList property.
|
Integer |
getN()
Gets the value of the n property.
|
String |
getName()
Gets the value of the name property.
|
void |
setColorList(String value)
Sets the value of the colorList property.
|
void |
setN(Integer value)
Sets the value of the n property.
|
void |
setName(String value)
Sets the value of the name property.
|
public void setN(Integer value)
value - allowed object is
Integerpublic String getColorList()
Stringpublic void setColorList(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2012. All Rights Reserved.