Class SomeStatements

java.lang.Object
org.openprovenance.prov.validation.report.SomeStatements
All Implemented Interfaces:
org.openprovenance.apache.commons.lang.builder.Equals, org.openprovenance.apache.commons.lang.builder.HashCode, org.openprovenance.apache.commons.lang.builder.ToString
Direct Known Subclasses:
MergeReport

public class SomeStatements 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 Statements complex type.

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

 <complexType name="Statements">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <group ref="{http://www.w3.org/ns/prov#}documentElements"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • entityAndActivityAndWasGeneratedBy

      protected List<Statement> entityAndActivityAndWasGeneratedBy
  • Constructor Details

    • SomeStatements

      public SomeStatements()
  • Method Details

    • getStatement

      public List<Statement> getStatement()
      Gets the value of the entityAndActivityAndWasGeneratedBy property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the entityAndActivityAndWasGeneratedBy property.

      For example, to add a new item, do as follows:

          getEntityAndActivityAndWasGeneratedBy().add(newItem);
       
      Returns:
      a list of statements
    • equals

      public void equals(Object object, org.openprovenance.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
      Specified by:
      equals in interface org.openprovenance.apache.commons.lang.builder.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public void hashCode(org.openprovenance.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
      Specified by:
      hashCode in interface org.openprovenance.apache.commons.lang.builder.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public void toString(org.openprovenance.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
      Specified by:
      toString in interface org.openprovenance.apache.commons.lang.builder.ToString
    • toString

      public String toString()
      Overrides:
      toString in class Object