Class ValidationObjectType

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

public class ValidationObjectType extends Object implements Serializable

Java class for ValidationObjectType complex type.

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

 <complexType name="ValidationObjectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ObjectType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="ValidationObjectRepresentation" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationObjectRepresentationType"/>
         <element name="POE" type="{http://uri.etsi.org/19102/v1.2.1#}POEType" minOccurs="0"/>
         <element name="POEProvisioning" type="{http://uri.etsi.org/19102/v1.2.1#}POEProvisioningType" minOccurs="0"/>
         <element name="ValidationReport" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureValidationReportType" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: