public class VerifyDocumentResponse 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="VerificationReport" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}VerificationReportType"/>
<element name="PDFDocument" type="{http://www.w3.org/2001/XMLSchema}base64Binary"
minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
pdfDocument |
protected SignatureType |
signature |
protected VerificationReportType |
verificationReport |
protected Integer |
version |
| Constructor and Description |
|---|
VerifyDocumentResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPDFDocument()
Gets the value of the pdfDocument property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
VerificationReportType |
getVerificationReport()
Gets the value of the verificationReport property.
|
Integer |
getVersion()
Gets the value of the version property.
|
void |
setPDFDocument(byte[] value)
Sets the value of the pdfDocument property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
void |
setVerificationReport(VerificationReportType value)
Sets the value of the verificationReport property.
|
void |
setVersion(Integer value)
Sets the value of the version property.
|
protected Integer version
protected VerificationReportType verificationReport
protected byte[] pdfDocument
protected SignatureType signature
public Integer getVersion()
Integerpublic void setVersion(Integer value)
value - allowed object is Integerpublic VerificationReportType getVerificationReport()
VerificationReportTypepublic void setVerificationReport(VerificationReportType value)
value - allowed object is VerificationReportTypepublic byte[] getPDFDocument()
public void setPDFDocument(byte[] value)
value - allowed object is byte[]public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is SignatureTypeCopyright © 2014–2019. All rights reserved.