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()FileSourceLocatorgetSourceLocator()The locator of a position in a file.voidsetExperiments(List<Experiment> experiments)voidsetJaxbExperimentRefs(ArrayList<Integer> jaxbExperimentRefs)voidsetSourceLocator(FileSourceLocator sourceLocator)Sets the source locatorLocatorsourceLocation()StringtoString()toString
-
-
-
Method Detail
-
sourceLocation
public Locator sourceLocation()
- Specified by:
sourceLocationin interfacecom.sun.xml.bind.Locatable
-
getSourceLocator
public FileSourceLocator getSourceLocator()
Description copied from interface:FileSourceContextThe locator of a position in a file. It can be null- Specified by:
getSourceLocatorin interfaceFileSourceContext- Returns:
- the file locator
-
setSourceLocator
public void setSourceLocator(FileSourceLocator sourceLocator)
Description copied from interface:FileSourceContextSets the source locator- Specified by:
setSourceLocatorin 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:FileSourceContexttoString
- Specified by:
toStringin interfaceFileSourceContext- Overrides:
toStringin classObject- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
-
-