public class SpinePreparationParams extends ParameterType implements Serializable
Java class for SpinePreparationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpinePreparationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="WorkingLength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MillingDepth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="NotchingDepth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="NotchingDistance" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Operations" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
millingDepth |
protected Double |
notchingDepth |
protected Double |
notchingDistance |
protected List<String> |
operations |
protected Double |
startPosition |
protected Double |
workingLength |
| Constructor and Description |
|---|
SpinePreparationParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getMillingDepth()
Gets the value of the millingDepth property.
|
Double |
getNotchingDepth()
Gets the value of the notchingDepth property.
|
Double |
getNotchingDistance()
Gets the value of the notchingDistance property.
|
List<String> |
getOperations()
Gets the value of the operations property.
|
Double |
getStartPosition()
Gets the value of the startPosition property.
|
Double |
getWorkingLength()
Gets the value of the workingLength property.
|
void |
setMillingDepth(Double value)
Sets the value of the millingDepth property.
|
void |
setNotchingDepth(Double value)
Sets the value of the notchingDepth property.
|
void |
setNotchingDistance(Double value)
Sets the value of the notchingDistance property.
|
void |
setStartPosition(Double value)
Sets the value of the startPosition property.
|
void |
setWorkingLength(Double value)
Sets the value of the workingLength property.
|
protected Double workingLength
protected Double millingDepth
protected Double startPosition
protected Double notchingDepth
protected Double notchingDistance
public Double getWorkingLength()
Doublepublic void setWorkingLength(Double value)
value - allowed object is
Doublepublic Double getMillingDepth()
Doublepublic void setMillingDepth(Double value)
value - allowed object is
Doublepublic Double getStartPosition()
Doublepublic void setStartPosition(Double value)
value - allowed object is
Doublepublic Double getNotchingDepth()
Doublepublic void setNotchingDepth(Double value)
value - allowed object is
Doublepublic Double getNotchingDistance()
Doublepublic void setNotchingDistance(Double value)
value - allowed object is
Doublepublic List<String> getOperations()
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 operations property.
For example, to add a new item, do as follows:
getOperations().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.