Package psidev.psi.mi.jami.xml.model
Class AbstractEntrySet<T extends AbstractBaseEntry>
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.AbstractEntrySet<T>
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
- Direct Known Subclasses:
Xml253BasicEntrySet
,Xml253ComplexEntrySet
,Xml253ExperimentalEntrySet
,Xml253ModelledEntrySet
,Xml254BasicEntrySet
,Xml254ComplexEntrySet
,Xml254ExperimentalEntrySet
,Xml254ModelledEntrySet
,Xml300EntrySet
public abstract class AbstractEntrySet<T extends AbstractBaseEntry> extends Object implements com.sun.xml.bind.Locatable, FileSourceContext
Abstract class for Psi-XML root node. This contains JAXB bindings that are readonly- Since:
07/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description AbstractEntrySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>
getEntries()
Getter for the fieldentries
.FileSourceLocator
getSourceLocator()
Getter for the fieldsourceLocator
.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()
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
-
toString
public String toString()
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
-
-