Class JDFAutoStitchingParams

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:
JDFStitchingParams

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

    • JDFAutoStitchingParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • 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
    • setStitchOrigin

      public void setStitchOrigin(JDFAutoStitchingParams.EStitchOrigin enumVar)
      (5) set attribute StitchOrigin
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEStitchOrigin

      public JDFAutoStitchingParams.EStitchOrigin getEStitchOrigin()
      (9) get attribute StitchOrigin
      Returns:
      the value of the attribute
    • setStitchOrigin

      @Deprecated public void setStitchOrigin(JDFAutoStitchingParams.EnumStitchOrigin enumVar)
      Deprecated.
      use SetStitchOrigin(EStitchOrigin) based on java.lang.enum instead
      (5) set attribute StitchOrigin
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getStitchOrigin

      Deprecated.
      use EStitchOrigin GetEStitchOrigin() based on java.lang.enum instead
      (9) get attribute StitchOrigin
      Returns:
      the value of the attribute
    • setAngle

      public void setAngle(double value)
      (36) set attribute Angle
      Parameters:
      value - the value to set the attribute to
    • getAngle

      public double getAngle()
      (17) get double attribute Angle
      Returns:
      double the value of the attribute
    • setNumberOfStitches

      public void setNumberOfStitches(int value)
      (36) set attribute NumberOfStitches
      Parameters:
      value - the value to set the attribute to
    • getNumberOfStitches

      public int getNumberOfStitches()
      (15) get int attribute NumberOfStitches
      Returns:
      int the value of the attribute
    • 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
    • setReferenceEdge

      public void setReferenceEdge(JDFAutoStitchingParams.EReferenceEdge enumVar)
      (5) set attribute ReferenceEdge
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEReferenceEdge

      public JDFAutoStitchingParams.EReferenceEdge getEReferenceEdge()
      (9) get attribute ReferenceEdge
      Returns:
      the value of the attribute
    • setReferenceEdge

      @Deprecated public void setReferenceEdge(JDFAutoStitchingParams.EnumReferenceEdge enumVar)
      Deprecated.
      use SetReferenceEdge(EReferenceEdge) based on java.lang.enum instead
      (5) set attribute ReferenceEdge
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getReferenceEdge

      Deprecated.
      use EReferenceEdge GetEReferenceEdge() based on java.lang.enum instead
      (9) get attribute ReferenceEdge
      Returns:
      the value of the attribute
    • setStapleShape

      public void setStapleShape(JDFAutoStitchingParams.EStapleShape enumVar)
      (5) set attribute StapleShape
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEStapleShape

      public JDFAutoStitchingParams.EStapleShape getEStapleShape()
      (9) get attribute StapleShape
      Returns:
      the value of the attribute
    • setStapleShape

      @Deprecated public void setStapleShape(JDFAutoStitchingParams.EnumStapleShape enumVar)
      Deprecated.
      use SetStapleShape(EStapleShape) based on java.lang.enum instead
      (5) set attribute StapleShape
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getStapleShape

      Deprecated.
      use EStapleShape GetEStapleShape() based on java.lang.enum instead
      (9) get attribute StapleShape
      Returns:
      the value of the attribute
    • setStitchFromFront

      public void setStitchFromFront(boolean value)
      (36) set attribute StitchFromFront
      Parameters:
      value - the value to set the attribute to
    • getStitchFromFront

      public boolean getStitchFromFront()
      (18) get boolean attribute StitchFromFront
      Returns:
      boolean the value of the attribute
    • setStitchPositions

      public void setStitchPositions(JDFNumberList value)
      (36) set attribute StitchPositions
      Parameters:
      value - the value to set the attribute to
    • getStitchPositions

      public JDFNumberList getStitchPositions()
      (20) get JDFNumberList attribute StitchPositions
      Returns:
      JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
    • setStitchType

      public void setStitchType(JDFAutoStitchingParams.EStitchType enumVar)
      (5) set attribute StitchType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEStitchType

      public JDFAutoStitchingParams.EStitchType getEStitchType()
      (9) get attribute StitchType
      Returns:
      the value of the attribute
    • setStitchType

      @Deprecated public void setStitchType(JDFAutoStitchingParams.EnumStitchType enumVar)
      Deprecated.
      use SetStitchType(EStitchType) based on java.lang.enum instead
      (5) set attribute StitchType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getStitchType

      Deprecated.
      use EStitchType GetEStitchType() based on java.lang.enum instead
      (9) get attribute StitchType
      Returns:
      the value of the attribute
    • setStitchWidth

      public void setStitchWidth(double value)
      (36) set attribute StitchWidth
      Parameters:
      value - the value to set the attribute to
    • getStitchWidth

      public double getStitchWidth()
      (17) get double attribute StitchWidth
      Returns:
      double the value of the attribute
    • setTightBacking

      public void setTightBacking(JDFAutoStitchingParams.ETightBacking enumVar)
      (5) set attribute TightBacking
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getETightBacking

      public JDFAutoStitchingParams.ETightBacking getETightBacking()
      (9) get attribute TightBacking
      Returns:
      the value of the attribute
    • setTightBacking

      @Deprecated public void setTightBacking(JDFAutoStitchingParams.EnumTightBacking enumVar)
      Deprecated.
      use SetTightBacking(ETightBacking) based on java.lang.enum instead
      (5) set attribute TightBacking
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getTightBacking

      Deprecated.
      use ETightBacking GetETightBacking() based on java.lang.enum instead
      (9) get attribute TightBacking
      Returns:
      the value of the attribute
    • setWireGauge

      public void setWireGauge(double value)
      (36) set attribute WireGauge
      Parameters:
      value - the value to set the attribute to
    • getWireGauge

      public double getWireGauge()
      (17) get double attribute WireGauge
      Returns:
      double the value of the attribute
    • setWireBrand

      public void setWireBrand(String value)
      (36) set attribute WireBrand
      Parameters:
      value - the value to set the attribute to
    • getWireBrand

      public String getWireBrand()
      (23) get String attribute WireBrand
      Returns:
      the value of the attribute