public class StitchingParams extends ParameterType implements java.io.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 java.lang.Double |
angle |
protected java.lang.Integer |
numberOfStitches |
protected java.lang.Double |
offset |
protected java.lang.String |
stapleShape |
protected java.lang.String |
stitchOrigin |
protected java.lang.String |
stitchPositions |
protected java.lang.String |
stitchType |
protected java.lang.Double |
stitchWidth |
protected java.lang.String |
wireBrand |
protected java.lang.Double |
wireGauge |
| Constructor and Description |
|---|
StitchingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAngle()
Gets the value of the angle property.
|
java.lang.Integer |
getNumberOfStitches()
Gets the value of the numberOfStitches property.
|
java.lang.Double |
getOffset()
Gets the value of the offset property.
|
java.lang.String |
getStapleShape()
Gets the value of the stapleShape property.
|
java.lang.String |
getStitchOrigin()
Gets the value of the stitchOrigin property.
|
java.lang.String |
getStitchPositions()
Gets the value of the stitchPositions property.
|
java.lang.String |
getStitchType()
Gets the value of the stitchType property.
|
java.lang.Double |
getStitchWidth()
Gets the value of the stitchWidth property.
|
java.lang.String |
getWireBrand()
Gets the value of the wireBrand property.
|
java.lang.Double |
getWireGauge()
Gets the value of the wireGauge property.
|
void |
setAngle(java.lang.Double value)
Sets the value of the angle property.
|
void |
setNumberOfStitches(java.lang.Integer value)
Sets the value of the numberOfStitches property.
|
void |
setOffset(java.lang.Double value)
Sets the value of the offset property.
|
void |
setStapleShape(java.lang.String value)
Sets the value of the stapleShape property.
|
void |
setStitchOrigin(java.lang.String value)
Sets the value of the stitchOrigin property.
|
void |
setStitchPositions(java.lang.String value)
Sets the value of the stitchPositions property.
|
void |
setStitchType(java.lang.String value)
Sets the value of the stitchType property.
|
void |
setStitchWidth(java.lang.Double value)
Sets the value of the stitchWidth property.
|
void |
setWireBrand(java.lang.String value)
Sets the value of the wireBrand property.
|
void |
setWireGauge(java.lang.Double value)
Sets the value of the wireGauge property.
|
protected java.lang.Integer numberOfStitches
protected java.lang.String stitchPositions
protected java.lang.Double stitchWidth
protected java.lang.String stitchOrigin
protected java.lang.Double wireGauge
protected java.lang.String stapleShape
protected java.lang.Double angle
protected java.lang.String stitchType
protected java.lang.Double offset
protected java.lang.String wireBrand
public java.lang.Integer getNumberOfStitches()
Integerpublic void setNumberOfStitches(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getStitchPositions()
Stringpublic void setStitchPositions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getStitchWidth()
Doublepublic void setStitchWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStitchOrigin()
Stringpublic void setStitchOrigin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getWireGauge()
Doublepublic void setWireGauge(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStapleShape()
Stringpublic void setStapleShape(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getAngle()
Doublepublic void setAngle(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStitchType()
Stringpublic void setStitchType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getOffset()
Doublepublic void setOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getWireBrand()
Stringpublic void setWireBrand(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.