Class SomeStatements
java.lang.Object
org.openprovenance.prov.validation.report.SomeStatements
- Direct Known Subclasses:
MergeReport
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidequals(Object object, EqualsBuilder equalsBuilder) Gets the value of the entityAndActivityAndWasGeneratedBy property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder) toString()voidtoString(ToStringBuilder toStringBuilder)
-
Field Details
-
entityAndActivityAndWasGeneratedBy
-
-
Constructor Details
-
SomeStatements
public SomeStatements()
-
-
Method Details
-
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
setmethod for the entityAndActivityAndWasGeneratedBy property.For example, to add a new item, do as follows:
getEntityAndActivityAndWasGeneratedBy().add(newItem);- Returns:
- a list of statements
-
equals
-
equals
-
hashCode
-
hashCode
-
toString
-
toString
-