Class BindingFeatures
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.xml300.BindingFeatures
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
public class BindingFeatures extends Object implements FileSourceContext, com.sun.xml.bind.Locatable
Class that wraps a list of linkedFeatures which all bind together- Since:
23/05/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description BindingFeatures()
Constructor for BindingFeatures.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getJAXBFeatureRefs()
getJAXBFeatureRefs.Collection<ModelledFeature>
getLinkedFeatures()
Getter for the fieldlinkedFeatures
.FileSourceLocator
getSourceLocator()
Getter for the fieldsourceLocator
.void
setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locatorLocator
sourceLocation()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.datasource.FileSourceContext
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
-
getLinkedFeatures
public Collection<ModelledFeature> getLinkedFeatures()
Getter for the field
linkedFeatures
.- Returns:
- a
Collection
object.
-
-