Class XmlEvidenceRecord
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlEvidenceRecord
- All Implemented Interfaces:
Serializable
Java class for EvidenceRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvidenceRecord"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ValidationProcessEvidenceRecord" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationProcessEvidenceRecord"/> <element name="Timestamp" type="{http://dss.esig.europa.eu/validation/detailed-report}Timestamp" maxOccurs="unbounded" minOccurs="0"/> <element name="Conclusion" type="{http://dss.esig.europa.eu/validation/detailed-report}Conclusion"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected XmlConclusion
protected String
protected List
<XmlTimestamp> protected XmlValidationProcessEvidenceRecord
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conclusion property.getId()
Gets the value of the id property.Gets the value of the timestamps property.Gets the value of the validationProcessEvidenceRecord property.void
setConclusion
(XmlConclusion value) Sets the value of the conclusion property.void
Sets the value of the id property.void
Sets the value of the validationProcessEvidenceRecord property.
-
Field Details
-
validationProcessEvidenceRecord
-
timestamps
-
conclusion
-
id
-
-
Constructor Details
-
XmlEvidenceRecord
public XmlEvidenceRecord()
-
-
Method Details
-
getValidationProcessEvidenceRecord
Gets the value of the validationProcessEvidenceRecord property.- Returns:
- possible object is
XmlValidationProcessEvidenceRecord
-
setValidationProcessEvidenceRecord
Sets the value of the validationProcessEvidenceRecord property.- Parameters:
value
- allowed object isXmlValidationProcessEvidenceRecord
-
getTimestamps
Gets the value of the timestamps property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the timestamps property.For example, to add a new item, do as follows:
getTimestamps().add(newItem);
Objects of the following type(s) are allowed in the list
XmlTimestamp
-
getConclusion
Gets the value of the conclusion property.- Returns:
- possible object is
XmlConclusion
-
setConclusion
Sets the value of the conclusion property.- Parameters:
value
- allowed object isXmlConclusion
-
getId
-
setId
-