Class AbstractBaseXmlInteractor.AbstractJAXBAttributeWrapper
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.AbstractBaseXmlInteractor.AbstractJAXBAttributeWrapper
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
- Direct Known Subclasses:
AbstractXmlInteractor.JAXBAttributeWrapper
,AbstractXmlInteractor.JAXBAttributeWrapper
,AbstractXmlInteractor.JAXBAttributeWrapper
- Enclosing class:
- AbstractBaseXmlInteractor
public abstract static class AbstractBaseXmlInteractor.AbstractJAXBAttributeWrapper extends Object implements com.sun.xml.bind.Locatable, FileSourceContext
-
-
Constructor Summary
Constructors Constructor Description AbstractJAXBAttributeWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Annotation>
getJAXBAttributes()
FileSourceLocator
getSourceLocator()
The locator of a position in a file.protected void
initialiseAnnotations()
protected void
initialiseAnnotationsWith(List<Annotation> annotations)
protected void
initialiseChecksums()
protected void
initialiseChecksumsWith(List<Checksum> checksums)
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()
Description copied from interface:FileSourceContext
The locator of a position in a file. It can be null- Specified by:
getSourceLocator
in interfaceFileSourceContext
- Returns:
- the file locator
-
setSourceLocator
public void setSourceLocator(FileSourceLocator sourceLocator)
Description copied from interface:FileSourceContext
Sets the source locator- Specified by:
setSourceLocator
in interfaceFileSourceContext
- Parameters:
sourceLocator
- : the file locator
-
initialiseAnnotations
protected void initialiseAnnotations()
-
initialiseChecksums
protected void initialiseChecksums()
-
initialiseAnnotationsWith
protected void initialiseAnnotationsWith(List<Annotation> annotations)
-
getJAXBAttributes
public List<Annotation> getJAXBAttributes()
-
-