Class XmlSAV

  • 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
    • Constructor Detail

      • XmlSAV

        public XmlSAV()
    • Method Detail

      • 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