Class JDFAutoThreadSewingParams

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFThreadSewingParams

    public abstract class JDFAutoThreadSewingParams
    extends JDFResource
    class JDFAutoThreadSewingParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoThreadSewingParams

        protected JDFAutoThreadSewingParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String qualifiedName)
        Constructor for JDFAutoThreadSewingParams
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoThreadSewingParams

        protected JDFAutoThreadSewingParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String myNamespaceURI,
                                            java.lang.String qualifiedName)
        Constructor for JDFAutoThreadSewingParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoThreadSewingParams

        protected JDFAutoThreadSewingParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String myNamespaceURI,
                                            java.lang.String qualifiedName,
                                            java.lang.String myLocalName)
        Constructor for JDFAutoThreadSewingParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setBlindStitch

        public void setBlindStitch​(boolean value)
        (36) set attribute BlindStitch
        Parameters:
        value - the value to set the attribute to
      • getBlindStitch

        public boolean getBlindStitch()
        (18) get boolean attribute BlindStitch
        Returns:
        boolean the value of the attribute
      • setGlueLineRefSheets

        public void setGlueLineRefSheets​(JDFIntegerList value)
        (36) set attribute GlueLineRefSheets
        Parameters:
        value - the value to set the attribute to
      • getGlueLineRefSheets

        public JDFIntegerList getGlueLineRefSheets()
        (20) get JDFIntegerList attribute GlueLineRefSheets
        Returns:
        JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
      • setOffset

        public void setOffset​(double value)
        (36) set attribute Offset
        Parameters:
        value - the value to set the attribute to
      • getOffset

        public double getOffset()
        (17) get double attribute Offset
        Returns:
        double the value of the attribute
      • setNeedlePositions

        public void setNeedlePositions​(JDFNumberList value)
        (36) set attribute NeedlePositions
        Parameters:
        value - the value to set the attribute to
      • getNeedlePositions

        public JDFNumberList getNeedlePositions()
        (20) get JDFNumberList attribute NeedlePositions
        Returns:
        JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
      • setNumberOfNeedles

        public void setNumberOfNeedles​(int value)
        (36) set attribute NumberOfNeedles
        Parameters:
        value - the value to set the attribute to
      • getNumberOfNeedles

        public int getNumberOfNeedles()
        (15) get int attribute NumberOfNeedles
        Returns:
        int the value of the attribute
      • setSealing

        public void setSealing​(boolean value)
        (36) set attribute Sealing
        Parameters:
        value - the value to set the attribute to
      • getSealing

        public boolean getSealing()
        (18) get boolean attribute Sealing
        Returns:
        boolean the value of the attribute
      • setThreadThickness

        public void setThreadThickness​(double value)
        (36) set attribute ThreadThickness
        Parameters:
        value - the value to set the attribute to
      • getThreadThickness

        public double getThreadThickness()
        (17) get double attribute ThreadThickness
        Returns:
        double the value of the attribute
      • setThreadBrand

        public void setThreadBrand​(java.lang.String value)
        (36) set attribute ThreadBrand
        Parameters:
        value - the value to set the attribute to
      • getThreadBrand

        public java.lang.String getThreadBrand()
        (23) get String attribute ThreadBrand
        Returns:
        the value of the attribute
      • getCreateGlueLine

        public JDFGlueLine getCreateGlueLine​(int iSkip)
        (26) getCreateGlueLine
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueLine the element
      • getGlueLine

        public JDFGlueLine getGlueLine​(int iSkip)
        (27) const get element GlueLine
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueLine the element default is getGlueLine(0)
      • getAllGlueLine

        public java.util.Collection<JDFGlueLine> getAllGlueLine()
        Get all GlueLine from the current element
        Returns:
        Collection, null if none are available
      • appendGlueLine

        public JDFGlueLine appendGlueLine()
        (30) append element GlueLine
        Returns:
        JDFGlueLine the element