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>
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeDetectInputFormatType |
inputFormat |
protected BarcodeDetectOutputFormatType |
outputFormat |
protected List<BarcodeSelectionType> |
selection |
| Constructor and Description |
|---|
Detect() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeDetectInputFormatType |
getInputFormat()
Gets the value of the inputFormat property.
|
BarcodeDetectOutputFormatType |
getOutputFormat()
Gets the value of the outputFormat property.
|
List<BarcodeSelectionType> |
getSelection()
Gets the value of the selection property.
|
boolean |
isSetInputFormat() |
boolean |
isSetOutputFormat() |
boolean |
isSetSelection() |
void |
setInputFormat(BarcodeDetectInputFormatType value)
Sets the value of the inputFormat property.
|
void |
setOutputFormat(BarcodeDetectOutputFormatType value)
Sets the value of the outputFormat property.
|
void |
unsetSelection() |
protected List<BarcodeSelectionType> selection
protected BarcodeDetectOutputFormatType outputFormat
protected BarcodeDetectInputFormatType inputFormat
public List<BarcodeSelectionType> getSelection()
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
public boolean isSetSelection()
public void unsetSelection()
public BarcodeDetectOutputFormatType getOutputFormat()
BarcodeDetectOutputFormatTypepublic void setOutputFormat(BarcodeDetectOutputFormatType value)
value - allowed object is
BarcodeDetectOutputFormatTypepublic boolean isSetOutputFormat()
public BarcodeDetectInputFormatType getInputFormat()
BarcodeDetectInputFormatTypepublic void setInputFormat(BarcodeDetectInputFormatType value)
value - allowed object is
BarcodeDetectInputFormatTypepublic boolean isSetInputFormat()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.