Class XmlSimpleReport

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlSimpleReport
All Implemented Interfaces:
Serializable

public class XmlSimpleReport
extends Object
implements Serializable

Java class for SimpleReport complex type.

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

 <complexType name="SimpleReport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValidationPolicy">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="PolicyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="PolicyDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="DocumentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValidSignaturesCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SignaturesCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ContainerType" type="{http://dss.esig.europa.eu/validation/simple-report}ContainerType" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="Signature" type="{http://dss.esig.europa.eu/validation/simple-report}Signature"/>
           <element name="Timestamp" type="{http://dss.esig.europa.eu/validation/simple-report}Timestamp"/>
         </choice>
         <element name="Semantic" type="{http://dss.esig.europa.eu/validation/simple-report}Semantic" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form