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 BarcodeDetectInputFormatTypeinputFormatprotected BarcodeDetectOutputFormatTypeoutputFormatprotected List<BarcodeSelectionType>selection
-
Constructor Summary
Constructors Constructor Description Detect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BarcodeDetectInputFormatTypegetInputFormat()Gets the value of the inputFormat property.BarcodeDetectOutputFormatTypegetOutputFormat()Gets the value of the outputFormat property.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
-
inputFormat
protected BarcodeDetectInputFormatType inputFormat
-
-
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 Jakarta XML Binding 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()
Gets the value of the outputFormat property.- Returns:
- possible object is
BarcodeDetectOutputFormatType
-
setOutputFormat
public void setOutputFormat(BarcodeDetectOutputFormatType value)
Sets the value of the outputFormat property.- Parameters:
value- allowed object isBarcodeDetectOutputFormatType
-
isSetOutputFormat
public boolean isSetOutputFormat()
-
getInputFormat
public BarcodeDetectInputFormatType getInputFormat()
Gets the value of the inputFormat property.- Returns:
- possible object is
BarcodeDetectInputFormatType
-
setInputFormat
public void setInputFormat(BarcodeDetectInputFormatType value)
Sets the value of the inputFormat property.- Parameters:
value- allowed object isBarcodeDetectInputFormatType
-
isSetInputFormat
public boolean isSetInputFormat()
-
-