org.biopax.paxtools.impl.level2
Class bioSourceImpl

java.lang.Object
  extended by org.biopax.paxtools.impl.level2.bioPAXElementImpl
      extended by org.biopax.paxtools.impl.level2.bioSourceImpl
All Implemented Interfaces:
BioPAXElement, bioSource, externalReferenceUtilityClass, utilityClass

public class bioSourceImpl
extends bioPAXElementImpl
implements bioSource

Created by IntelliJ IDEA. User: root Date: Feb 26, 2006 Time: 4:13:26 AM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Constructor Summary
bioSourceImpl()
           
 
Method Summary
 int equivalenceCode()
           
 openControlledVocabulary getCELLTYPE()
           
 java.lang.Class getModelInterface()
           
 java.lang.String getNAME()
           
 unificationXref getTAXON_XREF()
           
 openControlledVocabulary getTISSUE()
           
 boolean isEquivalent(BioPAXElement element)
           
 void setCELLTYPE(openControlledVocabulary CELLTYPE)
           
 void setNAME(java.lang.String NAME)
           
 void setTAXON_XREF(unificationXref TAXON_XREF)
           
 void setTISSUE(openControlledVocabulary TISSUE)
           
 
Methods inherited from class org.biopax.paxtools.impl.level2.bioPAXElementImpl
addCOMMENT, equals, getCOMMENT, getRDFId, hashCode, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, getCOMMENT, getRDFId, removeCOMMENT, setCOMMENT, setRDFId
 

Constructor Detail

bioSourceImpl

public bioSourceImpl()
Method Detail

equivalenceCode

public int equivalenceCode()
Specified by:
equivalenceCode in interface BioPAXElement

isEquivalent

public boolean isEquivalent(BioPAXElement element)
Specified by:
isEquivalent in interface BioPAXElement

getModelInterface

public java.lang.Class getModelInterface()
Specified by:
getModelInterface in interface BioPAXElement

getTAXON_XREF

public unificationXref getTAXON_XREF()
Specified by:
getTAXON_XREF in interface bioSource

setTAXON_XREF

public void setTAXON_XREF(unificationXref TAXON_XREF)
Specified by:
setTAXON_XREF in interface bioSource

getCELLTYPE

public openControlledVocabulary getCELLTYPE()
Specified by:
getCELLTYPE in interface bioSource

setCELLTYPE

public void setCELLTYPE(openControlledVocabulary CELLTYPE)
Specified by:
setCELLTYPE in interface bioSource

getTISSUE

public openControlledVocabulary getTISSUE()
Specified by:
getTISSUE in interface bioSource

setTISSUE

public void setTISSUE(openControlledVocabulary TISSUE)
Specified by:
setTISSUE in interface bioSource

getNAME

public java.lang.String getNAME()
Specified by:
getNAME in interface bioSource

setNAME

public void setNAME(java.lang.String NAME)
Specified by:
setNAME in interface bioSource