Class XmlDetails

java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlDetails
All Implemented Interfaces:
Serializable

public class XmlDetails extends Object implements Serializable

Java class for Details complex type.

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

 <complexType name="Details">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Error" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Message" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Warning" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Message" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Info" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}Message" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: