public class SignatureDetectRequest extends Object
Java class for signatureDetectRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="signatureDetectRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pdfPage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="scanPage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="signatures" type="{urn:ru:ilb:filedossier:computervision:signaturedetectrequest}signature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
pdfPage |
protected String |
scanPage |
protected List<Signature> |
signatures |
| Constructor and Description |
|---|
SignatureDetectRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPdfPage()
Gets the value of the pdfPage property.
|
String |
getScanPage()
Gets the value of the scanPage property.
|
List<Signature> |
getSignatures()
Gets the value of the signatures property.
|
void |
setPdfPage(String value)
Sets the value of the pdfPage property.
|
void |
setScanPage(String value)
Sets the value of the scanPage property.
|
void |
setSignatures(List<Signature> value) |
SignatureDetectRequest |
withPdfPage(String value) |
SignatureDetectRequest |
withScanPage(String value) |
SignatureDetectRequest |
withSignatures(Collection<Signature> values) |
SignatureDetectRequest |
withSignatures(List<Signature> value) |
SignatureDetectRequest |
withSignatures(Signature... values) |
public String getPdfPage()
Stringpublic void setPdfPage(String value)
value - allowed object is
Stringpublic String getScanPage()
Stringpublic void setScanPage(String value)
value - allowed object is
Stringpublic List<Signature> getSignatures()
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 signatures property.
For example, to add a new item, do as follows:
getSignatures().add(newItem);
Objects of the following type(s) are allowed in the list
Signature
public SignatureDetectRequest withPdfPage(String value)
public SignatureDetectRequest withScanPage(String value)
public SignatureDetectRequest withSignatures(Signature... values)
public SignatureDetectRequest withSignatures(Collection<Signature> values)
public SignatureDetectRequest withSignatures(List<Signature> value)
Copyright © 2021. All rights reserved.