Package org.cip4.lib.xjdf.schema
Class SpinePreparationParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.SpinePreparationParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class SpinePreparationParams extends SpecificResource implements java.io.SerializableJava 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.w3.org/2001/XMLSchema}float" /> <attribute name="NotchingDepth" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="NotchingDistance" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="Operations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="SealingTemperature" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="StartPosition" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="WorkingLength" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.FloatmillingDepthprotected java.lang.FloatnotchingDepthprotected java.lang.FloatnotchingDistanceprotected java.util.List<java.lang.String>operationsprotected java.lang.IntegersealingTemperatureprotected java.lang.FloatstartPositionprotected java.lang.FloatworkingLength
-
Constructor Summary
Constructors Constructor Description SpinePreparationParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetMillingDepth()Gets the value of the millingDepth property.java.lang.FloatgetNotchingDepth()Gets the value of the notchingDepth property.java.lang.FloatgetNotchingDistance()Gets the value of the notchingDistance property.java.util.List<java.lang.String>getOperations()Gets the value of the operations property.java.lang.IntegergetSealingTemperature()Gets the value of the sealingTemperature property.java.lang.FloatgetStartPosition()Gets the value of the startPosition property.java.lang.FloatgetWorkingLength()Gets the value of the workingLength property.inthashCode()voidsetMillingDepth(java.lang.Float value)Sets the value of the millingDepth property.voidsetNotchingDepth(java.lang.Float value)Sets the value of the notchingDepth property.voidsetNotchingDistance(java.lang.Float value)Sets the value of the notchingDistance property.voidsetSealingTemperature(java.lang.Integer value)Sets the value of the sealingTemperature property.voidsetStartPosition(java.lang.Float value)Sets the value of the startPosition property.voidsetWorkingLength(java.lang.Float value)Sets the value of the workingLength property.SpinePreparationParamswithMillingDepth(java.lang.Float value)SpinePreparationParamswithNotchingDepth(java.lang.Float value)SpinePreparationParamswithNotchingDistance(java.lang.Float value)SpinePreparationParamswithOperations(java.lang.String... values)SpinePreparationParamswithOperations(java.util.Collection<java.lang.String> values)SpinePreparationParamswithSealingTemperature(java.lang.Integer value)SpinePreparationParamswithStartPosition(java.lang.Float value)SpinePreparationParamswithWorkingLength(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
millingDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float millingDepth
-
notchingDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float notchingDepth
-
notchingDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float notchingDistance
-
operations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<java.lang.String> operations
-
sealingTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Integer sealingTemperature
-
startPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float startPosition
-
workingLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float workingLength
-
-
Method Detail
-
getMillingDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getMillingDepth()Gets the value of the millingDepth property.- Returns:
- possible object is
Float
-
setMillingDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setMillingDepth(java.lang.Float value)Sets the value of the millingDepth property.- Parameters:
value- allowed object isFloat
-
getNotchingDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getNotchingDepth()Gets the value of the notchingDepth property.- Returns:
- possible object is
Float
-
setNotchingDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setNotchingDepth(java.lang.Float value)Sets the value of the notchingDepth property.- Parameters:
value- allowed object isFloat
-
getNotchingDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getNotchingDistance()Gets the value of the notchingDistance property.- Returns:
- possible object is
Float
-
setNotchingDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setNotchingDistance(java.lang.Float value)Sets the value of the notchingDistance property.- Parameters:
value- allowed object isFloat
-
getOperations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<java.lang.String> getOperations()Gets the value of the operations property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the operations property.
-
getSealingTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Integer getSealingTemperature()Gets the value of the sealingTemperature property.- Returns:
- possible object is
Integer
-
setSealingTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setSealingTemperature(java.lang.Integer value)Sets the value of the sealingTemperature property.- Parameters:
value- allowed object isInteger
-
getStartPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getStartPosition()Gets the value of the startPosition property.- Returns:
- possible object is
Float
-
setStartPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setStartPosition(java.lang.Float value)Sets the value of the startPosition property.- Parameters:
value- allowed object isFloat
-
getWorkingLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getWorkingLength()Gets the value of the workingLength property.- Returns:
- possible object is
Float
-
setWorkingLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setWorkingLength(java.lang.Float value)Sets the value of the workingLength property.- Parameters:
value- allowed object isFloat
-
withMillingDepth
public SpinePreparationParams withMillingDepth(java.lang.Float value)
-
withNotchingDepth
public SpinePreparationParams withNotchingDepth(java.lang.Float value)
-
withNotchingDistance
public SpinePreparationParams withNotchingDistance(java.lang.Float value)
-
withOperations
public SpinePreparationParams withOperations(java.lang.String... values)
-
withOperations
public SpinePreparationParams withOperations(java.util.Collection<java.lang.String> values)
-
withSealingTemperature
public SpinePreparationParams withSealingTemperature(java.lang.Integer value)
-
withStartPosition
public SpinePreparationParams withStartPosition(java.lang.Float value)
-
withWorkingLength
public SpinePreparationParams withWorkingLength(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-