public class DiagnosticData 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="DocumentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ValidationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ContainerInfo" type="{http://dss.esig.europa.eu/validation/diagnostic}ContainerInfo" minOccurs="0"/>
<element name="Signatures" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Signature" type="{http://dss.esig.europa.eu/validation/diagnostic}Signature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="UsedCertificates" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Certificate" type="{http://dss.esig.europa.eu/validation/diagnostic}Certificate" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TrustedLists" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustedList" type="{http://dss.esig.europa.eu/validation/diagnostic}TrustedList" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ListOfTrustedLists" type="{http://dss.esig.europa.eu/validation/diagnostic}TrustedList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XmlContainerInfo |
containerInfo |
protected String |
documentName |
protected XmlTrustedList |
listOfTrustedLists |
protected List<XmlSignature> |
signatures |
protected List<XmlTrustedList> |
trustedLists |
protected List<XmlCertificate> |
usedCertificates |
protected Date |
validationDate |
| Constructor and Description |
|---|
DiagnosticData() |
| Modifier and Type | Method and Description |
|---|---|
XmlContainerInfo |
getContainerInfo()
Gets the value of the containerInfo property.
|
String |
getDocumentName()
Gets the value of the documentName property.
|
XmlTrustedList |
getListOfTrustedLists()
Gets the value of the listOfTrustedLists property.
|
List<XmlSignature> |
getSignatures() |
List<XmlTrustedList> |
getTrustedLists() |
List<XmlCertificate> |
getUsedCertificates() |
Date |
getValidationDate()
Gets the value of the validationDate property.
|
void |
setContainerInfo(XmlContainerInfo value)
Sets the value of the containerInfo property.
|
void |
setDocumentName(String value)
Sets the value of the documentName property.
|
void |
setListOfTrustedLists(XmlTrustedList value)
Sets the value of the listOfTrustedLists property.
|
void |
setSignatures(List<XmlSignature> signatures) |
void |
setTrustedLists(List<XmlTrustedList> trustedLists) |
void |
setUsedCertificates(List<XmlCertificate> usedCertificates) |
void |
setValidationDate(Date value)
Sets the value of the validationDate property.
|
protected String documentName
protected Date validationDate
protected XmlContainerInfo containerInfo
protected List<XmlSignature> signatures
protected List<XmlCertificate> usedCertificates
protected List<XmlTrustedList> trustedLists
protected XmlTrustedList listOfTrustedLists
public String getDocumentName()
Stringpublic void setDocumentName(String value)
value - allowed object is
Stringpublic Date getValidationDate()
Stringpublic void setValidationDate(Date value)
value - allowed object is
Stringpublic XmlContainerInfo getContainerInfo()
XmlContainerInfopublic void setContainerInfo(XmlContainerInfo value)
value - allowed object is
XmlContainerInfopublic XmlTrustedList getListOfTrustedLists()
XmlTrustedListpublic void setListOfTrustedLists(XmlTrustedList value)
value - allowed object is
XmlTrustedListpublic List<XmlSignature> getSignatures()
public void setSignatures(List<XmlSignature> signatures)
public List<XmlCertificate> getUsedCertificates()
public void setUsedCertificates(List<XmlCertificate> usedCertificates)
public List<XmlTrustedList> getTrustedLists()
public void setTrustedLists(List<XmlTrustedList> trustedLists)
Copyright © 2018. All rights reserved.