Class XmlEvidenceRecord

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

public class XmlEvidenceRecord extends XmlToken implements Serializable

Java class for EvidenceRecord complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EvidenceRecord">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/simple-report}Token">
       <sequence>
         <element name="POETime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="EvidenceRecordScope" type="{http://dss.esig.europa.eu/validation/simple-report}SignatureScope" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Timestamps" type="{http://dss.esig.europa.eu/validation/simple-report}Timestamps" minOccurs="0"/>
       </sequence>
       <attribute name="Embedded" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="ParentId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlEvidenceRecord

      public XmlEvidenceRecord()
  • Method Details

    • getPOETime

      public Date getPOETime()
      Gets the value of the poeTime property.
      Returns:
      possible object is String
    • setPOETime

      public void setPOETime(Date value)
      Sets the value of the poeTime property.
      Parameters:
      value - allowed object is String
    • getEvidenceRecordScope

      public List<XmlSignatureScope> getEvidenceRecordScope()
      Gets the value of the evidenceRecordScope 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 evidenceRecordScope property.

      For example, to add a new item, do as follows:

          getEvidenceRecordScope().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlSignatureScope

    • getTimestamps

      public XmlTimestamps getTimestamps()
      Gets the value of the timestamps property.
      Returns:
      possible object is XmlTimestamps
    • setTimestamps

      public void setTimestamps(XmlTimestamps value)
      Sets the value of the timestamps property.
      Parameters:
      value - allowed object is XmlTimestamps
    • isEmbedded

      public Boolean isEmbedded()
      Gets the value of the embedded property.
      Returns:
      possible object is Boolean
    • setEmbedded

      public void setEmbedded(Boolean value)
      Sets the value of the embedded property.
      Parameters:
      value - allowed object is Boolean
    • getParentId

      public String getParentId()
      Gets the value of the parentId property.
      Returns:
      possible object is String
    • setParentId

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