Class AbstractExperimentalInteractor
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.AbstractExperimentalInteractor
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
- Direct Known Subclasses:
ExperimentalInteractor
,ExperimentalInteractor
,ExperimentalInteractor
public abstract class AbstractExperimentalInteractor extends Object implements FileSourceContext, com.sun.xml.bind.Locatable
Java class for experimentalInteractor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="experimentalInteractor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <elements name="interactorRef" type="{http://www.w3.org/2001/XMLSchema}int"/> <elements name="interactor" type="{http://psi.hupo.org/mi/mif}interactor"/> </choice> <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
AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper
-
Constructor Summary
Constructors Constructor Description AbstractExperimentalInteractor()
Constructor for AbstractExperimentalInteractor.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Collection<Experiment>
getExperiments()
Interactor
getInteractor()
Getter for the fieldinteractor
.AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper
getJaxbExperimentRefWrapper()
FileSourceLocator
getSourceLocator()
Getter for the fieldsourceLocator
.void
setInteractor(Interactor interactor)
Setter for the fieldinteractor
.void
setJAXBExperimentRefWrapper(AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper wrapper)
Gets the value of the experimentRefList property.void
setJAXBInteractor(AbstractBaseXmlInteractor value)
Sets the value of the interactor property.void
setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locatorLocator
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 abstract Collection<Experiment> getExperiments()
-
getInteractor
public Interactor getInteractor()
Getter for the field
interactor
.- Returns:
- a
Interactor
object.
-
setInteractor
public void setInteractor(Interactor interactor)
Setter for the field
interactor
.- Parameters:
interactor
- aInteractor
object.
-
getJaxbExperimentRefWrapper
public AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper getJaxbExperimentRefWrapper()
-
sourceLocation
public Locator sourceLocation()
- Specified by:
sourceLocation
in interfacecom.sun.xml.bind.Locatable
-
getSourceLocator
public FileSourceLocator getSourceLocator()
Getter for the field
sourceLocator
.- Specified by:
getSourceLocator
in interfaceFileSourceContext
- Returns:
- a
FileSourceLocator
object.
-
setSourceLocator
public void setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locator- Specified by:
setSourceLocator
in interfaceFileSourceContext
- Parameters:
sourceLocator
- : the file locator
-
setJAXBInteractor
public void setJAXBInteractor(AbstractBaseXmlInteractor value)
Sets the value of the interactor property.- Parameters:
value
- allowed object isInteractor
-
setJAXBExperimentRefWrapper
public void setJAXBExperimentRefWrapper(AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper wrapper)
Gets the value of the experimentRefList property.- Parameters:
wrapper
- aAbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper
object.
-
-