Class JDFAutoBarcodeReproParams

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.JDFAutoBarcodeReproParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFBarcodeReproParams

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

    • JDFAutoBarcodeReproParams

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

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

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

      public void setBearerBars(JDFAutoBarcodeReproParams.EBearerBars enumVar)
      (5) set attribute BearerBars
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEBearerBars

      public JDFAutoBarcodeReproParams.EBearerBars getEBearerBars()
      (9) get attribute BearerBars
      Returns:
      the value of the attribute
    • setBearerBars

      @Deprecated public void setBearerBars(JDFAutoBarcodeReproParams.EnumBearerBars enumVar)
      Deprecated.
      use SetBearerBars(EBearerBars) based on java.lang.enum instead
      (5) set attribute BearerBars
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getBearerBars

      Deprecated.
      use EBearerBars GetEBearerBars() based on java.lang.enum instead
      (9) get attribute BearerBars
      Returns:
      the value of the attribute
    • setHeight

      public void setHeight(double value)
      (36) set attribute Height
      Parameters:
      value - the value to set the attribute to
    • getHeight

      public double getHeight()
      (17) get double attribute Height
      Returns:
      double the value of the attribute
    • setMagnification

      public void setMagnification(double value)
      (36) set attribute Magnification
      Parameters:
      value - the value to set the attribute to
    • getMagnification

      public double getMagnification()
      (17) get double attribute Magnification
      Returns:
      double the value of the attribute
    • setMasking

      public void setMasking(JDFAutoBarcodeReproParams.EMasking enumVar)
      (5) set attribute Masking
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEMasking

      public JDFAutoBarcodeReproParams.EMasking getEMasking()
      (9) get attribute Masking
      Returns:
      the value of the attribute
    • setMasking

      @Deprecated public void setMasking(JDFAutoBarcodeReproParams.EnumMasking enumVar)
      Deprecated.
      use SetMasking(EMasking) based on java.lang.enum instead
      (5) set attribute Masking
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMasking

      Deprecated.
      use EMasking GetEMasking() based on java.lang.enum instead
      (9) get attribute Masking
      Returns:
      the value of the attribute
    • setModuleHeight

      public void setModuleHeight(double value)
      (36) set attribute ModuleHeight
      Parameters:
      value - the value to set the attribute to
    • getModuleHeight

      public double getModuleHeight()
      (17) get double attribute ModuleHeight
      Returns:
      double the value of the attribute
    • setModuleWidth

      public void setModuleWidth(double value)
      (36) set attribute ModuleWidth
      Parameters:
      value - the value to set the attribute to
    • getModuleWidth

      public double getModuleWidth()
      (17) get double attribute ModuleWidth
      Returns:
      double the value of the attribute
    • setRatio

      public void setRatio(double value)
      (36) set attribute Ratio
      Parameters:
      value - the value to set the attribute to
    • getRatio

      public double getRatio()
      (17) get double attribute Ratio
      Returns:
      double the value of the attribute
    • getBarcodeCompParams

      public JDFBarcodeCompParams getBarcodeCompParams()
      (24) const get element BarcodeCompParams
      Returns:
      JDFBarcodeCompParams the element
    • getCreateBarcodeCompParams

      public JDFBarcodeCompParams getCreateBarcodeCompParams()
      (25) getCreateBarcodeCompParams
      Returns:
      JDFBarcodeCompParams the element
    • getCreateBarcodeCompParams

      public JDFBarcodeCompParams getCreateBarcodeCompParams(int iSkip)
      (26) getCreateBarcodeCompParams
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBarcodeCompParams the element
    • getBarcodeCompParams

      public JDFBarcodeCompParams getBarcodeCompParams(int iSkip)
      (27) const get element BarcodeCompParams
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBarcodeCompParams the element default is getBarcodeCompParams(0)
    • getAllBarcodeCompParams

      public Collection<JDFBarcodeCompParams> getAllBarcodeCompParams()
      Get all BarcodeCompParams from the current element
      Returns:
      Collection, null if none are available
    • appendBarcodeCompParams

      public JDFBarcodeCompParams appendBarcodeCompParams()
      (30) append element BarcodeCompParams
      Returns:
      JDFBarcodeCompParams the element