Class ValidationReportDataType

java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationReportDataType
All Implemented Interfaces:
Serializable

public class ValidationReportDataType extends Object implements Serializable

Java class for ValidationReportDataType complex type.

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

 <complexType name="ValidationReportDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrustAnchor" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/>
         <element name="CertificateChain" type="{http://uri.etsi.org/19102/v1.4.1#}CertificateChainType" minOccurs="0"/>
         <element name="RelatedValidationObject" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RevocationStatusInformation" type="{http://uri.etsi.org/19102/v1.4.1#}RevocationStatusInformationType" minOccurs="0"/>
         <element name="CryptoInformation" type="{http://uri.etsi.org/19102/v1.4.1#}CryptoInformationType" minOccurs="0"/>
         <element name="AdditionalValidationReportData" type="{http://uri.etsi.org/19102/v1.4.1#}AdditionalValidationReportDataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: