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.FileSourceLocatorgetSourceLocator()Getter for the fieldsourceLocator.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()
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
-
toString
public String toString()
toString
- 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
-
-