public class SourceType extends Object
Java class for sourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sourceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="document" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="barcode" type="{urn:ru:ilb:filedossier:computervision:barcodedetectrequest}barcodeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeType |
barcode |
protected String |
document |
| Constructor and Description |
|---|
SourceType() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getBarcode()
Gets the value of the barcode property.
|
String |
getDocument()
Gets the value of the document property.
|
void |
setBarcode(BarcodeType value)
Sets the value of the barcode property.
|
void |
setDocument(String value)
Sets the value of the document property.
|
SourceType |
withBarcode(BarcodeType value) |
SourceType |
withDocument(String value) |
protected String document
protected BarcodeType barcode
public String getDocument()
Stringpublic void setDocument(String value)
value - allowed object is
Stringpublic BarcodeType getBarcode()
BarcodeTypepublic void setBarcode(BarcodeType value)
value - allowed object is
BarcodeTypepublic SourceType withDocument(String value)
public SourceType withBarcode(BarcodeType value)
Copyright © 2021. All rights reserved.