Class JDFAutoBarcodeDetails

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

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

    • JDFAutoBarcodeDetails

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

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

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

    • getTheAttributeInfo

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

      public void setBarcodeVersion(String value)
      (36) set attribute BarcodeVersion
      Parameters:
      value - the value to set the attribute to
    • getBarcodeVersion

      public String getBarcodeVersion()
      (23) get String attribute BarcodeVersion
      Returns:
      the value of the attribute
    • setErrorCorrectionLevel

      public void setErrorCorrectionLevel(String value)
      (36) set attribute ErrorCorrectionLevel
      Parameters:
      value - the value to set the attribute to
    • getErrorCorrectionLevel

      public String getErrorCorrectionLevel()
      (23) get String attribute ErrorCorrectionLevel
      Returns:
      the value of the attribute
    • setXCells

      public void setXCells(int value)
      (36) set attribute XCells
      Parameters:
      value - the value to set the attribute to
    • getXCells

      public int getXCells()
      (15) get int attribute XCells
      Returns:
      int the value of the attribute
    • setYCells

      public void setYCells(int value)
      (36) set attribute YCells
      Parameters:
      value - the value to set the attribute to
    • getYCells

      public int getYCells()
      (15) get int attribute YCells
      Returns:
      int the value of the attribute