Class AztecBarcodeType


  • public class AztecBarcodeType
    extends BaseBarcodeType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p115207_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p454012_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p642845_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A aztec barcode.</p>
     

    Java class for AztecBarcodeType complex type.

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

    
     <complexType name="AztecBarcodeType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseBarcodeType">
           <attribute name="errorCorrection" default="7">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
                 <maxInclusive value="100"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="layers" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="-4"/>
                 <maxInclusive value="32"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • errorCorrection

        protected Integer errorCorrection
    • Constructor Detail

      • AztecBarcodeType

        public AztecBarcodeType()
    • Method Detail

      • getErrorCorrection

        public int getErrorCorrection()
        Gets the value of the errorCorrection property.
        Returns:
        possible object is Integer
      • setErrorCorrection

        public void setErrorCorrection​(int value)
        Sets the value of the errorCorrection property.
        Parameters:
        value - allowed object is Integer
      • isSetErrorCorrection

        public boolean isSetErrorCorrection()
      • unsetErrorCorrection

        public void unsetErrorCorrection()
      • getLayers

        public int getLayers()
        Gets the value of the layers property.
        Returns:
        possible object is Integer
      • setLayers

        public void setLayers​(int value)
        Sets the value of the layers property.
        Parameters:
        value - allowed object is Integer
      • isSetLayers

        public boolean isSetLayers()
      • unsetLayers

        public void unsetLayers()