Class ValidationDataType

java.lang.Object
eu.europa.esig.xades.jaxb.xades141.ValidationDataType

public class ValidationDataType extends Object

Java class for ValidationDataType complex type.

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

 <complexType name="ValidationDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}CertificateValues" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}RevocationValues" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>