Interface ExtendedPsiXmlSource
-
- All Known Implementing Classes:
AbstractXmlSource,AbstractXmlSource,AbstractXmlSource,DefaultXmlSource,DefaultXmlSource,DefaultXmlSource,XmlSource,XmlSource,XmlSource
public interface ExtendedPsiXmlSource extends Source
Extended source for PSI-XML standards- Since:
13/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRelease()Gets the value of the release property.XMLGregorianCalendargetReleaseDate()Gets the value of the releaseDate property.voidsetRelease(String value)Sets the value of the release property.voidsetReleaseDate(XMLGregorianCalendar value)Sets the value of the releaseDate property.-
Methods inherited from interface psidev.psi.mi.jami.model.CvTerm
getAnnotations, getFullName, getIdentifiers, getMIIdentifier, getMODIdentifier, getPARIdentifier, getShortName, getSynonyms, getXrefs, setFullName, setMIIdentifier, setMODIdentifier, setPARIdentifier, setShortName
-
Methods inherited from interface psidev.psi.mi.jami.model.Source
getPostalAddress, getPublication, getUrl, setPostalAddress, setPublication, setUrl
-
-
-
-
Method Detail
-
setRelease
void setRelease(String value)
Sets the value of the release property.- Parameters:
value- allowed object isString
-
getReleaseDate
XMLGregorianCalendar getReleaseDate()
Gets the value of the releaseDate property.- Returns:
- a
XMLGregorianCalendarobject.
-
setReleaseDate
void setReleaseDate(XMLGregorianCalendar value)
Sets the value of the releaseDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-