Class TypeReport
- java.lang.Object
-
- org.openprovenance.prov.validation.report.TypeReport
-
public class TypeReport extends Object implements Equals, HashCode, ToString
Java class for TypeReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TypeReport"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.w3.org/ns/prov#}documentElements"/> </sequence> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ActedOnBehalfOf>actedOnBehalfOfprotected List<Activity>activityprotected List<Agent>agentprotected List<AlternateOf>alternateOfprotected List<DerivedByInsertionFrom>derivedByInsertionFromprotected List<DerivedByRemovalFrom>derivedByRemovalFromprotected List<Entity>entityprotected List<DictionaryMembership>hadDictionaryMemberprotected List<HadMember>hadMemberprotected Stringkeyprotected List<MentionOf>mentionOfprotected List<SpecializationOf>specializationOfprotected List<Used>usedprotected List<WasAssociatedWith>wasAssociatedWithprotected List<WasAttributedTo>wasAttributedToprotected List<WasDerivedFrom>wasDerivedFromprotected List<WasEndedBy>wasEndedByprotected List<WasGeneratedBy>wasGeneratedByprotected List<WasInfluencedBy>wasInfluencedByprotected List<WasInformedBy>wasInformedByprotected List<WasInvalidatedBy>wasInvalidatedByprotected List<WasStartedBy>wasStartedBy
-
Constructor Summary
Constructors Constructor Description TypeReport()
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)List<ActedOnBehalfOf>getActedOnBehalfOf()Gets the value of the actedOnBehalfOf property.List<Activity>getActivity()Gets the value of the activity property.List<Agent>getAgent()Gets the value of the agent property.List<AlternateOf>getAlternateOf()Gets the value of the alternateOf property.List<DerivedByInsertionFrom>getDerivedByInsertionFrom()Gets the value of the derivedByInsertionFrom property.List<DerivedByRemovalFrom>getDerivedByRemovalFrom()Gets the value of the derivedByRemovalFrom property.List<Entity>getEntity()Gets the value of the entity property.List<DictionaryMembership>getHadDictionaryMember()Gets the value of the hadDictionaryMember property.List<HadMember>getHadMember()Gets the value of the hadMember property.StringgetKey()Gets the value of the key property.List<MentionOf>getMentionOf()Gets the value of the mentionOf property.List<SpecializationOf>getSpecializationOf()Gets the value of the specializationOf property.List<Used>getUsed()Gets the value of the used property.List<WasAssociatedWith>getWasAssociatedWith()Gets the value of the wasAssociatedWith property.List<WasAttributedTo>getWasAttributedTo()Gets the value of the wasAttributedTo property.List<WasDerivedFrom>getWasDerivedFrom()Gets the value of the wasDerivedFrom property.List<WasEndedBy>getWasEndedBy()Gets the value of the wasEndedBy property.List<WasGeneratedBy>getWasGeneratedBy()Gets the value of the wasGeneratedBy property.List<WasInfluencedBy>getWasInfluencedBy()Gets the value of the wasInfluencedBy property.List<WasInformedBy>getWasInformedBy()Gets the value of the wasInformedBy property.List<WasInvalidatedBy>getWasInvalidatedBy()Gets the value of the wasInvalidatedBy property.List<WasStartedBy>getWasStartedBy()Gets the value of the wasStartedBy property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)voidsetKey(String value)Sets the value of the key property.StringtoString()voidtoString(ToStringBuilder toStringBuilder)
-
-
-
Field Detail
-
wasGeneratedBy
protected List<WasGeneratedBy> wasGeneratedBy
-
wasInformedBy
protected List<WasInformedBy> wasInformedBy
-
wasStartedBy
protected List<WasStartedBy> wasStartedBy
-
wasEndedBy
protected List<WasEndedBy> wasEndedBy
-
wasInvalidatedBy
protected List<WasInvalidatedBy> wasInvalidatedBy
-
wasDerivedFrom
protected List<WasDerivedFrom> wasDerivedFrom
-
wasAttributedTo
protected List<WasAttributedTo> wasAttributedTo
-
wasAssociatedWith
protected List<WasAssociatedWith> wasAssociatedWith
-
actedOnBehalfOf
protected List<ActedOnBehalfOf> actedOnBehalfOf
-
wasInfluencedBy
protected List<WasInfluencedBy> wasInfluencedBy
-
specializationOf
protected List<SpecializationOf> specializationOf
-
alternateOf
protected List<AlternateOf> alternateOf
-
hadDictionaryMember
protected List<DictionaryMembership> hadDictionaryMember
-
derivedByInsertionFrom
protected List<DerivedByInsertionFrom> derivedByInsertionFrom
-
derivedByRemovalFrom
protected List<DerivedByRemovalFrom> derivedByRemovalFrom
-
key
protected String key
-
-
Method Detail
-
getEntity
public List<Entity> getEntity()
Gets the value of the entity 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 entity property.For example, to add a new item, do as follows:
getEntity().add(newItem);Objects of the following type(s) are allowed in the list
Entity- Returns:
- a list of
Entityobjects
-
getActivity
public List<Activity> getActivity()
Gets the value of the activity 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 activity property.For example, to add a new item, do as follows:
getActivity().add(newItem);Objects of the following type(s) are allowed in the list
Activity- Returns:
- a list of
Activityobjects
-
getWasGeneratedBy
public List<WasGeneratedBy> getWasGeneratedBy()
Gets the value of the wasGeneratedBy 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 wasGeneratedBy property.For example, to add a new item, do as follows:
getWasGeneratedBy().add(newItem);Objects of the following type(s) are allowed in the list
WasGeneratedBy- Returns:
- a list of
WasGeneratedByobjects
-
getUsed
public List<Used> getUsed()
Gets the value of the used 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 used property.For example, to add a new item, do as follows:
getUsed().add(newItem);Objects of the following type(s) are allowed in the list
Used- Returns:
- a list of
Usedobjects
-
getWasInformedBy
public List<WasInformedBy> getWasInformedBy()
Gets the value of the wasInformedBy 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 wasInformedBy property.For example, to add a new item, do as follows:
getWasInformedBy().add(newItem);Objects of the following type(s) are allowed in the list
WasInformedBy- Returns:
- a list of
WasInformedByobjects
-
getWasStartedBy
public List<WasStartedBy> getWasStartedBy()
Gets the value of the wasStartedBy 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 wasStartedBy property.For example, to add a new item, do as follows:
getWasStartedBy().add(newItem);Objects of the following type(s) are allowed in the list
WasStartedBy- Returns:
- a list of
WasStartedByobjects
-
getWasEndedBy
public List<WasEndedBy> getWasEndedBy()
Gets the value of the wasEndedBy 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 wasEndedBy property.For example, to add a new item, do as follows:
getWasEndedBy().add(newItem);Objects of the following type(s) are allowed in the list
WasEndedBy- Returns:
- a list of
WasEndedByobjects
-
getWasInvalidatedBy
public List<WasInvalidatedBy> getWasInvalidatedBy()
Gets the value of the wasInvalidatedBy 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 wasInvalidatedBy property.For example, to add a new item, do as follows:
getWasInvalidatedBy().add(newItem);Objects of the following type(s) are allowed in the list
WasInvalidatedBy- Returns:
- a list of
WasInvalidatedByobjects
-
getWasDerivedFrom
public List<WasDerivedFrom> getWasDerivedFrom()
Gets the value of the wasDerivedFrom 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 wasDerivedFrom property.For example, to add a new item, do as follows:
getWasDerivedFrom().add(newItem);Objects of the following type(s) are allowed in the list
WasDerivedFrom- Returns:
- a list of
WasDerivedFromobjects
-
getAgent
public List<Agent> getAgent()
Gets the value of the agent 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 agent property.For example, to add a new item, do as follows:
getAgent().add(newItem);Objects of the following type(s) are allowed in the list
Agent- Returns:
- a list of
Agentobjects
-
getWasAttributedTo
public List<WasAttributedTo> getWasAttributedTo()
Gets the value of the wasAttributedTo 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 wasAttributedTo property.For example, to add a new item, do as follows:
getWasAttributedTo().add(newItem);Objects of the following type(s) are allowed in the list
WasAttributedTo- Returns:
- a list of
WasAttributedToobjects
-
getWasAssociatedWith
public List<WasAssociatedWith> getWasAssociatedWith()
Gets the value of the wasAssociatedWith 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 wasAssociatedWith property.For example, to add a new item, do as follows:
getWasAssociatedWith().add(newItem);Objects of the following type(s) are allowed in the list
WasAssociatedWith- Returns:
- a list of
WasAssociatedWithobjects
-
getActedOnBehalfOf
public List<ActedOnBehalfOf> getActedOnBehalfOf()
Gets the value of the actedOnBehalfOf 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 actedOnBehalfOf property.For example, to add a new item, do as follows:
getActedOnBehalfOf().add(newItem);Objects of the following type(s) are allowed in the list
ActedOnBehalfOf- Returns:
- a list of
ActedOnBehalfOfobjects
-
getWasInfluencedBy
public List<WasInfluencedBy> getWasInfluencedBy()
Gets the value of the wasInfluencedBy 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 wasInfluencedBy property.For example, to add a new item, do as follows:
getWasInfluencedBy().add(newItem);Objects of the following type(s) are allowed in the list
WasInfluencedBy- Returns:
- a list of
WasInfluencedByobjects
-
getSpecializationOf
public List<SpecializationOf> 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
SpecializationOfobjects
-
getAlternateOf
public List<AlternateOf> getAlternateOf()
Gets the value of the alternateOf 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 alternateOf property.For example, to add a new item, do as follows:
getAlternateOf().add(newItem);Objects of the following type(s) are allowed in the list
AlternateOf- Returns:
- a list of
AlternateOfobjects
-
getHadMember
public List<HadMember> getHadMember()
Gets the value of the hadMember 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 hadMember property.For example, to add a new item, do as follows:
getHadMember().add(newItem);Objects of the following type(s) are allowed in the list
HadMember- Returns:
- a list of
HadMemberobjects
-
getMentionOf
public List<MentionOf> getMentionOf()
Gets the value of the mentionOf 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 mentionOf property.For example, to add a new item, do as follows:
getMentionOf().add(newItem);Objects of the following type(s) are allowed in the list
MentionOf- Returns:
- a list of
MentionOfobjects
-
getHadDictionaryMember
public List<DictionaryMembership> getHadDictionaryMember()
Gets the value of the hadDictionaryMember 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 hadDictionaryMember property.For example, to add a new item, do as follows:
getHadDictionaryMember().add(newItem);Objects of the following type(s) are allowed in the list
DictionaryMembership- Returns:
- a list of
DictionaryMembershipobjects
-
getDerivedByInsertionFrom
public List<DerivedByInsertionFrom> getDerivedByInsertionFrom()
Gets the value of the derivedByInsertionFrom 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 derivedByInsertionFrom property.For example, to add a new item, do as follows:
getDerivedByInsertionFrom().add(newItem);Objects of the following type(s) are allowed in the list
DerivedByInsertionFrom- Returns:
- a list of
DerivedByInsertionFromobjects
-
getDerivedByRemovalFrom
public List<DerivedByRemovalFrom> getDerivedByRemovalFrom()
Gets the value of the derivedByRemovalFrom 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 derivedByRemovalFrom property.For example, to add a new item, do as follows:
getDerivedByRemovalFrom().add(newItem);Objects of the following type(s) are allowed in the list
DerivedByRemovalFrom- Returns:
- a list of
DerivedByRemovalFromobjects
-
getKey
public String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(String value)
Sets the value of the key property.- Parameters:
value- allowed object isString
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
-
toString
public void toString(ToStringBuilder toStringBuilder)
-
-