Class JDFAutoBarcodeCompParams

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

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

    • JDFAutoBarcodeCompParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • setCompensationProcess

      public void setCompensationProcess(JDFAutoBarcodeCompParams.ECompensationProcess enumVar)
      (5) set attribute CompensationProcess
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getECompensationProcess

      public JDFAutoBarcodeCompParams.ECompensationProcess getECompensationProcess()
      (9) get attribute CompensationProcess
      Returns:
      the value of the attribute
    • setCompensationProcess

      @Deprecated public void setCompensationProcess(JDFAutoBarcodeCompParams.EnumCompensationProcess enumVar)
      Deprecated.
      use SetCompensationProcess(ECompensationProcess) based on java.lang.enum instead
      (5) set attribute CompensationProcess
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getCompensationProcess

      Deprecated.
      use ECompensationProcess GetECompensationProcess() based on java.lang.enum instead
      (9) get attribute CompensationProcess
      Returns:
      the value of the attribute
    • setCompensationValue

      public void setCompensationValue(double value)
      (36) set attribute CompensationValue
      Parameters:
      value - the value to set the attribute to
    • getCompensationValue

      public double getCompensationValue()
      (17) get double attribute CompensationValue
      Returns:
      double the value of the attribute