public class ThreadSealingParams extends ParameterType implements java.io.Serializable
Java class for ThreadSealingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadSealingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ThreadMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ThreadLength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SealingTemperature" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BlindStitch" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ThreadPositions" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ThreadStitchWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
blindStitch |
protected java.lang.Integer |
sealingTemperature |
protected java.lang.Double |
threadLength |
protected java.lang.String |
threadMaterial |
protected java.lang.String |
threadPositions |
protected java.lang.Double |
threadStitchWidth |
| Constructor and Description |
|---|
ThreadSealingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getBlindStitch()
Gets the value of the blindStitch property.
|
java.lang.Integer |
getSealingTemperature()
Gets the value of the sealingTemperature property.
|
java.lang.Double |
getThreadLength()
Gets the value of the threadLength property.
|
java.lang.String |
getThreadMaterial()
Gets the value of the threadMaterial property.
|
java.lang.String |
getThreadPositions()
Gets the value of the threadPositions property.
|
java.lang.Double |
getThreadStitchWidth()
Gets the value of the threadStitchWidth property.
|
void |
setBlindStitch(java.lang.Boolean value)
Sets the value of the blindStitch property.
|
void |
setSealingTemperature(java.lang.Integer value)
Sets the value of the sealingTemperature property.
|
void |
setThreadLength(java.lang.Double value)
Sets the value of the threadLength property.
|
void |
setThreadMaterial(java.lang.String value)
Sets the value of the threadMaterial property.
|
void |
setThreadPositions(java.lang.String value)
Sets the value of the threadPositions property.
|
void |
setThreadStitchWidth(java.lang.Double value)
Sets the value of the threadStitchWidth property.
|
protected java.lang.String threadMaterial
protected java.lang.Double threadLength
protected java.lang.Integer sealingTemperature
protected java.lang.Boolean blindStitch
protected java.lang.String threadPositions
protected java.lang.Double threadStitchWidth
public java.lang.String getThreadMaterial()
Stringpublic void setThreadMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getThreadLength()
Doublepublic void setThreadLength(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getSealingTemperature()
Integerpublic void setSealingTemperature(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getBlindStitch()
Booleanpublic void setBlindStitch(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getThreadPositions()
Stringpublic void setThreadPositions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getThreadStitchWidth()
Doublepublic void setThreadStitchWidth(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.