Class ValidationObjectRepresentationType

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

public class ValidationObjectRepresentationType extends Object implements Serializable

Java class for ValidationObjectRepresentationType complex type.

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

 <complexType name="ValidationObjectRepresentationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="direct" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="base64" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="DigestAlgAndValue" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType"/>
         <element name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: