Class SpecializationReport
java.lang.Object
org.openprovenance.prov.validation.report.SpecializationReport
Java class for SpecializationReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecializationReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/prov#}specializationOf" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidequals(Object object, EqualsBuilder equalsBuilder) Gets the value of the specializationOf property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder) toString()voidtoString(ToStringBuilder toStringBuilder)
-
Field Details
-
specializationOf
-
-
Constructor Details
-
SpecializationReport
public SpecializationReport()
-
-
Method Details
-
getSpecializationOf
Gets the value of the specializationOf 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 specializationOf property.For example, to add a new item, do as follows:
getSpecializationOf().add(newItem);Objects of the following type(s) are allowed in the list
SpecializationOf- Returns:
- a list of specializations
-
equals
-
equals
-
hashCode
-
hashCode
public int hashCode() -
toString
-
toString
-