Class BarcodeType.Detect
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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 Summary
Fields Modifier and Type Field Description protected BarcodeDetectInputFormatTypeinputFormat<?protected BarcodeDetectOutputFormatTypeoutputFormat<?protected List<BarcodeSelectionType>selection
-
Constructor Summary
Constructors Constructor Description Detect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BarcodeDetectInputFormatTypegetInputFormat()<?BarcodeDetectOutputFormatTypegetOutputFormat()<?List<BarcodeSelectionType>getSelection()Gets the value of the selection property.booleanisSetInputFormat()booleanisSetOutputFormat()booleanisSetSelection()voidsetInputFormat(BarcodeDetectInputFormatType value)Sets the value of the inputFormat property.voidsetOutputFormat(BarcodeDetectOutputFormatType value)Sets the value of the outputFormat property.voidunsetSelection()
-
-
-
Field Detail
-
selection
protected List<BarcodeSelectionType> selection
-
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>
-
-
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
setmethod 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
-
setOutputFormat
public void setOutputFormat(BarcodeDetectOutputFormatType value)
Sets the value of the outputFormat property.- Parameters:
value- allowed object isBarcodeDetectOutputFormatType- See Also:
getOutputFormat()
-
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
-
setInputFormat
public void setInputFormat(BarcodeDetectInputFormatType value)
Sets the value of the inputFormat property.- Parameters:
value- allowed object isBarcodeDetectInputFormatType- See Also:
getInputFormat()
-
isSetInputFormat
public boolean isSetInputFormat()
-
-