All Implemented Interfaces:
Serializable

public class XmlSAV
extends XmlConstraintsConclusion
implements Serializable

Java class for SAV complex type.

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

 <complexType name="SAV">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
       <sequence>
         <element name="CryptographicInfo" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicInformation"/>
       </sequence>
       <attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • XmlSAV

      public XmlSAV()
  • Method Details

    • getCryptographicInfo

      public XmlCryptographicInformation getCryptographicInfo()
      Gets the value of the cryptographicInfo property.
      Returns:
      possible object is XmlCryptographicInformation
    • setCryptographicInfo

      public void setCryptographicInfo​(XmlCryptographicInformation value)
      Sets the value of the cryptographicInfo property.
      Parameters:
      value - allowed object is XmlCryptographicInformation
    • 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