Class ValidationReport

java.lang.Object
org.openprovenance.prov.validation.report.ValidationReport
All Implemented Interfaces:
org.openprovenance.apache.commons.lang.builder.Equals, org.openprovenance.apache.commons.lang.builder.HashCode, org.openprovenance.apache.commons.lang.builder.ToString

public class ValidationReport extends Object implements org.openprovenance.apache.commons.lang.builder.Equals, org.openprovenance.apache.commons.lang.builder.HashCode, org.openprovenance.apache.commons.lang.builder.ToString

Java class for ValidationReport complex type.

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

 <complexType name="ValidationReport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cycle" type="{http://openprovenance.org/validation#}Dependencies" maxOccurs="unbounded" minOccurs="0"/>
         <element name="nonStrictCycle" type="{http://openprovenance.org/validation#}Dependencies" maxOccurs="unbounded" minOccurs="0"/>
         <element name="failedMerge" type="{http://openprovenance.org/validation#}MergeReport" maxOccurs="unbounded" minOccurs="0"/>
         <element name="successfulMerge" type="{http://openprovenance.org/validation#}MergeReport" maxOccurs="unbounded" minOccurs="0"/>
         <element name="qualifiedNameMismatch" type="{http://openprovenance.org/validation#}MergeReport" maxOccurs="unbounded" minOccurs="0"/>
         <element name="specializationReport" type="{http://openprovenance.org/validation#}SpecializationReport"/>
         <element name="typeReport" type="{http://openprovenance.org/validation#}TypeReport"/>
         <element name="typeOverlap" type="{http://openprovenance.org/validation#}TypeOverlap" maxOccurs="unbounded" minOccurs="0"/>
         <element name="validationReport" type="{http://openprovenance.org/validation#}ValidationReport" maxOccurs="unbounded" minOccurs="0"/>
         <element name="malformedStatements" type="{http://openprovenance.org/validation#}MalformedStatements" minOccurs="0"/>
         <element name="deposited" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element ref="{http://www.w3.org/ns/prov#}document"/>
       </sequence>
       <attribute ref="{http://www.w3.org/ns/prov#}id"/>
     </restriction>
   </complexContent>
 </complexType>