Class JDFAutoBarcodeDetails

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

    public abstract class JDFAutoBarcodeDetails
    extends JDFElement
    class JDFAutoBarcodeDetails : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoBarcodeDetails

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

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

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

      • setBarcodeVersion

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

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

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

        public java.lang.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