public class ThreadSewingParams extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.Boolean |
blindStitch |
protected java.lang.String |
castingMaterial |
protected java.lang.String |
coreMaterial |
protected java.util.List<java.lang.Integer> |
glueLineRefSheets |
protected java.util.List<GlueLine> |
glueLines |
protected java.lang.String |
needlePositions |
protected java.lang.Integer |
numberOfNeedles |
protected java.lang.Double |
offset |
protected java.lang.Boolean |
sealing |
protected java.lang.String |
sewingPattern |
protected java.lang.String |
threadBrand |
protected java.lang.Double |
threadThickness |
| Constructor and Description |
|---|
ThreadSewingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getBlindStitch()
Gets the value of the blindStitch property.
|
java.lang.String |
getCastingMaterial()
Gets the value of the castingMaterial property.
|
java.lang.String |
getCoreMaterial()
Gets the value of the coreMaterial property.
|
java.util.List<java.lang.Integer> |
getGlueLineRefSheets()
Gets the value of the glueLineRefSheets property.
|
java.util.List<GlueLine> |
getGlueLines()
Gets the value of the glueLines property.
|
java.lang.String |
getNeedlePositions()
Gets the value of the needlePositions property.
|
java.lang.Integer |
getNumberOfNeedles()
Gets the value of the numberOfNeedles property.
|
java.lang.Double |
getOffset()
Gets the value of the offset property.
|
java.lang.Boolean |
getSealing()
Gets the value of the sealing property.
|
java.lang.String |
getSewingPattern()
Gets the value of the sewingPattern property.
|
java.lang.String |
getThreadBrand()
Gets the value of the threadBrand property.
|
java.lang.Double |
getThreadThickness()
Gets the value of the threadThickness property.
|
void |
setBlindStitch(java.lang.Boolean value)
Sets the value of the blindStitch property.
|
void |
setCastingMaterial(java.lang.String value)
Sets the value of the castingMaterial property.
|
void |
setCoreMaterial(java.lang.String value)
Sets the value of the coreMaterial property.
|
void |
setNeedlePositions(java.lang.String value)
Sets the value of the needlePositions property.
|
void |
setNumberOfNeedles(java.lang.Integer value)
Sets the value of the numberOfNeedles property.
|
void |
setOffset(java.lang.Double value)
Sets the value of the offset property.
|
void |
setSealing(java.lang.Boolean value)
Sets the value of the sealing property.
|
void |
setSewingPattern(java.lang.String value)
Sets the value of the sewingPattern property.
|
void |
setThreadBrand(java.lang.String value)
Sets the value of the threadBrand property.
|
void |
setThreadThickness(java.lang.Double value)
Sets the value of the threadThickness property.
|
protected java.util.List<GlueLine> glueLines
protected java.lang.String threadBrand
protected java.lang.Boolean sealing
protected java.lang.String castingMaterial
protected java.lang.String coreMaterial
protected java.lang.Integer numberOfNeedles
protected java.lang.Boolean blindStitch
protected java.lang.String needlePositions
protected java.util.List<java.lang.Integer> glueLineRefSheets
protected java.lang.Double offset
protected java.lang.Double threadThickness
protected java.lang.String sewingPattern
public java.util.List<GlueLine> getGlueLines()
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 glueLines property.
For example, to add a new item, do as follows:
getGlueLines().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public java.lang.String getThreadBrand()
Stringpublic void setThreadBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getSealing()
Booleanpublic void setSealing(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCastingMaterial()
Stringpublic void setCastingMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoreMaterial()
Stringpublic void setCoreMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getNumberOfNeedles()
Integerpublic void setNumberOfNeedles(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 getNeedlePositions()
Stringpublic void setNeedlePositions(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Integer> getGlueLineRefSheets()
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 glueLineRefSheets property.
For example, to add a new item, do as follows:
getGlueLineRefSheets().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.Double getOffset()
Doublepublic void setOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getThreadThickness()
Doublepublic void setThreadThickness(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getSewingPattern()
Stringpublic void setSewingPattern(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.