Class JDFAutoSpineTapingParams

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

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

      • JDFAutoSpineTapingParams

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

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

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

      • 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​(java.lang.String value)
        (36) set attribute StripBrand
        Parameters:
        value - the value to set the attribute to
      • getStripBrand

        public java.lang.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​(java.lang.String value)
        (36) set attribute StripColorDetails
        Parameters:
        value - the value to set the attribute to
      • getStripColorDetails

        public java.lang.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
      • 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 java.util.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