public class UnificationXrefImpl extends com.ibm.adtech.jastor.ThingImpl implements UnificationXref
UnificationXref
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#UnificationXref)
TYPE
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment)
Add a 'comment' property value
|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
clearCache() |
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.List |
listStatements() |
void |
registerListener(ThingListener listener) |
void |
removeComment(java.lang.String comment)
Remove a 'comment' property value.
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
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 |
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 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)