Class JDFAutoHeadBandApplicationParams

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

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

      • JDFAutoHeadBandApplicationParams

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

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

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

      • setBottomBrand

        public void setBottomBrand​(java.lang.String value)
        (36) set attribute BottomBrand
        Parameters:
        value - the value to set the attribute to
      • getBottomBrand

        public java.lang.String getBottomBrand()
        (23) get String attribute BottomBrand
        Returns:
        the value of the attribute
      • setBottomColor

        public void setBottomColor​(JDFElement.EnumNamedColor value)
        (13) set attribute BottomColor
        Parameters:
        value - the value to set the attribute to
      • getBottomColor

        public JDFElement.EnumNamedColor getBottomColor()
        (19) get EnumNamedColor attribute BottomColor
        Returns:
        EnumNamedColor the value of the attribute
      • setBottomColorDetails

        public void setBottomColorDetails​(java.lang.String value)
        (36) set attribute BottomColorDetails
        Parameters:
        value - the value to set the attribute to
      • getBottomColorDetails

        public java.lang.String getBottomColorDetails()
        (23) get String attribute BottomColorDetails
        Returns:
        the value of the attribute
      • setBottomLength

        public void setBottomLength​(double value)
        (36) set attribute BottomLength
        Parameters:
        value - the value to set the attribute to
      • getBottomLength

        public double getBottomLength()
        (17) get double attribute BottomLength
        Returns:
        double the value of the attribute
      • setTopBrand

        public void setTopBrand​(java.lang.String value)
        (36) set attribute TopBrand
        Parameters:
        value - the value to set the attribute to
      • getTopBrand

        public java.lang.String getTopBrand()
        (23) get String attribute TopBrand
        Returns:
        the value of the attribute
      • setTopColor

        public void setTopColor​(JDFElement.EnumNamedColor value)
        (13) set attribute TopColor
        Parameters:
        value - the value to set the attribute to
      • getTopColor

        public JDFElement.EnumNamedColor getTopColor()
        (19) get EnumNamedColor attribute TopColor
        Returns:
        EnumNamedColor the value of the attribute
      • setTopColorDetails

        public void setTopColorDetails​(java.lang.String value)
        (36) set attribute TopColorDetails
        Parameters:
        value - the value to set the attribute to
      • getTopColorDetails

        public java.lang.String getTopColorDetails()
        (23) get String attribute TopColorDetails
        Returns:
        the value of the attribute
      • setTopLength

        public void setTopLength​(double value)
        (36) set attribute TopLength
        Parameters:
        value - the value to set the attribute to
      • getTopLength

        public double getTopLength()
        (17) get double attribute TopLength
        Returns:
        double the value of the attribute
      • setWidth

        public void setWidth​(double value)
        (36) set attribute Width
        Parameters:
        value - the value to set the attribute to
      • getWidth

        public double getWidth()
        (17) get double attribute Width
        Returns:
        double the value of the attribute
      • 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 java.util.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
      • refGlueLine

        public void refGlueLine​(JDFGlueLine refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced