public class ThreadSealingParams extends ParameterType implements 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 Boolean |
blindStitch |
protected Integer |
sealingTemperature |
protected Double |
threadLength |
protected String |
threadMaterial |
protected String |
threadPositions |
protected Double |
threadStitchWidth |
| Constructor and Description |
|---|
ThreadSealingParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSealingTemperature()
Gets the value of the sealingTemperature property.
|
Double |
getThreadLength()
Gets the value of the threadLength property.
|
String |
getThreadMaterial()
Gets the value of the threadMaterial property.
|
String |
getThreadPositions()
Gets the value of the threadPositions property.
|
Double |
getThreadStitchWidth()
Gets the value of the threadStitchWidth property.
|
Boolean |
isBlindStitch()
Gets the value of the blindStitch property.
|
void |
setBlindStitch(Boolean value)
Sets the value of the blindStitch property.
|
void |
setSealingTemperature(Integer value)
Sets the value of the sealingTemperature property.
|
void |
setThreadLength(Double value)
Sets the value of the threadLength property.
|
void |
setThreadMaterial(String value)
Sets the value of the threadMaterial property.
|
void |
setThreadPositions(String value)
Sets the value of the threadPositions property.
|
void |
setThreadStitchWidth(Double value)
Sets the value of the threadStitchWidth property.
|
protected String threadMaterial
protected Double threadLength
protected Integer sealingTemperature
protected Boolean blindStitch
protected String threadPositions
protected Double threadStitchWidth
public String getThreadMaterial()
Stringpublic void setThreadMaterial(String value)
value - allowed object is
Stringpublic Double getThreadLength()
Doublepublic void setThreadLength(Double value)
value - allowed object is
Doublepublic Integer getSealingTemperature()
Integerpublic void setSealingTemperature(Integer value)
value - allowed object is
Integerpublic Boolean isBlindStitch()
Booleanpublic void setBlindStitch(Boolean value)
value - allowed object is
Booleanpublic String getThreadPositions()
Stringpublic void setThreadPositions(String value)
value - allowed object is
Stringpublic Double getThreadStitchWidth()
DoubleCopyright © 2013. All Rights Reserved.