Class JDFAutoThreadSewingParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFThreadSewingParams

public abstract class JDFAutoThreadSewingParams extends JDFResource
class JDFAutoThreadSewingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoThreadSewingParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • 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
    • setCastingMaterial

      public void setCastingMaterial(JDFAutoThreadSewingParams.EnumCastingMaterial enumVar)
      (5) set attribute CastingMaterial
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getCastingMaterial

      public JDFAutoThreadSewingParams.EnumCastingMaterial getCastingMaterial()
      (9) get attribute CastingMaterial
      Returns:
      the value of the attribute
    • setCoreMaterial

      public void setCoreMaterial(JDFAutoThreadSewingParams.EnumCoreMaterial enumVar)
      (5) set attribute CoreMaterial
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getCoreMaterial

      (9) get attribute CoreMaterial
      Returns:
      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
    • setSewingPattern

      public void setSewingPattern(JDFAutoThreadSewingParams.EnumSewingPattern enumVar)
      (5) set attribute SewingPattern
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSewingPattern

      (9) get attribute SewingPattern
      Returns:
      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(String value)
      (36) set attribute ThreadBrand
      Parameters:
      value - the value to set the attribute to
    • getThreadBrand

      public String getThreadBrand()
      (23) get String attribute ThreadBrand
      Returns:
      the value of the attribute
    • getGlueLine

      public JDFGlueLine getGlueLine()
      (24) const get element GlueLine
      Returns:
      JDFGlueLine the element
    • getCreateGlueLine

      public JDFGlueLine getCreateGlueLine()
      (25) getCreateGlueLine
      Returns:
      JDFGlueLine the element
    • 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 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