public class CylinderLayout extends ParameterType implements 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CylinderPosition" maxOccurs="unbounded" minOccurs="0"/>
</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 List<CylinderPosition> |
cylinderPosition |
protected String |
deviceID |
protected Object |
layoutRef |
| Constructor and Description |
|---|
CylinderLayout() |
| Modifier and Type | Method and Description |
|---|---|
List<CylinderPosition> |
getCylinderPosition()
Gets the value of the cylinderPosition property.
|
String |
getDeviceID()
Gets the value of the deviceID property.
|
Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setLayoutRef(Object value)
Sets the value of the layoutRef property.
|
protected List<CylinderPosition> cylinderPosition
protected String deviceID
protected Object layoutRef
public List<CylinderPosition> getCylinderPosition()
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 cylinderPosition property.
For example, to add a new item, do as follows:
getCylinderPosition().add(newItem);
Objects of the following type(s) are allowed in the list
CylinderPosition
public String getDeviceID()
Stringpublic void setDeviceID(String value)
value - allowed object is
Stringpublic Object getLayoutRef()
ObjectCopyright © 2013. All Rights Reserved.