Class MalformedStatements
- java.lang.Object
-
- org.openprovenance.prov.validation.report.MalformedStatements
-
public class MalformedStatements extends Object implements Equals, HashCode, ToString
Java class for MalformedStatements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MalformedStatements"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <group ref="{http://www.w3.org/ns/prov#}documentElements"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Statement>entityAndActivityAndWasGeneratedBy
-
Constructor Summary
Constructors Constructor Description MalformedStatements()
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)List<Statement>getStatement()Gets the value of the entityAndActivityAndWasGeneratedBy property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)StringtoString()voidtoString(ToStringBuilder toStringBuilder)
-
-
-
Method Detail
-
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
setmethod for the entityAndActivityAndWasGeneratedBy property.For example, to add a new item, do as follows:
getEntityAndActivityAndWasGeneratedBy().add(newItem);Objects of the following type(s) are allowed in the list
- Returns:
- list of statements
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
-
toString
public void toString(ToStringBuilder toStringBuilder)
-
-