org.biopax.paxtools.model.level2
Interface bioSource

All Superinterfaces:
BioPAXElement, externalReferenceUtilityClass, utilityClass
All Known Implementing Classes:
bioSourceImpl, bioSourceProxy

public interface bioSource
extends externalReferenceUtilityClass


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 openControlledVocabulary getCELLTYPE()
           
 java.lang.String getNAME()
           
 unificationXref getTAXON_XREF()
           
 openControlledVocabulary getTISSUE()
           
 void setCELLTYPE(openControlledVocabulary CELLTYPE)
           
 void setNAME(java.lang.String NAME)
           
 void setTAXON_XREF(unificationXref TAXON_XREF)
           
 void setTISSUE(openControlledVocabulary TISSUE)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 

Method Detail

getCELLTYPE

openControlledVocabulary getCELLTYPE()

getNAME

java.lang.String getNAME()

getTAXON_XREF

unificationXref getTAXON_XREF()

getTISSUE

openControlledVocabulary getTISSUE()

setCELLTYPE

void setCELLTYPE(openControlledVocabulary CELLTYPE)

setNAME

void setNAME(java.lang.String NAME)

setTAXON_XREF

void setTAXON_XREF(unificationXref TAXON_XREF)

setTISSUE

void setTISSUE(openControlledVocabulary TISSUE)