Class XmlEvidenceRecord

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlEvidenceRecord
All Implemented Interfaces:
Serializable

public class XmlEvidenceRecord extends Object implements 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 Details

  • Constructor Details

    • XmlEvidenceRecord

      public XmlEvidenceRecord()
  • Method Details

    • getValidationProcessEvidenceRecord

      public XmlValidationProcessEvidenceRecord getValidationProcessEvidenceRecord()
      Gets the value of the validationProcessEvidenceRecord property.
      Returns:
      possible object is XmlValidationProcessEvidenceRecord
    • setValidationProcessEvidenceRecord

      public void setValidationProcessEvidenceRecord(XmlValidationProcessEvidenceRecord value)
      Sets the value of the validationProcessEvidenceRecord property.
      Parameters:
      value - allowed object is XmlValidationProcessEvidenceRecord
    • getTimestamps

      public List<XmlTimestamp> 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

      public XmlConclusion getConclusion()
      Gets the value of the conclusion property.
      Returns:
      possible object is XmlConclusion
    • setConclusion

      public void setConclusion(XmlConclusion value)
      Sets the value of the conclusion property.
      Parameters:
      value - allowed object is XmlConclusion
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String