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.FileSourceLocatorgetSourceLocator()Getter for the fieldsourceLocator.voidsetSourceLocator(FileSourceLocator sourceLocator)Sets the source locatorLocatorsourceLocation()-
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:
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
-
getLinkedFeatures
public Collection<ModelledFeature> getLinkedFeatures()
Getter for the field
linkedFeatures.- Returns:
- a
Collectionobject.
-
-