@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class StitchingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="Angle" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="NumberOfStitches" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StapleShape">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Crown"/>
<enumeration value="Overlap"/>
<enumeration value="Butted"/>
<enumeration value="ClinchOut"/>
<enumeration value="Eyelet"/>
</restriction>
</simpleType>
</attribute>
<attribute name="StitchOrigin">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="TrimBoxCenter"/>
<enumeration value="TrimBoxJogSide"/>
<enumeration value="UntrimmedJogSide"/>
</restriction>
</simpleType>
</attribute>
<attribute name="StitchPositions" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="StitchType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Corner"/>
<enumeration value="Saddle"/>
<enumeration value="Side"/>
</restriction>
</simpleType>
</attribute>
<attribute name="StitchWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TightBacking">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Round"/>
<enumeration value="RoundBacked"/>
<enumeration value="Flat"/>
<enumeration value="FlatBacked"/>
</restriction>
</simpleType>
</attribute>
<attribute name="WireGauge" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
StitchingParams.StapleShape
Java class for null.
|
static class |
StitchingParams.StitchOrigin
Java class for null.
|
static class |
StitchingParams.StitchType
Java class for null.
|
static class |
StitchingParams.TightBacking
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
angle |
protected FileSpec |
fileSpec |
protected java.lang.Integer |
numberOfStitches |
protected java.lang.Double |
offset |
protected StitchingParams.StapleShape |
stapleShape |
protected StitchingParams.StitchOrigin |
stitchOrigin |
protected java.util.List<java.lang.Double> |
stitchPositions |
protected StitchingParams.StitchType |
stitchType |
protected java.lang.Double |
stitchWidth |
protected StitchingParams.TightBacking |
tightBacking |
protected java.lang.Double |
wireGauge |
| Constructor and Description |
|---|
StitchingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Double |
getAngle()
Gets the value of the angle property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
java.lang.Integer |
getNumberOfStitches()
Gets the value of the numberOfStitches property.
|
java.lang.Double |
getOffset()
Gets the value of the offset property.
|
StitchingParams.StapleShape |
getStapleShape()
Gets the value of the stapleShape property.
|
StitchingParams.StitchOrigin |
getStitchOrigin()
Gets the value of the stitchOrigin property.
|
java.util.List<java.lang.Double> |
getStitchPositions()
Gets the value of the stitchPositions property.
|
StitchingParams.StitchType |
getStitchType()
Gets the value of the stitchType property.
|
java.lang.Double |
getStitchWidth()
Gets the value of the stitchWidth property.
|
StitchingParams.TightBacking |
getTightBacking()
Gets the value of the tightBacking property.
|
java.lang.Double |
getWireGauge()
Gets the value of the wireGauge property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAngle(java.lang.Double value)
Sets the value of the angle property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec 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(StitchingParams.StapleShape value)
Sets the value of the stapleShape property.
|
void |
setStitchOrigin(StitchingParams.StitchOrigin value)
Sets the value of the stitchOrigin property.
|
void |
setStitchType(StitchingParams.StitchType value)
Sets the value of the stitchType property.
|
void |
setStitchWidth(java.lang.Double value)
Sets the value of the stitchWidth property.
|
void |
setTightBacking(StitchingParams.TightBacking value)
Sets the value of the tightBacking property.
|
void |
setWireGauge(java.lang.Double value)
Sets the value of the wireGauge property.
|
StitchingParams |
withAngle(java.lang.Double value) |
StitchingParams |
withFileSpec(FileSpec value) |
StitchingParams |
withNumberOfStitches(java.lang.Integer value) |
StitchingParams |
withOffset(java.lang.Double value) |
StitchingParams |
withStapleShape(StitchingParams.StapleShape value) |
StitchingParams |
withStitchOrigin(StitchingParams.StitchOrigin value) |
StitchingParams |
withStitchPositions(java.util.Collection<java.lang.Double> values) |
StitchingParams |
withStitchPositions(java.lang.Double... values) |
StitchingParams |
withStitchType(StitchingParams.StitchType value) |
StitchingParams |
withStitchWidth(java.lang.Double value) |
StitchingParams |
withTightBacking(StitchingParams.TightBacking value) |
StitchingParams |
withWireGauge(java.lang.Double value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double angle
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer numberOfStitches
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double offset
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected StitchingParams.StapleShape stapleShape
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected StitchingParams.StitchOrigin stitchOrigin
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Double> stitchPositions
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected StitchingParams.StitchType stitchType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double stitchWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected StitchingParams.TightBacking tightBacking
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double wireGauge
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getAngle()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAngle(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getNumberOfStitches()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setNumberOfStitches(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getOffset()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setOffset(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public StitchingParams.StapleShape getStapleShape()
StitchingParams.StapleShape@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setStapleShape(StitchingParams.StapleShape value)
value - allowed object is
StitchingParams.StapleShape@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public StitchingParams.StitchOrigin getStitchOrigin()
StitchingParams.StitchOrigin@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setStitchOrigin(StitchingParams.StitchOrigin value)
value - allowed object is
StitchingParams.StitchOrigin@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Double> getStitchPositions()
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 stitchPositions property.
For example, to add a new item, do as follows:
getStitchPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public StitchingParams.StitchType getStitchType()
StitchingParams.StitchType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setStitchType(StitchingParams.StitchType value)
value - allowed object is
StitchingParams.StitchType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getStitchWidth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setStitchWidth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public StitchingParams.TightBacking getTightBacking()
StitchingParams.TightBacking@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTightBacking(StitchingParams.TightBacking value)
value - allowed object is
StitchingParams.TightBacking@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getWireGauge()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setWireGauge(java.lang.Double value)
value - allowed object is
Doublepublic StitchingParams withFileSpec(FileSpec value)
public StitchingParams withAngle(java.lang.Double value)
public StitchingParams withNumberOfStitches(java.lang.Integer value)
public StitchingParams withOffset(java.lang.Double value)
public StitchingParams withStapleShape(StitchingParams.StapleShape value)
public StitchingParams withStitchOrigin(StitchingParams.StitchOrigin value)
public StitchingParams withStitchPositions(java.lang.Double... values)
public StitchingParams withStitchPositions(java.util.Collection<java.lang.Double> values)
public StitchingParams withStitchType(StitchingParams.StitchType value)
public StitchingParams withStitchWidth(java.lang.Double value)
public StitchingParams withTightBacking(StitchingParams.TightBacking value)
public StitchingParams withWireGauge(java.lang.Double value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource