Class BarcodeType.Detect

  • Enclosing class:
    BarcodeType

    public static class BarcodeType.Detect
    extends Object

    Java class for anonymous complex type

    .

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <element name="selection" type="{http://schema.webpdf.de/1.0/operation}BarcodeSelectionType"/>
           </choice>
           <attribute name="outputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeDetectOutputFormatType" default="json" />
           <attribute name="inputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeDetectInputFormatType" default="pdf" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • outputFormat

        protected BarcodeDetectOutputFormatType outputFormat
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p489299_="https://jakarta.ee/xml/ns/jaxb" xmlns:p517109_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p866921_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the format in which the recognition results should be returned.
                                             <ul><li>json = JSON</li><li>xml = XML</li></ul></p>
         
      • inputFormat

        protected BarcodeDetectInputFormatType inputFormat
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p489299_="https://jakarta.ee/xml/ns/jaxb" xmlns:p517109_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p866921_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the format of the file with the contents that will be scanned for barcodes.
                                             <ul><li>pdf = PDF document</li><li>img = Image document (JPG, PNG, TIF)</li></ul></p>
         
    • Constructor Detail

      • Detect

        public Detect()
    • Method Detail

      • getSelection

        public List<BarcodeSelectionType> getSelection()
        Gets the value of the selection property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the selection property.

        For example, to add a new item, do as follows:

         getSelection().add(newItem);
         

        Objects of the following type(s) are allowed in the list BarcodeSelectionType

        Returns:
        The value of the selection property.
      • isSetSelection

        public boolean isSetSelection()
      • unsetSelection

        public void unsetSelection()
      • getOutputFormat

        public BarcodeDetectOutputFormatType getOutputFormat()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p489299_="https://jakarta.ee/xml/ns/jaxb" xmlns:p517109_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p866921_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the format in which the recognition results should be returned.
                                             <ul><li>json = JSON</li><li>xml = XML</li></ul></p>
         
        Returns:
        possible object is BarcodeDetectOutputFormatType
      • isSetOutputFormat

        public boolean isSetOutputFormat()
      • getInputFormat

        public BarcodeDetectInputFormatType getInputFormat()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p489299_="https://jakarta.ee/xml/ns/jaxb" xmlns:p517109_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p866921_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select the format of the file with the contents that will be scanned for barcodes.
                                             <ul><li>pdf = PDF document</li><li>img = Image document (JPG, PNG, TIF)</li></ul></p>
         
        Returns:
        possible object is BarcodeDetectInputFormatType
      • isSetInputFormat

        public boolean isSetInputFormat()