public class BioSourceImpl extends com.ibm.adtech.jastor.ThingImpl implements BioSource
BioSource
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#BioSource)
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 |
addName(java.lang.String name)
Add a 'name' property value
|
Xref |
addXref()
Adds an anonymous value for the 'xref' property
|
Xref |
addXref(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'xref' property
|
void |
addXref(Xref xref)
Adds a value for the 'xref' property
|
void |
clearCache() |
CellVocabulary |
getCellType()
Gets the 'cellType' property value
|
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
java.util.Iterator |
getName()
Iterates through the 'name' property values.
|
TissueVocabulary |
getTissue()
Gets the 'tissue' property value
|
java.util.Iterator |
getXref()
Get an Iterator the 'xref' 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 |
removeName(java.lang.String name)
Remove a 'name' property value.
|
void |
removeXref(Xref xref)
Removes a value for the 'xref' property.
|
CellVocabulary |
setCellType()
Sets the 'cellType' property value to an anonymous node
|
void |
setCellType(CellVocabulary cellType)
Sets the 'cellType' property value
|
CellVocabulary |
setCellType(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'cellType' property value
|
TissueVocabulary |
setTissue()
Sets the 'tissue' property value to an anonymous node
|
TissueVocabulary |
setTissue(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'tissue' property value
|
void |
setTissue(TissueVocabulary tissue)
Sets the 'tissue' 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 TissueVocabulary getTissue() throws JastorException
BioSource
getTissue
in interface BioSource
TissueVocabulary
JastorException
BioSource.tissueProperty
public void setTissue(TissueVocabulary tissue) throws JastorException
BioSource
setTissue
in interface BioSource
JastorException
BioSource.tissueProperty
public TissueVocabulary setTissue() throws JastorException
BioSource
setTissue
in interface BioSource
TissueVocabulary
, the created valueJastorException
BioSource.tissueProperty
public TissueVocabulary setTissue(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
BioSource
setTissue
in interface BioSource
JastorException
BioSource.tissueProperty
public CellVocabulary getCellType() throws JastorException
BioSource
getCellType
in interface BioSource
CellVocabulary
JastorException
BioSource.cellTypeProperty
public void setCellType(CellVocabulary cellType) throws JastorException
BioSource
setCellType
in interface BioSource
JastorException
BioSource.cellTypeProperty
public CellVocabulary setCellType() throws JastorException
BioSource
setCellType
in interface BioSource
CellVocabulary
, the created valueJastorException
BioSource.cellTypeProperty
public CellVocabulary setCellType(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
BioSource
setCellType
in interface BioSource
JastorException
BioSource.cellTypeProperty
public java.util.Iterator getName() throws JastorException
BioSource
getName
in interface BioSource
Iterator
of String
JastorException
BioSource.nameProperty
public void addName(java.lang.String name) throws JastorException
BioSource
addName
in interface BioSource
JastorException
BioSource.nameProperty
public void removeName(java.lang.String name) throws JastorException
BioSource
removeName
in interface BioSource
JastorException
BioSource.nameProperty
public java.util.Iterator getXref() throws JastorException
BioSource
getXref
in interface BioSource
Iterator
of Xref
JastorException
BioSource.xrefProperty
public void addXref(Xref xref) throws JastorException
BioSource
addXref
in interface BioSource
JastorException
BioSource.xrefProperty
public Xref addXref() throws JastorException
BioSource
addXref
in interface BioSource
Xref
createdJastorException
BioSource.xrefProperty
public Xref addXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
BioSource
addXref
in interface BioSource
JastorException
BioSource.xrefProperty
public void removeXref(Xref xref) throws JastorException
BioSource
removeXref
in interface BioSource
JastorException
BioSource.xrefProperty
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)