Class XmlDiagnosticData
- java.lang.Object
-
- eu.europa.esig.dss.diagnostic.jaxb.XmlDiagnosticData
-
- All Implemented Interfaces:
Serializable
public class XmlDiagnosticData extends Object implements Serializable
Java class for DiagnosticData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagnosticData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DocumentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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="UsedRevocations" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Revocation" type="{http://dss.esig.europa.eu/validation/diagnostic}Revocation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="UsedTimestamps" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Timestamp" type="{http://dss.esig.europa.eu/validation/diagnostic}Timestamp" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="OrphanTokens" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrphanToken" type="{http://dss.esig.europa.eu/validation/diagnostic}OrphanToken" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="OriginalDocuments" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SignerData" type="{http://dss.esig.europa.eu/validation/diagnostic}SignerData" 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XmlContainerInfocontainerInfoprotected StringdocumentNameprotected XmlTrustedListlistOfTrustedListsprotected List<XmlSignerData>originalDocumentsprotected List<XmlOrphanToken>orphanTokensprotected List<XmlSignature>signaturesprotected List<XmlTrustedList>trustedListsprotected List<XmlCertificate>usedCertificatesprotected List<XmlRevocation>usedRevocationsprotected List<XmlTimestamp>usedTimestampsprotected DatevalidationDate
-
Constructor Summary
Constructors Constructor Description XmlDiagnosticData()
-
Method Summary
Modifier and Type Method Description XmlContainerInfogetContainerInfo()Gets the value of the containerInfo property.StringgetDocumentName()Gets the value of the documentName property.XmlTrustedListgetListOfTrustedLists()Gets the value of the listOfTrustedLists property.List<XmlSignerData>getOriginalDocuments()List<XmlOrphanToken>getOrphanTokens()List<XmlSignature>getSignatures()List<XmlTrustedList>getTrustedLists()List<XmlCertificate>getUsedCertificates()List<XmlRevocation>getUsedRevocations()List<XmlTimestamp>getUsedTimestamps()DategetValidationDate()Gets the value of the validationDate property.voidsetContainerInfo(XmlContainerInfo value)Sets the value of the containerInfo property.voidsetDocumentName(String value)Sets the value of the documentName property.voidsetListOfTrustedLists(XmlTrustedList value)Sets the value of the listOfTrustedLists property.voidsetOriginalDocuments(List<XmlSignerData> originalDocuments)voidsetOrphanTokens(List<XmlOrphanToken> orphanTokens)voidsetSignatures(List<XmlSignature> signatures)voidsetTrustedLists(List<XmlTrustedList> trustedLists)voidsetUsedCertificates(List<XmlCertificate> usedCertificates)voidsetUsedRevocations(List<XmlRevocation> usedRevocations)voidsetUsedTimestamps(List<XmlTimestamp> usedTimestamps)voidsetValidationDate(Date value)Sets the value of the validationDate property.
-
-
-
Field Detail
-
documentName
protected String documentName
-
validationDate
protected Date validationDate
-
containerInfo
protected XmlContainerInfo containerInfo
-
signatures
protected List<XmlSignature> signatures
-
usedCertificates
protected List<XmlCertificate> usedCertificates
-
usedRevocations
protected List<XmlRevocation> usedRevocations
-
usedTimestamps
protected List<XmlTimestamp> usedTimestamps
-
orphanTokens
protected List<XmlOrphanToken> orphanTokens
-
originalDocuments
protected List<XmlSignerData> originalDocuments
-
trustedLists
protected List<XmlTrustedList> trustedLists
-
listOfTrustedLists
protected XmlTrustedList listOfTrustedLists
-
-
Method Detail
-
getDocumentName
public String getDocumentName()
Gets the value of the documentName property.- Returns:
- possible object is
String
-
setDocumentName
public void setDocumentName(String value)
Sets the value of the documentName property.- Parameters:
value- allowed object isString
-
getValidationDate
public Date getValidationDate()
Gets the value of the validationDate property.- Returns:
- possible object is
String
-
setValidationDate
public void setValidationDate(Date value)
Sets the value of the validationDate property.- Parameters:
value- allowed object isString
-
getContainerInfo
public XmlContainerInfo getContainerInfo()
Gets the value of the containerInfo property.- Returns:
- possible object is
XmlContainerInfo
-
setContainerInfo
public void setContainerInfo(XmlContainerInfo value)
Sets the value of the containerInfo property.- Parameters:
value- allowed object isXmlContainerInfo
-
getListOfTrustedLists
public XmlTrustedList getListOfTrustedLists()
Gets the value of the listOfTrustedLists property.- Returns:
- possible object is
XmlTrustedList
-
setListOfTrustedLists
public void setListOfTrustedLists(XmlTrustedList value)
Sets the value of the listOfTrustedLists property.- Parameters:
value- allowed object isXmlTrustedList
-
getSignatures
public List<XmlSignature> getSignatures()
-
setSignatures
public void setSignatures(List<XmlSignature> signatures)
-
getUsedCertificates
public List<XmlCertificate> getUsedCertificates()
-
setUsedCertificates
public void setUsedCertificates(List<XmlCertificate> usedCertificates)
-
getUsedRevocations
public List<XmlRevocation> getUsedRevocations()
-
setUsedRevocations
public void setUsedRevocations(List<XmlRevocation> usedRevocations)
-
getUsedTimestamps
public List<XmlTimestamp> getUsedTimestamps()
-
setUsedTimestamps
public void setUsedTimestamps(List<XmlTimestamp> usedTimestamps)
-
getOrphanTokens
public List<XmlOrphanToken> getOrphanTokens()
-
setOrphanTokens
public void setOrphanTokens(List<XmlOrphanToken> orphanTokens)
-
getOriginalDocuments
public List<XmlSignerData> getOriginalDocuments()
-
setOriginalDocuments
public void setOriginalDocuments(List<XmlSignerData> originalDocuments)
-
getTrustedLists
public List<XmlTrustedList> getTrustedLists()
-
setTrustedLists
public void setTrustedLists(List<XmlTrustedList> trustedLists)
-
-