Class QrBarcodeType


  • public class QrBarcodeType
    extends BaseBarcodeType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p111850_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p568541_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p98130_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A QR barcode.</p>
     

    Java class for QrBarcodeType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="QrBarcodeType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseBarcodeType">
           <attribute name="errorCorrection" type="{http://schema.webpdf.de/1.0/operation}QrCodeErrorCorrectionType" default="l" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • errorCorrection

        protected QrCodeErrorCorrectionType errorCorrection
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p111850_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p568541_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p98130_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to adjust the error correction level for generated QR codes. The higher the level, the more error-resistant the barcode, ensuring that damaged codes will still be readable.
                                         <ul><li>l = Low</li><li>m = Medium</li><li>q = Quartile</li><li>h = High</li></ul></p>
         
    • Constructor Detail

      • QrBarcodeType

        public QrBarcodeType()
    • Method Detail

      • getErrorCorrection

        public QrCodeErrorCorrectionType getErrorCorrection()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p111850_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p568541_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p98130_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to adjust the error correction level for generated QR codes. The higher the level, the more error-resistant the barcode, ensuring that damaged codes will still be readable.
                                         <ul><li>l = Low</li><li>m = Medium</li><li>q = Quartile</li><li>h = High</li></ul></p>
         
        Returns:
        possible object is QrCodeErrorCorrectionType
      • isSetErrorCorrection

        public boolean isSetErrorCorrection()