public class RelationshipXrefImpl extends com.ibm.adtech.jastor.ThingImpl implements RelationshipXref
RelationshipXref
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#RelationshipXref)
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) |
RelationshipTypeVocabulary |
addRelationshipType()
Adds an anonymous value for the 'relationshipType' property
|
RelationshipTypeVocabulary |
addRelationshipType(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'relationshipType' property
|
void |
addRelationshipType(RelationshipTypeVocabulary relationshipType)
Adds a value for the 'relationshipType' property
|
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.Iterator |
getRelationshipType()
Get an Iterator the 'relationshipType' property values.
|
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 |
removeRelationshipType(RelationshipTypeVocabulary relationshipType)
Removes a value for the 'relationshipType' property.
|
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 java.util.Iterator getRelationshipType() throws JastorException
RelationshipXref
getRelationshipType
in interface RelationshipXref
Iterator
of RelationshipTypeVocabulary
JastorException
RelationshipXref.relationshipTypeProperty
public void addRelationshipType(RelationshipTypeVocabulary relationshipType) throws JastorException
RelationshipXref
addRelationshipType
in interface RelationshipXref
JastorException
RelationshipXref.relationshipTypeProperty
public RelationshipTypeVocabulary addRelationshipType() throws JastorException
RelationshipXref
addRelationshipType
in interface RelationshipXref
RelationshipTypeVocabulary
createdJastorException
RelationshipXref.relationshipTypeProperty
public RelationshipTypeVocabulary addRelationshipType(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RelationshipXref
addRelationshipType
in interface RelationshipXref
JastorException
RelationshipXref.relationshipTypeProperty
public void removeRelationshipType(RelationshipTypeVocabulary relationshipType) throws JastorException
RelationshipXref
removeRelationshipType
in interface RelationshipXref
JastorException
RelationshipXref.relationshipTypeProperty
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)