public class StitchingParams extends ParameterType implements Serializable
Java class for StitchingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StitchingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="NumberOfStitches" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StitchPositions" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StitchWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StitchOrigin" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="WireGauge" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StapleShape" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Angle" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StitchType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="WireBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
angle |
protected Integer |
numberOfStitches |
protected Double |
offset |
protected String |
stapleShape |
protected String |
stitchOrigin |
protected String |
stitchPositions |
protected String |
stitchType |
protected Double |
stitchWidth |
protected String |
wireBrand |
protected Double |
wireGauge |
| Constructor and Description |
|---|
StitchingParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAngle()
Gets the value of the angle property.
|
Integer |
getNumberOfStitches()
Gets the value of the numberOfStitches property.
|
Double |
getOffset()
Gets the value of the offset property.
|
String |
getStapleShape()
Gets the value of the stapleShape property.
|
String |
getStitchOrigin()
Gets the value of the stitchOrigin property.
|
String |
getStitchPositions()
Gets the value of the stitchPositions property.
|
String |
getStitchType()
Gets the value of the stitchType property.
|
Double |
getStitchWidth()
Gets the value of the stitchWidth property.
|
String |
getWireBrand()
Gets the value of the wireBrand property.
|
Double |
getWireGauge()
Gets the value of the wireGauge property.
|
void |
setAngle(Double value)
Sets the value of the angle property.
|
void |
setNumberOfStitches(Integer value)
Sets the value of the numberOfStitches property.
|
void |
setOffset(Double value)
Sets the value of the offset property.
|
void |
setStapleShape(String value)
Sets the value of the stapleShape property.
|
void |
setStitchOrigin(String value)
Sets the value of the stitchOrigin property.
|
void |
setStitchPositions(String value)
Sets the value of the stitchPositions property.
|
void |
setStitchType(String value)
Sets the value of the stitchType property.
|
void |
setStitchWidth(Double value)
Sets the value of the stitchWidth property.
|
void |
setWireBrand(String value)
Sets the value of the wireBrand property.
|
void |
setWireGauge(Double value)
Sets the value of the wireGauge property.
|
protected Integer numberOfStitches
protected String stitchPositions
protected Double stitchWidth
protected String stitchOrigin
protected Double wireGauge
protected String stapleShape
protected Double angle
protected String stitchType
protected Double offset
protected String wireBrand
public Integer getNumberOfStitches()
Integerpublic void setNumberOfStitches(Integer value)
value - allowed object is
Integerpublic String getStitchPositions()
Stringpublic void setStitchPositions(String value)
value - allowed object is
Stringpublic Double getStitchWidth()
Doublepublic void setStitchWidth(Double value)
value - allowed object is
Doublepublic String getStitchOrigin()
Stringpublic void setStitchOrigin(String value)
value - allowed object is
Stringpublic Double getWireGauge()
Doublepublic void setWireGauge(Double value)
value - allowed object is
Doublepublic String getStapleShape()
Stringpublic void setStapleShape(String value)
value - allowed object is
Stringpublic Double getAngle()
Doublepublic void setAngle(Double value)
value - allowed object is
Doublepublic String getStitchType()
Stringpublic void setStitchType(String value)
value - allowed object is
Stringpublic Double getOffset()
Doublepublic void setOffset(Double value)
value - allowed object is
Doublepublic String getWireBrand()
StringCopyright © 2012. All Rights Reserved.