public class PublicationXrefImpl extends com.ibm.adtech.jastor.ThingImpl implements PublicationXref
PublicationXref
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level3_DOT_owlFactory to create instances of this class.
(URI: http://www.biopax.org/release/biopax-level3.owl#PublicationXref)
TYPE
Modifier and Type | Method and Description |
---|---|
void |
addAuthor(java.lang.String author)
Add a 'author' property value
|
void |
addComment(java.lang.String comment)
Add a 'comment' property value
|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
addSource(java.lang.String source)
Add a 'source' property value
|
void |
addUrl(java.lang.String url)
Add a 'url' property value
|
void |
clearCache() |
java.util.Iterator |
getAuthor()
Iterates through the 'author' property values.
|
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
java.lang.String |
getDb()
Gets the 'db' property value
|
java.lang.String |
getDbVersion()
Gets the 'dbVersion' property value
|
java.lang.String |
getId()
Gets the 'id' property value
|
java.lang.String |
getIdVersion()
Gets the 'idVersion' property value
|
java.util.Iterator |
getSource()
Iterates through the 'source' property values.
|
java.lang.String |
getTitle()
Gets the 'title' property value
|
java.util.Iterator |
getUrl()
Iterates through the 'url' property values.
|
java.lang.Integer |
getYear()
Gets the 'year' property value
|
java.util.List |
listStatements() |
void |
registerListener(ThingListener listener) |
void |
removeAuthor(java.lang.String author)
Remove a 'author' property value.
|
void |
removeComment(java.lang.String comment)
Remove a 'comment' property value.
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
removeSource(java.lang.String source)
Remove a 'source' property value.
|
void |
removeUrl(java.lang.String url)
Remove a 'url' property value.
|
void |
setDb(java.lang.String db)
Sets the 'db' property value
|
void |
setDbVersion(java.lang.String dbVersion)
Sets the 'dbVersion' property value
|
void |
setId(java.lang.String id)
Sets the 'id' property value
|
void |
setIdVersion(java.lang.String idVersion)
Sets the 'idVersion' property value
|
void |
setTitle(java.lang.String title)
Sets the 'title' property value
|
void |
setYear(java.lang.Integer year)
Sets the 'year' property value
|
void |
unregisterListener(ThingListener listener) |
public java.util.List listStatements()
public void clearCache()
public java.util.Iterator getComment() throws JastorException
UtilityClass
getComment
in interface UtilityClass
Iterator
of String
JastorException
UtilityClass.commentProperty
public void addComment(java.lang.String comment) throws JastorException
UtilityClass
addComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public void removeComment(java.lang.String comment) throws JastorException
UtilityClass
removeComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public java.lang.String getId() throws JastorException
Xref
getId
in interface Xref
String
JastorException
Xref.idProperty
public void setId(java.lang.String id) throws JastorException
Xref
setId
in interface Xref
JastorException
Xref.idProperty
public java.lang.String getDb() throws JastorException
Xref
getDb
in interface Xref
String
JastorException
Xref.dbProperty
public void setDb(java.lang.String db) throws JastorException
Xref
setDb
in interface Xref
JastorException
Xref.dbProperty
public java.lang.String getIdVersion() throws JastorException
Xref
getIdVersion
in interface Xref
String
JastorException
Xref.idVersionProperty
public void setIdVersion(java.lang.String idVersion) throws JastorException
Xref
setIdVersion
in interface Xref
JastorException
Xref.idVersionProperty
public java.lang.String getDbVersion() throws JastorException
Xref
getDbVersion
in interface Xref
String
JastorException
Xref.dbVersionProperty
public void setDbVersion(java.lang.String dbVersion) throws JastorException
Xref
setDbVersion
in interface Xref
JastorException
Xref.dbVersionProperty
public java.lang.String getTitle() throws JastorException
PublicationXref
getTitle
in interface PublicationXref
String
JastorException
PublicationXref.titleProperty
public void setTitle(java.lang.String title) throws JastorException
PublicationXref
setTitle
in interface PublicationXref
JastorException
PublicationXref.titleProperty
public java.lang.Integer getYear() throws JastorException
PublicationXref
getYear
in interface PublicationXref
Integer
JastorException
PublicationXref.yearProperty
public void setYear(java.lang.Integer year) throws JastorException
PublicationXref
setYear
in interface PublicationXref
JastorException
PublicationXref.yearProperty
public java.util.Iterator getUrl() throws JastorException
PublicationXref
getUrl
in interface PublicationXref
Iterator
of String
JastorException
PublicationXref.urlProperty
public void addUrl(java.lang.String url) throws JastorException
PublicationXref
addUrl
in interface PublicationXref
JastorException
PublicationXref.urlProperty
public void removeUrl(java.lang.String url) throws JastorException
PublicationXref
removeUrl
in interface PublicationXref
JastorException
PublicationXref.urlProperty
public java.util.Iterator getAuthor() throws JastorException
PublicationXref
getAuthor
in interface PublicationXref
Iterator
of String
JastorException
PublicationXref.authorProperty
public void addAuthor(java.lang.String author) throws JastorException
PublicationXref
addAuthor
in interface PublicationXref
JastorException
PublicationXref.authorProperty
public void removeAuthor(java.lang.String author) throws JastorException
PublicationXref
removeAuthor
in interface PublicationXref
JastorException
PublicationXref.authorProperty
public java.util.Iterator getSource() throws JastorException
PublicationXref
getSource
in interface PublicationXref
Iterator
of String
JastorException
PublicationXref.sourceProperty
public void addSource(java.lang.String source) throws JastorException
PublicationXref
addSource
in interface PublicationXref
JastorException
PublicationXref.sourceProperty
public void removeSource(java.lang.String source) throws JastorException
PublicationXref
removeSource
in interface PublicationXref
JastorException
PublicationXref.sourceProperty
public void registerListener(ThingListener listener)
public void unregisterListener(ThingListener listener)
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)