public class PublicationXrefImpl extends XrefImpl implements PublicationXref
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
PublicationXrefImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthor(String author) |
void |
addSource(String source) |
void |
addUrl(String url) |
Set<String> |
getAuthor() |
Class<? extends PublicationXref> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
Set<String> |
getSource() |
String |
getTitle() |
Set<String> |
getUrl() |
int |
getYear() |
void |
removeAuthor(String author) |
void |
removeSource(String source) |
void |
removeUrl(String url) |
protected boolean |
semanticallyEquivalent(BioPAXElement other) |
void |
setTitle(String title) |
void |
setYear(int year) |
equivalenceCode, getDb, getDbVersion, getId, getIdVersion, getXrefOf, setDb, setDbVersion, setId, setIdVersion, toStringaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalentclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDb, getDbVersion, getId, getIdVersion, getXrefOf, setDb, setDbVersion, setId, setIdVersionaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends PublicationXref> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<String> getAuthor()
getAuthor in interface PublicationXrefpublic void addAuthor(String author)
addAuthor in interface PublicationXrefpublic void removeAuthor(String author)
removeAuthor in interface PublicationXrefpublic Set<String> getSource()
getSource in interface PublicationXrefpublic void addSource(String source)
addSource in interface PublicationXrefpublic void removeSource(String source)
removeSource in interface PublicationXrefpublic String getTitle()
getTitle in interface PublicationXrefpublic void setTitle(String title)
setTitle in interface PublicationXrefpublic Set<String> getUrl()
getUrl in interface PublicationXrefpublic void addUrl(String url)
addUrl in interface PublicationXrefpublic void removeUrl(String url)
removeUrl in interface PublicationXrefpublic int getYear()
getYear in interface PublicationXrefpublic void setYear(int year)
setYear in interface PublicationXrefprotected boolean semanticallyEquivalent(BioPAXElement other)
semanticallyEquivalent in class XrefImplCopyright © 2017 BioPAX. All rights reserved.