Class JDFAutoSpineTapingParams

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

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

    • JDFAutoSpineTapingParams

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

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

      protected JDFAutoSpineTapingParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoSpineTapingParams
      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
    • setTopExcess

      public void setTopExcess(double value)
      (36) set attribute TopExcess
      Parameters:
      value - the value to set the attribute to
    • getTopExcess

      public double getTopExcess()
      (17) get double attribute TopExcess
      Returns:
      double the value of the attribute
    • setHorizontalExcess

      public void setHorizontalExcess(double value)
      (36) set attribute HorizontalExcess
      Parameters:
      value - the value to set the attribute to
    • getHorizontalExcess

      public double getHorizontalExcess()
      (17) get double attribute HorizontalExcess
      Returns:
      double the value of the attribute
    • setHorizontalExcessBack

      public void setHorizontalExcessBack(double value)
      (36) set attribute HorizontalExcessBack
      Parameters:
      value - the value to set the attribute to
    • getHorizontalExcessBack

      public double getHorizontalExcessBack()
      (17) get double attribute HorizontalExcessBack
      Returns:
      double the value of the attribute
    • setStripBrand

      public void setStripBrand(String value)
      (36) set attribute StripBrand
      Parameters:
      value - the value to set the attribute to
    • getStripBrand

      public String getStripBrand()
      (23) get String attribute StripBrand
      Returns:
      the value of the attribute
    • setStripColor

      public void setStripColor(JDFElement.EnumNamedColor value)
      (13) set attribute StripColor
      Parameters:
      value - the value to set the attribute to
    • getStripColor

      public JDFElement.EnumNamedColor getStripColor()
      (19) get EnumNamedColor attribute StripColor
      Returns:
      EnumNamedColor the value of the attribute
    • setStripColorDetails

      public void setStripColorDetails(String value)
      (36) set attribute StripColorDetails
      Parameters:
      value - the value to set the attribute to
    • getStripColorDetails

      public String getStripColorDetails()
      (23) get String attribute StripColorDetails
      Returns:
      the value of the attribute
    • setStripLength

      public void setStripLength(double value)
      (36) set attribute StripLength
      Parameters:
      value - the value to set the attribute to
    • getStripLength

      public double getStripLength()
      (17) get double attribute StripLength
      Returns:
      double the value of the attribute
    • setStripMaterial

      public void setStripMaterial(JDFAutoHeadBandApplicationParams.EStripMaterial enumVar)
      (5) set attribute StripMaterial
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEStripMaterial

      (9) get attribute StripMaterial
      Returns:
      the value of the attribute
    • setStripMaterial

      @Deprecated public void setStripMaterial(JDFAutoHeadBandApplicationParams.EnumStripMaterial enumVar)
      Deprecated.
      use SetStripMaterial(EStripMaterial) based on java.lang.enum instead
      (5) set attribute StripMaterial
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getStripMaterial

      Deprecated.
      use EStripMaterial GetEStripMaterial() based on java.lang.enum instead
      (9) get attribute StripMaterial
      Returns:
      the value of the attribute
    • getGlueApplication

      public JDFGlueApplication getGlueApplication()
      (24) const get element GlueApplication
      Returns:
      JDFGlueApplication the element
    • getCreateGlueApplication

      public JDFGlueApplication getCreateGlueApplication()
      (25) getCreateGlueApplication
      Returns:
      JDFGlueApplication the element
    • getCreateGlueApplication

      public JDFGlueApplication getCreateGlueApplication(int iSkip)
      (26) getCreateGlueApplication
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueApplication the element
    • getGlueApplication

      public JDFGlueApplication getGlueApplication(int iSkip)
      (27) const get element GlueApplication
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueApplication the element default is getGlueApplication(0)
    • getAllGlueApplication

      public Collection<JDFGlueApplication> getAllGlueApplication()
      Get all GlueApplication from the current element
      Returns:
      Collection, null if none are available
    • appendGlueApplication

      public JDFGlueApplication appendGlueApplication()
      (30) append element GlueApplication
      Returns:
      JDFGlueApplication the element
    • refGlueApplication

      public void refGlueApplication(JDFGlueApplication refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced