Class JDFAutoStripCellParams

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoStripCellParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFStripCellParams

public abstract class JDFAutoStripCellParams extends JDFElement
class JDFAutoStripCellParams : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoStripCellParams

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setBleedFace

      public void setBleedFace(double value)
      (36) set attribute BleedFace
      Parameters:
      value - the value to set the attribute to
    • getBleedFace

      public double getBleedFace()
      (17) get double attribute BleedFace
      Returns:
      double the value of the attribute
    • setBleedSpine

      public void setBleedSpine(double value)
      (36) set attribute BleedSpine
      Parameters:
      value - the value to set the attribute to
    • getBleedSpine

      public double getBleedSpine()
      (17) get double attribute BleedSpine
      Returns:
      double the value of the attribute
    • setBleedHead

      public void setBleedHead(double value)
      (36) set attribute BleedHead
      Parameters:
      value - the value to set the attribute to
    • getBleedHead

      public double getBleedHead()
      (17) get double attribute BleedHead
      Returns:
      double the value of the attribute
    • setBleedFoot

      public void setBleedFoot(double value)
      (36) set attribute BleedFoot
      Parameters:
      value - the value to set the attribute to
    • getBleedFoot

      public double getBleedFoot()
      (17) get double attribute BleedFoot
      Returns:
      double the value of the attribute
    • setTrimFace

      public void setTrimFace(double value)
      (36) set attribute TrimFace
      Parameters:
      value - the value to set the attribute to
    • getTrimFace

      public double getTrimFace()
      (17) get double attribute TrimFace
      Returns:
      double the value of the attribute
    • setSpine

      public void setSpine(double value)
      (36) set attribute Spine
      Parameters:
      value - the value to set the attribute to
    • getSpine

      public double getSpine()
      (17) get double attribute Spine
      Returns:
      double the value of the attribute
    • setTrimHead

      public void setTrimHead(double value)
      (36) set attribute TrimHead
      Parameters:
      value - the value to set the attribute to
    • getTrimHead

      public double getTrimHead()
      (17) get double attribute TrimHead
      Returns:
      double the value of the attribute
    • setTrimFoot

      public void setTrimFoot(double value)
      (36) set attribute TrimFoot
      Parameters:
      value - the value to set the attribute to
    • getTrimFoot

      public double getTrimFoot()
      (17) get double attribute TrimFoot
      Returns:
      double the value of the attribute
    • setFrontOverfold

      public void setFrontOverfold(double value)
      (36) set attribute FrontOverfold
      Parameters:
      value - the value to set the attribute to
    • getFrontOverfold

      public double getFrontOverfold()
      (17) get double attribute FrontOverfold
      Returns:
      double the value of the attribute
    • setBackOverfold

      public void setBackOverfold(double value)
      (36) set attribute BackOverfold
      Parameters:
      value - the value to set the attribute to
    • getBackOverfold

      public double getBackOverfold()
      (17) get double attribute BackOverfold
      Returns:
      double the value of the attribute
    • setMillingDepth

      public void setMillingDepth(double value)
      (36) set attribute MillingDepth
      Parameters:
      value - the value to set the attribute to
    • getMillingDepth

      public double getMillingDepth()
      (17) get double attribute MillingDepth
      Returns:
      double the value of the attribute
    • setCutWidthHead

      public void setCutWidthHead(double value)
      (36) set attribute CutWidthHead
      Parameters:
      value - the value to set the attribute to
    • getCutWidthHead

      public double getCutWidthHead()
      (17) get double attribute CutWidthHead
      Returns:
      double the value of the attribute
    • setCutWidthFoot

      public void setCutWidthFoot(double value)
      (36) set attribute CutWidthFoot
      Parameters:
      value - the value to set the attribute to
    • getCutWidthFoot

      public double getCutWidthFoot()
      (17) get double attribute CutWidthFoot
      Returns:
      double the value of the attribute
    • setTrimSize

      public void setTrimSize(JDFXYPair value)
      (36) set attribute TrimSize
      Parameters:
      value - the value to set the attribute to
    • getTrimSize

      public JDFXYPair getTrimSize()
      (20) get JDFXYPair attribute TrimSize
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setCreep

      public void setCreep(JDFXYPair value)
      (36) set attribute Creep
      Parameters:
      value - the value to set the attribute to
    • getCreep

      public JDFXYPair getCreep()
      (20) get JDFXYPair attribute Creep
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setSides

      public void setSides(JDFAutoStripCellParams.EnumSides enumVar)
      (5) set attribute Sides
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSides

      (9) get attribute Sides
      Returns:
      the value of the attribute
    • setMaskBleed

      public void setMaskBleed(double value)
      (36) set attribute MaskBleed
      Parameters:
      value - the value to set the attribute to
    • getMaskBleed

      public double getMaskBleed()
      (17) get double attribute MaskBleed
      Returns:
      double the value of the attribute
    • setMaskSeparation

      public void setMaskSeparation(String value)
      (36) set attribute MaskSeparation
      Parameters:
      value - the value to set the attribute to
    • getMaskSeparation

      public String getMaskSeparation()
      (23) get String attribute MaskSeparation
      Returns:
      the value of the attribute
    • setMask

      public void setMask(JDFAutoStripCellParams.EnumMask enumVar)
      (5) set attribute Mask
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMask

      (9) get attribute Mask
      Returns:
      the value of the attribute
    • getFitPolicy

      public JDFFitPolicy getFitPolicy()
      (24) const get element FitPolicy
      Returns:
      JDFFitPolicy the element
    • getCreateFitPolicy

      public JDFFitPolicy getCreateFitPolicy()
      (25) getCreateFitPolicy
      Returns:
      JDFFitPolicy the element
    • appendFitPolicy

      public JDFFitPolicy appendFitPolicy()
      (29) append element FitPolicy
      Returns:
      JDFFitPolicy the element @ if the element already exists