public class BarcodeDetectRequest extends Object
Java class for barcodeDetectRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="barcodeDetectRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="source" type="{urn:ru:ilb:filedossier:computervision:barcodedetectrequest}sourceType"/>
<element name="pages" type="{urn:ru:ilb:filedossier:computervision:barcodedetectrequest}pagesType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PagesType |
pages |
protected SourceType |
source |
| Constructor and Description |
|---|
BarcodeDetectRequest() |
| Modifier and Type | Method and Description |
|---|---|
PagesType |
getPages()
Gets the value of the pages property.
|
SourceType |
getSource()
Gets the value of the source property.
|
void |
setPages(PagesType value)
Sets the value of the pages property.
|
void |
setSource(SourceType value)
Sets the value of the source property.
|
BarcodeDetectRequest |
withPages(PagesType value) |
BarcodeDetectRequest |
withSource(SourceType value) |
protected SourceType source
protected PagesType pages
public SourceType getSource()
SourceTypepublic void setSource(SourceType value)
value - allowed object is
SourceTypepublic PagesType getPages()
PagesTypepublic void setPages(PagesType value)
value - allowed object is
PagesTypepublic BarcodeDetectRequest withSource(SourceType value)
public BarcodeDetectRequest withPages(PagesType value)
Copyright © 2021. All rights reserved.