Class XmlSimpleCertificateReport

  • All Implemented Interfaces:
    Serializable

    public class XmlSimpleCertificateReport
    extends Object
    implements Serializable

    Java class for SimpleCertificateReport complex type.

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

     <complexType name="SimpleCertificateReport">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Chain" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Chain" minOccurs="0"/>
           </sequence>
           <attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlSimpleCertificateReport

        public XmlSimpleCertificateReport()
    • 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