Class JDFAutoHeadBandApplicationParams

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

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

    • JDFAutoHeadBandApplicationParams

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

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

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

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

      public 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(String value)
      (36) set attribute BottomColorDetails
      Parameters:
      value - the value to set the attribute to
    • getBottomColorDetails

      public 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(String value)
      (36) set attribute TopBrand
      Parameters:
      value - the value to set the attribute to
    • getTopBrand

      public 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(String value)
      (36) set attribute TopColorDetails
      Parameters:
      value - the value to set the attribute to
    • getTopColorDetails

      public 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
    • 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
    • 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
    • getGlueLine

      public JDFGlueLine getGlueLine()
      (24) const get element GlueLine
      Returns:
      JDFGlueLine the element
    • getCreateGlueLine

      public JDFGlueLine getCreateGlueLine()
      (25) getCreateGlueLine
      Returns:
      JDFGlueLine the element
    • 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 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