@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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}float" />
<attribute name="NotchingDepth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="NotchingDistance" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Operations" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="SealingTemperature" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="WorkingLength" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
millingDepth |
protected java.lang.Float |
notchingDepth |
protected java.lang.Float |
notchingDistance |
protected java.util.List<java.lang.String> |
operations |
protected java.lang.Integer |
sealingTemperature |
protected java.lang.Float |
startPosition |
protected java.lang.Float |
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.Float |
getMillingDepth()
Gets the value of the millingDepth property.
|
java.lang.Float |
getNotchingDepth()
Gets the value of the notchingDepth property.
|
java.lang.Float |
getNotchingDistance()
Gets the value of the notchingDistance property.
|
java.util.List<java.lang.String> |
getOperations()
Gets the value of the operations property.
|
java.lang.Integer |
getSealingTemperature()
Gets the value of the sealingTemperature property.
|
java.lang.Float |
getStartPosition()
Gets the value of the startPosition property.
|
java.lang.Float |
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.Float value)
Sets the value of the millingDepth property.
|
void |
setNotchingDepth(java.lang.Float value)
Sets the value of the notchingDepth property.
|
void |
setNotchingDistance(java.lang.Float value)
Sets the value of the notchingDistance property.
|
void |
setSealingTemperature(java.lang.Integer value)
Sets the value of the sealingTemperature property.
|
void |
setStartPosition(java.lang.Float value)
Sets the value of the startPosition property.
|
void |
setWorkingLength(java.lang.Float value)
Sets the value of the workingLength property.
|
SpinePreparationParams |
withMillingDepth(java.lang.Float value) |
SpinePreparationParams |
withNotchingDepth(java.lang.Float value) |
SpinePreparationParams |
withNotchingDistance(java.lang.Float value) |
SpinePreparationParams |
withOperations(java.util.Collection<java.lang.String> values) |
SpinePreparationParams |
withOperations(java.lang.String... values) |
SpinePreparationParams |
withSealingTemperature(java.lang.Integer value) |
SpinePreparationParams |
withStartPosition(java.lang.Float value) |
SpinePreparationParams |
withWorkingLength(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float millingDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float notchingDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float notchingDistance
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> operations
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer sealingTemperature
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float startPosition
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float workingLength
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMillingDepth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMillingDepth(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getNotchingDepth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setNotchingDepth(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getNotchingDistance()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setNotchingDistance(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getSealingTemperature()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSealingTemperature(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getStartPosition()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setStartPosition(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getWorkingLength()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setWorkingLength(java.lang.Float value)
value - allowed object is
Floatpublic SpinePreparationParams withMillingDepth(java.lang.Float value)
public SpinePreparationParams withNotchingDepth(java.lang.Float value)
public SpinePreparationParams withNotchingDistance(java.lang.Float value)
public SpinePreparationParams withOperations(java.lang.String... values)
public SpinePreparationParams withOperations(java.util.Collection<java.lang.String> values)
public SpinePreparationParams withSealingTemperature(java.lang.Integer value)
public SpinePreparationParams withStartPosition(java.lang.Float value)
public SpinePreparationParams withWorkingLength(java.lang.Float 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