Class AbstractXmlSource.JAXBAttributeWrapper
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.xml254.AbstractXmlCvTerm.JAXBAttributeWrapper
-
- psidev.psi.mi.jami.xml.model.extension.xml254.AbstractXmlSource.JAXBAttributeWrapper
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
- Enclosing class:
- AbstractXmlSource
public static class AbstractXmlSource.JAXBAttributeWrapper extends AbstractXmlCvTerm.JAXBAttributeWrapper implements com.sun.xml.bind.Locatable, FileSourceContext
-
-
Constructor Summary
Constructors Constructor Description JAXBAttributeWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Annotation>
getJAXBAttributes()
protected void
initialiseAnnotations()
Locator
sourceLocation()
String
toString()
toString-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml254.AbstractXmlCvTerm.JAXBAttributeWrapper
getSourceLocator, initialiseAnnotationsWith, setSourceLocator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.datasource.FileSourceContext
getSourceLocator, setSourceLocator
-
-
-
-
Method Detail
-
sourceLocation
public Locator sourceLocation()
- Specified by:
sourceLocation
in interfacecom.sun.xml.bind.Locatable
- Overrides:
sourceLocation
in classAbstractXmlCvTerm.JAXBAttributeWrapper
-
getJAXBAttributes
public List<Annotation> getJAXBAttributes()
- Overrides:
getJAXBAttributes
in classAbstractXmlCvTerm.JAXBAttributeWrapper
-
initialiseAnnotations
protected void initialiseAnnotations()
- Overrides:
initialiseAnnotations
in classAbstractXmlCvTerm.JAXBAttributeWrapper
-
toString
public String toString()
Description copied from interface:FileSourceContext
toString
- Specified by:
toString
in interfaceFileSourceContext
- Overrides:
toString
in classAbstractXmlCvTerm.JAXBAttributeWrapper
- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
-
-