Class Pdf417BarcodeType


  • public class Pdf417BarcodeType
    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 PDF417 barcode.</p>
     

    Java class for Pdf417BarcodeType complex type.

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

    
     <complexType name="Pdf417BarcodeType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseBarcodeType">
           <attribute name="errorCorrection" default="2">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
                 <maxInclusive value="8"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="compact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="compactionMode" type="{http://schema.webpdf.de/1.0/operation}Pdf417CompactionModeType" default="auto" />
           <attribute name="dataCodewordsMin">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="dataCodewordsMax">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="symbolsPerCodewordMin">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="symbolsPerCodewordMax">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="shape" type="{http://schema.webpdf.de/1.0/operation}DataMatrixShapeType" default="default" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Pdf417BarcodeType

        public Pdf417BarcodeType()
    • 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()
      • isCompact

        public boolean isCompact()
        Gets the value of the compact property.
        Returns:
        possible object is Boolean
      • setCompact

        public void setCompact​(boolean value)
        Sets the value of the compact property.
        Parameters:
        value - allowed object is Boolean
      • isSetCompact

        public boolean isSetCompact()
      • unsetCompact

        public void unsetCompact()
      • isSetCompactionMode

        public boolean isSetCompactionMode()
      • getDataCodewordsMin

        public int getDataCodewordsMin()
        Gets the value of the dataCodewordsMin property.
        Returns:
        possible object is Integer
      • setDataCodewordsMin

        public void setDataCodewordsMin​(int value)
        Sets the value of the dataCodewordsMin property.
        Parameters:
        value - allowed object is Integer
      • isSetDataCodewordsMin

        public boolean isSetDataCodewordsMin()
      • unsetDataCodewordsMin

        public void unsetDataCodewordsMin()
      • getDataCodewordsMax

        public int getDataCodewordsMax()
        Gets the value of the dataCodewordsMax property.
        Returns:
        possible object is Integer
      • setDataCodewordsMax

        public void setDataCodewordsMax​(int value)
        Sets the value of the dataCodewordsMax property.
        Parameters:
        value - allowed object is Integer
      • isSetDataCodewordsMax

        public boolean isSetDataCodewordsMax()
      • unsetDataCodewordsMax

        public void unsetDataCodewordsMax()
      • getSymbolsPerCodewordMin

        public int getSymbolsPerCodewordMin()
        Gets the value of the symbolsPerCodewordMin property.
        Returns:
        possible object is Integer
      • setSymbolsPerCodewordMin

        public void setSymbolsPerCodewordMin​(int value)
        Sets the value of the symbolsPerCodewordMin property.
        Parameters:
        value - allowed object is Integer
      • isSetSymbolsPerCodewordMin

        public boolean isSetSymbolsPerCodewordMin()
      • unsetSymbolsPerCodewordMin

        public void unsetSymbolsPerCodewordMin()
      • getSymbolsPerCodewordMax

        public int getSymbolsPerCodewordMax()
        Gets the value of the symbolsPerCodewordMax property.
        Returns:
        possible object is Integer
      • setSymbolsPerCodewordMax

        public void setSymbolsPerCodewordMax​(int value)
        Sets the value of the symbolsPerCodewordMax property.
        Parameters:
        value - allowed object is Integer
      • isSetSymbolsPerCodewordMax

        public boolean isSetSymbolsPerCodewordMax()
      • unsetSymbolsPerCodewordMax

        public void unsetSymbolsPerCodewordMax()
      • isSetShape

        public boolean isSetShape()