Class Xml253ModelledEntrySet
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.AbstractEntrySet<ModelledEntry>
-
- psidev.psi.mi.jami.xml.model.xml253.Xml253ModelledEntrySet
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
public class Xml253ModelledEntrySet extends AbstractEntrySet<ModelledEntry>
Modelled EntrySet implementation for JAXB read only Ignore all experimental details- Since:
07/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description Xml253ModelledEntrySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ModelledEntry>
getEntries()
getEntries.-
Methods inherited from class psidev.psi.mi.jami.xml.model.AbstractEntrySet
getSourceLocator, setSourceLocator, sourceLocation, toString
-
-
-
-
Method Detail
-
getEntries
public List<ModelledEntry> getEntries()
getEntries.
- Overrides:
getEntries
in classAbstractEntrySet<ModelledEntry>
- Returns:
- a
List
object.
-
-