org.biopax.paxtools.proxy.level2
Class bioSourceProxy

java.lang.Object
  extended by org.biopax.paxtools.proxy.level2.BioPAXElementProxy
      extended by org.biopax.paxtools.proxy.level2.utilityClassProxy
          extended by org.biopax.paxtools.proxy.level2.externalReferenceUtilityClassProxy
              extended by org.biopax.paxtools.proxy.level2.bioSourceProxy
All Implemented Interfaces:
java.io.Serializable, BioPAXElement, bioSource, externalReferenceUtilityClass, utilityClass

@Indexed(index="paxtools")
public class bioSourceProxy
extends externalReferenceUtilityClassProxy
implements bioSource, java.io.Serializable

Proxy for bioSource

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.biopax.paxtools.proxy.level2.BioPAXElementProxy
SEARCH_FIELD_AVAILABILITY, SEARCH_FIELD_COMMENT, SEARCH_FIELD_EC_NUMBER, SEARCH_FIELD_KEYWORD, SEARCH_FIELD_NAME, SEARCH_FIELD_SEQUENCE, SEARCH_FIELD_SYNONYMS, SEARCH_FIELD_TERM, SEARCH_FIELD_XREF_DB, SEARCH_FIELD_XREF_ID, SEARCH_INDEX_NAME
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Constructor Summary
bioSourceProxy()
           
 
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 class org.biopax.paxtools.proxy.level2.BioPAXElementProxy
addCOMMENT, doubleSetToStringSet, doubleToString, equals, equivalenceCode, floatToString, getCOMMENT, getModelInterface, getProxyId, getRDFId, hashCode, isEquivalent, removeCOMMENT, setCOMMENT, setProxyId, setRDFId, stringSetToDoubleSet, stringToDouble, stringToFloat
 
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, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 

Constructor Detail

bioSourceProxy

public bioSourceProxy()
Method Detail

getCELLTYPE

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

getNAME

@Field(name="name",
       index=TOKENIZED)
public java.lang.String getNAME()
Specified by:
getNAME in interface bioSource

getTAXON_XREF

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

getTISSUE

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

setCELLTYPE

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

setNAME

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

setTAXON_XREF

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

setTISSUE

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