Class XmlDetailedReport

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

public class XmlDetailedReport extends Object implements Serializable

Java class for DetailedReport complex type.

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

<complexType name="DetailedReport">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <choice>
            <element name="Signature" type="{http://dss.esig.europa.eu/validation/detailed-report}Signature"/>
            <element name="Timestamp" type="{http://dss.esig.europa.eu/validation/detailed-report}Timestamp"/>
            <element name="EvidenceRecord" type="{http://dss.esig.europa.eu/validation/detailed-report}EvidenceRecord"/>
            <element name="Certificate" type="{http://dss.esig.europa.eu/validation/detailed-report}Certificate"/>
          </choice>
        </sequence>
        <element name="BasicBuildingBlocks" type="{http://dss.esig.europa.eu/validation/detailed-report}BasicBuildingBlocks" maxOccurs="unbounded" minOccurs="0"/>
        <element name="TLAnalysis" type="{http://dss.esig.europa.eu/validation/detailed-report}TLAnalysis" maxOccurs="unbounded" minOccurs="0"/>
        <element name="Semantic" type="{http://dss.esig.europa.eu/validation/detailed-report}Semantic" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlDetailedReport

      public XmlDetailedReport()
  • Method Details

    • getSignatureOrTimestampOrEvidenceRecord

      public List<Serializable> getSignatureOrTimestampOrEvidenceRecord()
      Gets the value of the signatureOrTimestampOrEvidenceRecord 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 signatureOrTimestampOrEvidenceRecord property.

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

         getSignatureOrTimestampOrEvidenceRecord().add(newItem);
      

      Objects of the following type(s) are allowed in the list XmlCertificate XmlEvidenceRecord XmlSignature XmlTimestamp

    • getBasicBuildingBlocks

      public List<XmlBasicBuildingBlocks> getBasicBuildingBlocks()
      Gets the value of the basicBuildingBlocks 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 basicBuildingBlocks property.

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

         getBasicBuildingBlocks().add(newItem);
      

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

    • getTLAnalysis

      public List<XmlTLAnalysis> getTLAnalysis()
      Gets the value of the tlAnalysis 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 tlAnalysis property.

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

         getTLAnalysis().add(newItem);
      

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

    • getSemantic

      public List<XmlSemantic> getSemantic()
      Gets the value of the semantic 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 semantic property.

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

         getSemantic().add(newItem);
      

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

    • getValidationTime

      public Date getValidationTime()
      Gets the value of the validationTime property.
      Returns:
      possible object is String
    • setValidationTime

      public void setValidationTime(Date value)
      Sets the value of the validationTime property.
      Parameters:
      value - allowed object is String