public class CylinderLayout extends ParameterType implements java.io.Serializable
Java class for CylinderLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CylinderLayout">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CylinderPosition" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="LayoutRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CylinderPosition> |
cylinderPositions |
protected java.lang.String |
deviceID |
protected java.lang.Object |
layoutRef |
| Constructor and Description |
|---|
CylinderLayout() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CylinderPosition> |
getCylinderPositions()
Gets the value of the cylinderPositions property.
|
java.lang.String |
getDeviceID()
Gets the value of the deviceID property.
|
java.lang.Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
void |
setDeviceID(java.lang.String value)
Sets the value of the deviceID property.
|
void |
setLayoutRef(java.lang.Object value)
Sets the value of the layoutRef property.
|
protected java.util.List<CylinderPosition> cylinderPositions
protected java.lang.String deviceID
protected java.lang.Object layoutRef
public java.util.List<CylinderPosition> getCylinderPositions()
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 cylinderPositions property.
For example, to add a new item, do as follows:
getCylinderPositions().add(newItem);
Objects of the following type(s) are allowed in the list
CylinderPosition
public java.lang.String getDeviceID()
Stringpublic void setDeviceID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getLayoutRef()
Objectpublic void setLayoutRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.