public class DeviceNSpace extends ParameterType implements java.io.Serializable
Java class for DeviceNSpace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceNSpace">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Name" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="N" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
n |
protected java.lang.String |
name |
protected java.util.List<java.lang.String> |
separationNames |
| Constructor and Description |
|---|
DeviceNSpace() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getN()
Gets the value of the n property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<java.lang.String> |
getSeparationNames()
Gets the value of the separationNames 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.String name
protected java.lang.Integer n
protected java.util.List<java.lang.String> separationNames
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getN()
Integerpublic void setN(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.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 © 2012. All Rights Reserved.