Class XmlSignature

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

public class XmlSignature extends Object implements Serializable

Java class for Signature complex type.

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

 <complexType name="Signature">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValidationProcessBasicSignature" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationProcessBasicSignature" minOccurs="0"/>
         <element name="Timestamp" type="{http://dss.esig.europa.eu/validation/detailed-report}Timestamp" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EvidenceRecord" type="{http://dss.esig.europa.eu/validation/detailed-report}EvidenceRecord" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ValidationProcessLongTermData" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationProcessLongTermData" minOccurs="0"/>
         <element name="ValidationProcessArchivalData" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationProcessArchivalData" minOccurs="0"/>
         <element name="ValidationSignatureQualification" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationSignatureQualification" 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" />
       <attribute name="CounterSignature" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlSignature

      public XmlSignature()
  • Method Details

    • getValidationProcessBasicSignature

      public XmlValidationProcessBasicSignature getValidationProcessBasicSignature()
      Gets the value of the validationProcessBasicSignature property.
      Returns:
      possible object is XmlValidationProcessBasicSignature
    • setValidationProcessBasicSignature

      public void setValidationProcessBasicSignature(XmlValidationProcessBasicSignature value)
      Sets the value of the validationProcessBasicSignature property.
      Parameters:
      value - allowed object is XmlValidationProcessBasicSignature
    • 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

    • getEvidenceRecords

      public List<XmlEvidenceRecord> getEvidenceRecords()
      Gets the value of the evidenceRecords 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 evidenceRecords property.

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

          getEvidenceRecords().add(newItem);
       

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

    • getValidationProcessLongTermData

      public XmlValidationProcessLongTermData getValidationProcessLongTermData()
      Gets the value of the validationProcessLongTermData property.
      Returns:
      possible object is XmlValidationProcessLongTermData
    • setValidationProcessLongTermData

      public void setValidationProcessLongTermData(XmlValidationProcessLongTermData value)
      Sets the value of the validationProcessLongTermData property.
      Parameters:
      value - allowed object is XmlValidationProcessLongTermData
    • getValidationProcessArchivalData

      public XmlValidationProcessArchivalData getValidationProcessArchivalData()
      Gets the value of the validationProcessArchivalData property.
      Returns:
      possible object is XmlValidationProcessArchivalData
    • setValidationProcessArchivalData

      public void setValidationProcessArchivalData(XmlValidationProcessArchivalData value)
      Sets the value of the validationProcessArchivalData property.
      Parameters:
      value - allowed object is XmlValidationProcessArchivalData
    • getValidationSignatureQualification

      public XmlValidationSignatureQualification getValidationSignatureQualification()
      Gets the value of the validationSignatureQualification property.
      Returns:
      possible object is XmlValidationSignatureQualification
    • setValidationSignatureQualification

      public void setValidationSignatureQualification(XmlValidationSignatureQualification value)
      Sets the value of the validationSignatureQualification property.
      Parameters:
      value - allowed object is XmlValidationSignatureQualification
    • 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
    • isCounterSignature

      public Boolean isCounterSignature()
      Gets the value of the counterSignature property.
      Returns:
      possible object is Boolean
    • setCounterSignature

      public void setCounterSignature(Boolean value)
      Sets the value of the counterSignature property.
      Parameters:
      value - allowed object is Boolean