public class DeviceNColor
extends java.lang.Object
implements java.io.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 java.lang.String |
colorList |
protected java.lang.Integer |
n |
protected java.lang.String |
name |
| Constructor and Description |
|---|
DeviceNColor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColorList()
Gets the value of the colorList property.
|
java.lang.Integer |
getN()
Gets the value of the n property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setColorList(java.lang.String value)
Sets the value of the colorList property.
|
void |
setN(java.lang.Integer value)
Sets the value of the n property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.Integer n
protected java.lang.String colorList
protected java.lang.String name
public java.lang.Integer getN()
Integerpublic void setN(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getColorList()
Stringpublic void setColorList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.