Package org.cip4.lib.xjdf.schema
Class StitchingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.StitchingParams
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class StitchingParams
extends SpecificResource
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}float" />
<attribute name="NumberOfStitches" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Offset" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="StapleShape" type="{http://www.CIP4.org/JDFSchema_2_0}StapleShape" />
<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}FloatList" />
<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.w3.org/2001/XMLSchema}float" />
<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.w3.org/2001/XMLSchema}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Floatprotected FileSpecprotected Integerprotected Floatprotected StapleShapeprotected StitchingParams.StitchOriginprotected StitchingParams.StitchTypeprotected Floatprotected StitchingParams.TightBackingprotected Float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getAngle()Gets the value of the angle property.Gets the value of the fileSpec property.Gets the value of the numberOfStitches property.Gets the value of the offset property.Gets the value of the stapleShape property.Gets the value of the stitchOrigin property.Gets the value of the stitchPositions property.Gets the value of the stitchType property.Gets the value of the stitchWidth property.Gets the value of the tightBacking property.Gets the value of the wireGauge property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the angle property.voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidsetNumberOfStitches(Integer value) Sets the value of the numberOfStitches property.voidSets the value of the offset property.voidsetStapleShape(StapleShape value) Sets the value of the stapleShape property.voidSets the value of the stitchOrigin property.voidSets the value of the stitchType property.voidsetStitchWidth(Float value) Sets the value of the stitchWidth property.voidSets the value of the tightBacking property.voidsetWireGauge(Float value) Sets the value of the wireGauge property.withFileSpec(FileSpec value) withNumberOfStitches(Integer value) withOffset(Float value) withStapleShape(StapleShape value) withStitchPositions(Float... values) withStitchPositions(Collection<Float> values) withStitchWidth(Float value) withWireGauge(Float value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FileSpec fileSpec -
angle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float angle -
numberOfStitches
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer numberOfStitches -
offset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float offset -
stapleShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected StapleShape stapleShape -
stitchOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected StitchingParams.StitchOrigin stitchOrigin -
stitchPositions
-
stitchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected StitchingParams.StitchType stitchType -
stitchWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float stitchWidth -
tightBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected StitchingParams.TightBacking tightBacking -
wireGauge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float wireGauge
-
-
Constructor Details
-
StitchingParams
public StitchingParams()
-
-
Method Details
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public FileSpec getFileSpec()Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFileSpec(FileSpec value) Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getAngle()Gets the value of the angle property.- Returns:
- possible object is
Float
-
setAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAngle(Float value) Sets the value of the angle property.- Parameters:
value- allowed object isFloat
-
getNumberOfStitches
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getNumberOfStitches()Gets the value of the numberOfStitches property.- Returns:
- possible object is
Integer
-
setNumberOfStitches
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setNumberOfStitches(Integer value) Sets the value of the numberOfStitches property.- Parameters:
value- allowed object isInteger
-
getOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getOffset()Gets the value of the offset property.- Returns:
- possible object is
Float
-
setOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOffset(Float value) Sets the value of the offset property.- Parameters:
value- allowed object isFloat
-
getStapleShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public StapleShape getStapleShape()Gets the value of the stapleShape property.- Returns:
- possible object is
StapleShape
-
setStapleShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStapleShape(StapleShape value) Sets the value of the stapleShape property.- Parameters:
value- allowed object isStapleShape
-
getStitchOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public StitchingParams.StitchOrigin getStitchOrigin()Gets the value of the stitchOrigin property.- Returns:
- possible object is
StitchingParams.StitchOrigin
-
setStitchOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStitchOrigin(StitchingParams.StitchOrigin value) Sets the value of the stitchOrigin property.- Parameters:
value- allowed object isStitchingParams.StitchOrigin
-
getStitchPositions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getStitchPositions()Gets the value of the stitchPositions property.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
setmethod 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
Float -
getStitchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public StitchingParams.StitchType getStitchType()Gets the value of the stitchType property.- Returns:
- possible object is
StitchingParams.StitchType
-
setStitchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStitchType(StitchingParams.StitchType value) Sets the value of the stitchType property.- Parameters:
value- allowed object isStitchingParams.StitchType
-
getStitchWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getStitchWidth()Gets the value of the stitchWidth property.- Returns:
- possible object is
Float
-
setStitchWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStitchWidth(Float value) Sets the value of the stitchWidth property.- Parameters:
value- allowed object isFloat
-
getTightBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public StitchingParams.TightBacking getTightBacking()Gets the value of the tightBacking property.- Returns:
- possible object is
StitchingParams.TightBacking
-
setTightBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTightBacking(StitchingParams.TightBacking value) Sets the value of the tightBacking property.- Parameters:
value- allowed object isStitchingParams.TightBacking
-
getWireGauge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getWireGauge()Gets the value of the wireGauge property.- Returns:
- possible object is
Float
-
setWireGauge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setWireGauge(Float value) Sets the value of the wireGauge property.- Parameters:
value- allowed object isFloat
-
withFileSpec
-
withAngle
-
withNumberOfStitches
-
withOffset
-
withStapleShape
-
withStitchOrigin
-
withStitchPositions
-
withStitchPositions
-
withStitchType
-
withStitchWidth
-
withTightBacking
-
withWireGauge
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-