public class CylinderPosition extends Object implements 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 Integer |
deviceModuleIndex |
protected List<Double> |
platePositions |
protected String |
plateType |
protected String |
plateUsage |
| Constructor and Description |
|---|
CylinderPosition() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDeviceModuleIndex()
Gets the value of the deviceModuleIndex property.
|
List<Double> |
getPlatePositions()
Gets the value of the platePositions property.
|
String |
getPlateType()
Gets the value of the plateType property.
|
String |
getPlateUsage()
Gets the value of the plateUsage property.
|
void |
setDeviceModuleIndex(Integer value)
Sets the value of the deviceModuleIndex property.
|
void |
setPlateType(String value)
Sets the value of the plateType property.
|
void |
setPlateUsage(String value)
Sets the value of the plateUsage property.
|
protected String plateUsage
protected String plateType
protected Integer deviceModuleIndex
public List<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 String getPlateUsage()
Stringpublic void setPlateUsage(String value)
value - allowed object is
Stringpublic String getPlateType()
Stringpublic void setPlateType(String value)
value - allowed object is
Stringpublic Integer getDeviceModuleIndex()
IntegerCopyright © 2012. All Rights Reserved.