Class TypeReport

java.lang.Object
org.openprovenance.prov.validation.report.TypeReport
All Implemented Interfaces:
Equals, HashCode, ToString

public class TypeReport extends Object implements Equals, HashCode, ToString

Java class for TypeReport complex type.

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

 <complexType name="TypeReport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.w3.org/ns/prov#}documentElements"/>
       </sequence>
       <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>