public class CylinderPosition
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="PlatePosition" type="{http://www.CIP4.org/JDFSchema_2_0}XYPairRangeList" />
<attribute name="PlateUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PlateType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DeviceModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
deviceModuleIndex |
protected java.util.List<java.lang.Double> |
platePositions |
protected java.lang.String |
plateType |
protected java.lang.String |
plateUsage |
| Constructor and Description |
|---|
CylinderPosition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getDeviceModuleIndex()
Gets the value of the deviceModuleIndex property.
|
java.util.List<java.lang.Double> |
getPlatePositions()
Gets the value of the platePositions property.
|
java.lang.String |
getPlateType()
Gets the value of the plateType property.
|
java.lang.String |
getPlateUsage()
Gets the value of the plateUsage property.
|
void |
setDeviceModuleIndex(java.lang.Integer value)
Sets the value of the deviceModuleIndex property.
|
void |
setPlateType(java.lang.String value)
Sets the value of the plateType property.
|
void |
setPlateUsage(java.lang.String value)
Sets the value of the plateUsage property.
|
protected java.util.List<java.lang.Double> platePositions
protected java.lang.String plateUsage
protected java.lang.String plateType
protected java.lang.Integer deviceModuleIndex
public java.util.List<java.lang.Double> getPlatePositions()
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 platePositions property.
For example, to add a new item, do as follows:
getPlatePositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getPlateUsage()
Stringpublic void setPlateUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPlateType()
Stringpublic void setPlateType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getDeviceModuleIndex()
Integerpublic void setDeviceModuleIndex(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.