Class AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
- Direct Known Subclasses:
ExperimentalInteractor.JAXBExperimentRefWrapper
,ExperimentalInteractor.JAXBExperimentRefWrapper
,ExperimentalInteractor.JAXBExperimentRefWrapper
- Enclosing class:
- AbstractExperimentalInteractor
public abstract static class AbstractExperimentalInteractor.AbstractJAXBExperimentRefWrapper extends Object implements com.sun.xml.bind.Locatable, FileSourceContext
-
-
Constructor Summary
Constructors Constructor Description AbstractJAXBExperimentRefWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Experiment>
getExperiments()
List<Integer>
getJAXBExperimentRefs()
FileSourceLocator
getSourceLocator()
The locator of a position in a file.void
setExperiments(List<Experiment> experiments)
void
setJaxbExperimentRefs(ArrayList<Integer> jaxbExperimentRefs)
void
setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locatorLocator
sourceLocation()
String
toString()
toString
-
-
-
Method Detail
-
sourceLocation
public Locator sourceLocation()
- Specified by:
sourceLocation
in interfacecom.sun.xml.bind.Locatable
-
getSourceLocator
public FileSourceLocator getSourceLocator()
Description copied from interface:FileSourceContext
The locator of a position in a file. It can be null- Specified by:
getSourceLocator
in interfaceFileSourceContext
- Returns:
- the file locator
-
setSourceLocator
public void setSourceLocator(FileSourceLocator sourceLocator)
Description copied from interface:FileSourceContext
Sets the source locator- Specified by:
setSourceLocator
in interfaceFileSourceContext
- Parameters:
sourceLocator
- : the file locator
-
setExperiments
public void setExperiments(List<Experiment> experiments)
-
getExperiments
public List<Experiment> getExperiments()
-
toString
public String toString()
Description copied from interface:FileSourceContext
toString
- Specified by:
toString
in interfaceFileSourceContext
- Overrides:
toString
in classObject
- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
-
-