@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class SpinePreparationParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<attribute name="MillingDepth" 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" />
<attribute name="StartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="WorkingLength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
millingDepth |
protected java.lang.Double |
notchingDepth |
protected java.lang.Double |
notchingDistance |
protected java.util.List<java.lang.String> |
operations |
protected java.lang.Double |
startPosition |
protected java.lang.Double |
workingLength |
| Constructor and Description |
|---|
SpinePreparationParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Double |
getMillingDepth()
Gets the value of the millingDepth property.
|
java.lang.Double |
getNotchingDepth()
Gets the value of the notchingDepth property.
|
java.lang.Double |
getNotchingDistance()
Gets the value of the notchingDistance property.
|
java.util.List<java.lang.String> |
getOperations()
Gets the value of the operations property.
|
java.lang.Double |
getStartPosition()
Gets the value of the startPosition property.
|
java.lang.Double |
getWorkingLength()
Gets the value of the workingLength property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMillingDepth(java.lang.Double value)
Sets the value of the millingDepth property.
|
void |
setNotchingDepth(java.lang.Double value)
Sets the value of the notchingDepth property.
|
void |
setNotchingDistance(java.lang.Double value)
Sets the value of the notchingDistance property.
|
void |
setStartPosition(java.lang.Double value)
Sets the value of the startPosition property.
|
void |
setWorkingLength(java.lang.Double value)
Sets the value of the workingLength property.
|
SpinePreparationParams |
withMillingDepth(java.lang.Double value) |
SpinePreparationParams |
withNotchingDepth(java.lang.Double value) |
SpinePreparationParams |
withNotchingDistance(java.lang.Double value) |
SpinePreparationParams |
withOperations(java.util.Collection<java.lang.String> values) |
SpinePreparationParams |
withOperations(java.lang.String... values) |
SpinePreparationParams |
withStartPosition(java.lang.Double value) |
SpinePreparationParams |
withWorkingLength(java.lang.Double value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double millingDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double notchingDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double notchingDistance
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> operations
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double startPosition
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double workingLength
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getMillingDepth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMillingDepth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getNotchingDepth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setNotchingDepth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getNotchingDistance()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setNotchingDistance(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.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
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getStartPosition()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setStartPosition(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getWorkingLength()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setWorkingLength(java.lang.Double value)
value - allowed object is
Doublepublic SpinePreparationParams withMillingDepth(java.lang.Double value)
public SpinePreparationParams withNotchingDepth(java.lang.Double value)
public SpinePreparationParams withNotchingDistance(java.lang.Double value)
public SpinePreparationParams withOperations(java.lang.String... values)
public SpinePreparationParams withOperations(java.util.Collection<java.lang.String> values)
public SpinePreparationParams withStartPosition(java.lang.Double value)
public SpinePreparationParams withWorkingLength(java.lang.Double value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource