Class StitchingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class StitchingParams
    extends SpecificResource
    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}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:
    Serialized Form
    • Field Detail

      • fileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected FileSpec fileSpec
      • angle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float angle
      • numberOfStitches

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Integer numberOfStitches
      • offset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float offset
      • stapleShape

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected StapleShape stapleShape
      • stitchOrigin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected StitchingParams.StitchOrigin stitchOrigin
      • stitchPositions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<java.lang.Float> stitchPositions
      • stitchType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected StitchingParams.StitchType stitchType
      • stitchWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float stitchWidth
      • tightBacking

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected StitchingParams.TightBacking tightBacking
      • wireGauge

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float wireGauge
    • Constructor Detail

      • StitchingParams

        public StitchingParams()
    • Method Detail

      • getFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setFileSpec​(FileSpec value)
        Sets the value of the fileSpec property.
        Parameters:
        value - allowed object is FileSpec
      • getAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setAngle​(java.lang.Float value)
        Sets the value of the angle property.
        Parameters:
        value - allowed object is Float
      • getNumberOfStitches

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setNumberOfStitches​(java.lang.Integer value)
        Sets the value of the numberOfStitches property.
        Parameters:
        value - allowed object is Integer
      • getOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setOffset​(java.lang.Float value)
        Sets the value of the offset property.
        Parameters:
        value - allowed object is Float
      • getStapleShape

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setStapleShape​(StapleShape value)
        Sets the value of the stapleShape property.
        Parameters:
        value - allowed object is StapleShape
      • setStitchOrigin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setStitchOrigin​(StitchingParams.StitchOrigin value)
        Sets the value of the stitchOrigin property.
        Parameters:
        value - allowed object is StitchingParams.StitchOrigin
      • getStitchPositions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<java.lang.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 Jakarta XML Binding 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 Float

        Returns:
        The value of the stitchPositions property.
      • getStitchType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setStitchType​(StitchingParams.StitchType value)
        Sets the value of the stitchType property.
        Parameters:
        value - allowed object is StitchingParams.StitchType
      • getStitchWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setStitchWidth​(java.lang.Float value)
        Sets the value of the stitchWidth property.
        Parameters:
        value - allowed object is Float
      • setTightBacking

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTightBacking​(StitchingParams.TightBacking value)
        Sets the value of the tightBacking property.
        Parameters:
        value - allowed object is StitchingParams.TightBacking
      • getWireGauge

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setWireGauge​(java.lang.Float value)
        Sets the value of the wireGauge property.
        Parameters:
        value - allowed object is Float
      • withNumberOfStitches

        public StitchingParams withNumberOfStitches​(java.lang.Integer value)
      • withOffset

        public StitchingParams withOffset​(java.lang.Float value)
      • withStitchPositions

        public StitchingParams withStitchPositions​(java.lang.Float... values)
      • withStitchPositions

        public StitchingParams withStitchPositions​(java.util.Collection<java.lang.Float> values)
      • withStitchWidth

        public StitchingParams withStitchWidth​(java.lang.Float value)
      • withWireGauge

        public StitchingParams withWireGauge​(java.lang.Float value)