public class VerifyDocumentRequest 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">
<sequence>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Document" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="FileID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="TrustProfileID" type="{http://www.w3.org/2001/XMLSchema}token"
minOccurs="0"/>
<element name="RequestPDFReport" type="{http://www.w3.org/2001/XMLSchema}boolean"
minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string"
minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
document |
protected String |
fileID |
protected String |
language |
protected Boolean |
requestPDFReport |
protected String |
trustProfileID |
protected Integer |
version |
| Constructor and Description |
|---|
VerifyDocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDocument()
Gets the value of the document property.
|
String |
getFileID()
Gets the value of the fileID property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getTrustProfileID()
Gets the value of the trustProfileID property.
|
Integer |
getVersion()
Gets the value of the version property.
|
Boolean |
isRequestPDFReport()
Gets the value of the requestPDFReport property.
|
void |
setDocument(byte[] value)
Sets the value of the document property.
|
void |
setFileID(String value)
Sets the value of the fileID property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setRequestPDFReport(Boolean value)
Sets the value of the requestPDFReport property.
|
void |
setTrustProfileID(String value)
Sets the value of the trustProfileID property.
|
void |
setVersion(Integer value)
Sets the value of the version property.
|
protected Integer version
protected byte[] document
protected String fileID
protected String trustProfileID
protected Boolean requestPDFReport
protected String language
public Integer getVersion()
Integerpublic void setVersion(Integer value)
value - allowed object is Integerpublic byte[] getDocument()
public void setDocument(byte[] value)
value - allowed object is byte[]public String getFileID()
Stringpublic void setFileID(String value)
value - allowed object is Stringpublic String getTrustProfileID()
Stringpublic void setTrustProfileID(String value)
value - allowed object is Stringpublic Boolean isRequestPDFReport()
Booleanpublic void setRequestPDFReport(Boolean value)
value - allowed object is Booleanpublic String getLanguage()
StringCopyright © 2014–2019. All rights reserved.