public class VerificationReportType extends Object
Java class for VerificationReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerificationReportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FileInfo" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}FileInfoType"/>
<element name="SignatureInfo" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}SignatureInfoType"
maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileInfoType |
fileInfo |
protected List<SignatureInfoType> |
signatureInfo |
| Constructor and Description |
|---|
VerificationReportType() |
| Modifier and Type | Method and Description |
|---|---|
FileInfoType |
getFileInfo()
Gets the value of the fileInfo property.
|
List<SignatureInfoType> |
getSignatureInfo()
Gets the value of the signatureInfo property.
|
void |
setFileInfo(FileInfoType value)
Sets the value of the fileInfo property.
|
protected FileInfoType fileInfo
protected List<SignatureInfoType> signatureInfo
public FileInfoType getFileInfo()
FileInfoTypepublic void setFileInfo(FileInfoType value)
value - allowed object is FileInfoTypepublic List<SignatureInfoType> getSignatureInfo()
set method
for the signatureInfo property. For example, to add a new item, do as follows:
getSignatureInfo().add(newItem);
Objects of the following type(s) are allowed in the list SignatureInfoTypeCopyright © 2014–2019. All rights reserved.