Class InferredInteraction
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.AbstractInferredInteraction
-
- psidev.psi.mi.jami.xml.model.extension.xml300.InferredInteraction
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
public class InferredInteraction extends AbstractInferredInteraction
Java class for inferredInteraction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inferredInteraction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <elements name="participant" type="{http://psi.hupo.org/mi/mif}inferredInteractionParticipant" maxOccurs="unbounded" minOccurs="2"/> <elements name="experimentRefList" type="{http://psi.hupo.org/mi/mif}experimentRefList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InferredInteraction.JAXBExperimentRefWrapper
-
Nested classes/interfaces inherited from class psidev.psi.mi.jami.xml.model.extension.AbstractInferredInteraction
AbstractInferredInteraction.AbstractJAXBExperimentRefWrapper
-
-
Constructor Summary
Constructors Constructor Description InferredInteraction()
Constructor for InferredInteraction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Experiment>
getExperiments()
getExperiments.List<AbstractInferredInteractionParticipant>
getParticipants()
Gets the value of the participants property.void
setJAXBExperimentRefWrapper(InferredInteraction.JAXBExperimentRefWrapper wrapper)
Gets the value of the experimentRefList property.-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.AbstractInferredInteraction
getJaxbExperimentRefWrapper, getSourceLocator, setJAXBExperimentRefWrapper, setParticipants, setSourceLocator, sourceLocation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.datasource.FileSourceContext
toString
-
-
-
-
Method Detail
-
getExperiments
public Collection<Experiment> getExperiments()
getExperiments.
- Specified by:
getExperiments
in classAbstractInferredInteraction
- Returns:
- a
Collection
object.
-
getParticipants
public List<AbstractInferredInteractionParticipant> getParticipants()
Gets the value of the participants 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 participants property.For example, to add a new item, do as follows:
getLinkedFeatures().add(newItem);
Objects of the following type(s) are allowed in the list
InferredInteractionParticipant
- Overrides:
getParticipants
in classAbstractInferredInteraction
- Returns:
- a
List
object.
-
setJAXBExperimentRefWrapper
public void setJAXBExperimentRefWrapper(InferredInteraction.JAXBExperimentRefWrapper wrapper)
Gets the value of the experimentRefList property.- Parameters:
wrapper
- aInferredInteraction.JAXBExperimentRefWrapper
object.
-
-