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 classAbstractExperimentalInteractor.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()InteractorgetInteractor()Getter for the fieldinteractor.AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrappergetJaxbExperimentRefWrapper()FileSourceLocatorgetSourceLocator()Getter for the fieldsourceLocator.voidsetInteractor(Interactor interactor)Setter for the fieldinteractor.voidsetJAXBExperimentRefWrapper(AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper wrapper)Gets the value of the experimentRefList property.voidsetJAXBInteractor(AbstractBaseXmlInteractor value)Sets the value of the interactor property.voidsetSourceLocator(FileSourceLocator sourceLocator)Sets the source locatorLocatorsourceLocation()-
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
Interactorobject.
-
setInteractor
public void setInteractor(Interactor interactor)
Setter for the field
interactor.- Parameters:
interactor- aInteractorobject.
-
getJaxbExperimentRefWrapper
public AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper getJaxbExperimentRefWrapper()
-
sourceLocation
public Locator sourceLocation()
- Specified by:
sourceLocationin interfacecom.sun.xml.bind.Locatable
-
getSourceLocator
public FileSourceLocator getSourceLocator()
Getter for the field
sourceLocator.- Specified by:
getSourceLocatorin interfaceFileSourceContext- Returns:
- a
FileSourceLocatorobject.
-
setSourceLocator
public void setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locator- Specified by:
setSourceLocatorin 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.AbstractJAXBExperimentRefWrapperobject.
-
-