Class BarcodeSelectionType


  • public class BarcodeSelectionType
    extends Object
     <?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">This section is used to control the recognition process and configure settings that apply only to specific barcode types.</p>
     

    Java class for BarcodeSelectionType complex type.

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

    
     <complexType name="BarcodeSelectionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="scanArea" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/>
           </all>
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="resolution" default="200">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="pureBarcode" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="gs1" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="tryHarder" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="allowedLengths" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="barcode39CheckDigit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="codabarStartEndDigits" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="upcEanExtensions" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" default="utf-8" />
           <attribute name="formats" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • pages

        protected String pages
      • resolution

        protected Integer resolution
      • pureBarcode

        protected Boolean pureBarcode
      • tryHarder

        protected Boolean tryHarder
      • allowedLengths

        protected String allowedLengths
      • barcode39CheckDigit

        protected Boolean barcode39CheckDigit
      • codabarStartEndDigits

        protected Boolean codabarStartEndDigits
      • upcEanExtensions

        protected String upcEanExtensions
      • charset

        protected String charset
      • formats

        protected String formats
    • Constructor Detail

      • BarcodeSelectionType

        public BarcodeSelectionType()
    • Method Detail

      • getScanArea

        public RectangleType getScanArea()
        Gets the value of the scanArea property.
        Returns:
        possible object is RectangleType
      • setScanArea

        public void setScanArea​(RectangleType value)
        Sets the value of the scanArea property.
        Parameters:
        value - allowed object is RectangleType
      • isSetScanArea

        public boolean isSetScanArea()
      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()
      • getResolution

        public int getResolution()
        Gets the value of the resolution property.
        Returns:
        possible object is Integer
      • setResolution

        public void setResolution​(int value)
        Sets the value of the resolution property.
        Parameters:
        value - allowed object is Integer
      • isSetResolution

        public boolean isSetResolution()
      • unsetResolution

        public void unsetResolution()
      • isPureBarcode

        public boolean isPureBarcode()
        Gets the value of the pureBarcode property.
        Returns:
        possible object is Boolean
      • setPureBarcode

        public void setPureBarcode​(boolean value)
        Sets the value of the pureBarcode property.
        Parameters:
        value - allowed object is Boolean
      • isSetPureBarcode

        public boolean isSetPureBarcode()
      • unsetPureBarcode

        public void unsetPureBarcode()
      • isGs1

        public boolean isGs1()
        Gets the value of the gs1 property.
        Returns:
        possible object is Boolean
      • setGs1

        public void setGs1​(boolean value)
        Sets the value of the gs1 property.
        Parameters:
        value - allowed object is Boolean
      • isSetGs1

        public boolean isSetGs1()
      • unsetGs1

        public void unsetGs1()
      • isTryHarder

        public boolean isTryHarder()
        Gets the value of the tryHarder property.
        Returns:
        possible object is Boolean
      • setTryHarder

        public void setTryHarder​(boolean value)
        Sets the value of the tryHarder property.
        Parameters:
        value - allowed object is Boolean
      • isSetTryHarder

        public boolean isSetTryHarder()
      • unsetTryHarder

        public void unsetTryHarder()
      • getAllowedLengths

        public String getAllowedLengths()
        Gets the value of the allowedLengths property.
        Returns:
        possible object is String
      • setAllowedLengths

        public void setAllowedLengths​(String value)
        Sets the value of the allowedLengths property.
        Parameters:
        value - allowed object is String
      • isSetAllowedLengths

        public boolean isSetAllowedLengths()
      • isBarcode39CheckDigit

        public boolean isBarcode39CheckDigit()
        Gets the value of the barcode39CheckDigit property.
        Returns:
        possible object is Boolean
      • setBarcode39CheckDigit

        public void setBarcode39CheckDigit​(boolean value)
        Sets the value of the barcode39CheckDigit property.
        Parameters:
        value - allowed object is Boolean
      • isSetBarcode39CheckDigit

        public boolean isSetBarcode39CheckDigit()
      • unsetBarcode39CheckDigit

        public void unsetBarcode39CheckDigit()
      • isCodabarStartEndDigits

        public boolean isCodabarStartEndDigits()
        Gets the value of the codabarStartEndDigits property.
        Returns:
        possible object is Boolean
      • setCodabarStartEndDigits

        public void setCodabarStartEndDigits​(boolean value)
        Sets the value of the codabarStartEndDigits property.
        Parameters:
        value - allowed object is Boolean
      • isSetCodabarStartEndDigits

        public boolean isSetCodabarStartEndDigits()
      • unsetCodabarStartEndDigits

        public void unsetCodabarStartEndDigits()
      • getUpcEanExtensions

        public String getUpcEanExtensions()
        Gets the value of the upcEanExtensions property.
        Returns:
        possible object is String
      • setUpcEanExtensions

        public void setUpcEanExtensions​(String value)
        Sets the value of the upcEanExtensions property.
        Parameters:
        value - allowed object is String
      • isSetUpcEanExtensions

        public boolean isSetUpcEanExtensions()
      • getCharset

        public String getCharset()
        Gets the value of the charset property.
        Returns:
        possible object is String
      • setCharset

        public void setCharset​(String value)
        Sets the value of the charset property.
        Parameters:
        value - allowed object is String
      • isSetCharset

        public boolean isSetCharset()
      • getFormats

        public String getFormats()
        Gets the value of the formats property.
        Returns:
        possible object is String
      • setFormats

        public void setFormats​(String value)
        Sets the value of the formats property.
        Parameters:
        value - allowed object is String
      • isSetFormats

        public boolean isSetFormats()