public class ThreadSewingParams extends ParameterType implements Serializable
Java class for ThreadSewingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadSewingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ThreadBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Sealing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CastingMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CoreMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="NumberOfNeedles" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BlindStitch" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="NeedlePositions" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="GlueLineRefSheets" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ThreadThickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SewingPattern" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
blindStitch |
protected String |
castingMaterial |
protected String |
coreMaterial |
protected List<GlueLine> |
glueLine |
protected IntegerList |
glueLineRefSheets |
protected String |
needlePositions |
protected Integer |
numberOfNeedles |
protected Double |
offset |
protected Boolean |
sealing |
protected String |
sewingPattern |
protected String |
threadBrand |
protected Double |
threadThickness |
| Constructor and Description |
|---|
ThreadSewingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCastingMaterial()
Gets the value of the castingMaterial property.
|
String |
getCoreMaterial()
Gets the value of the coreMaterial property.
|
List<GlueLine> |
getGlueLine()
Gets the value of the glueLine property.
|
IntegerList |
getGlueLineRefSheets()
Gets the value of the glueLineRefSheets property.
|
String |
getNeedlePositions()
Gets the value of the needlePositions property.
|
Integer |
getNumberOfNeedles()
Gets the value of the numberOfNeedles property.
|
Double |
getOffset()
Gets the value of the offset property.
|
String |
getSewingPattern()
Gets the value of the sewingPattern property.
|
String |
getThreadBrand()
Gets the value of the threadBrand property.
|
Double |
getThreadThickness()
Gets the value of the threadThickness property.
|
Boolean |
isBlindStitch()
Gets the value of the blindStitch property.
|
Boolean |
isSealing()
Gets the value of the sealing property.
|
void |
setBlindStitch(Boolean value)
Sets the value of the blindStitch property.
|
void |
setCastingMaterial(String value)
Sets the value of the castingMaterial property.
|
void |
setCoreMaterial(String value)
Sets the value of the coreMaterial property.
|
void |
setGlueLineRefSheets(IntegerList value)
Sets the value of the glueLineRefSheets property.
|
void |
setNeedlePositions(String value)
Sets the value of the needlePositions property.
|
void |
setNumberOfNeedles(Integer value)
Sets the value of the numberOfNeedles property.
|
void |
setOffset(Double value)
Sets the value of the offset property.
|
void |
setSealing(Boolean value)
Sets the value of the sealing property.
|
void |
setSewingPattern(String value)
Sets the value of the sewingPattern property.
|
void |
setThreadBrand(String value)
Sets the value of the threadBrand property.
|
void |
setThreadThickness(Double value)
Sets the value of the threadThickness property.
|
protected String threadBrand
protected Boolean sealing
protected String castingMaterial
protected String coreMaterial
protected Integer numberOfNeedles
protected Boolean blindStitch
protected String needlePositions
protected IntegerList glueLineRefSheets
protected Double offset
protected Double threadThickness
protected String sewingPattern
public List<GlueLine> getGlueLine()
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 glueLine property.
For example, to add a new item, do as follows:
getGlueLine().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public String getThreadBrand()
Stringpublic void setThreadBrand(String value)
value - allowed object is
Stringpublic Boolean isSealing()
Booleanpublic void setSealing(Boolean value)
value - allowed object is
Booleanpublic String getCastingMaterial()
Stringpublic void setCastingMaterial(String value)
value - allowed object is
Stringpublic String getCoreMaterial()
Stringpublic void setCoreMaterial(String value)
value - allowed object is
Stringpublic Integer getNumberOfNeedles()
Integerpublic void setNumberOfNeedles(Integer value)
value - allowed object is
Integerpublic Boolean isBlindStitch()
Booleanpublic void setBlindStitch(Boolean value)
value - allowed object is
Booleanpublic String getNeedlePositions()
Stringpublic void setNeedlePositions(String value)
value - allowed object is
Stringpublic IntegerList getGlueLineRefSheets()
Stringpublic void setGlueLineRefSheets(IntegerList value)
value - allowed object is
Stringpublic Double getOffset()
Doublepublic void setOffset(Double value)
value - allowed object is
Doublepublic Double getThreadThickness()
Doublepublic void setThreadThickness(Double value)
value - allowed object is
Doublepublic String getSewingPattern()
StringCopyright © 2013. All Rights Reserved.