neuroml
Class Level3Cell

java.lang.Object
  extended by neuroml.morph.Cell
      extended by neuroml.Level3Cell

public class Level3Cell
extends Cell

Cell with extensions for biophysics, and network functionality

Java class for Level3Cell complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Level3Cell">
   <complexContent>
     <extension base="{http://morphml.org/morphml/schema}Cell">
       <sequence>
         <element name="biophysics" type="{http://morphml.org/neuroml/schema}Level3Biophysics" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class neuroml.morph.Cell
Cell.Cables, Cell.CellBody, Cell.Segments, Cell.Spines
 
Field Summary
protected  Level3Biophysics biophysics
           
 
Fields inherited from class neuroml.morph.Cell
annotation, authorList, cables, cellBody, freePoints, group, name, neuronDBref, notes, properties, publication, segments, spines
 
Constructor Summary
Level3Cell()
           
 
Method Summary
 Level3Biophysics getBiophysics()
          Gets the value of the biophysics property.
 void setBiophysics(Level3Biophysics value)
          Sets the value of the biophysics property.
 
Methods inherited from class neuroml.morph.Cell
getAnnotation, getAuthorList, getCableList, getCables, getCellBody, getFreePoints, getGroup, getName, getNeuronDBref, getNotes, getProperties, getPublication, getSegmentList, getSegmentList, getSegments, getSpines, setAnnotation, setAuthorList, setCables, setCellBody, setFreePoints, setName, setNeuronDBref, setNotes, setProperties, setSpines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

biophysics

protected Level3Biophysics biophysics
Constructor Detail

Level3Cell

public Level3Cell()
Method Detail

getBiophysics

public Level3Biophysics getBiophysics()
Gets the value of the biophysics property.

Returns:
possible object is Level3Biophysics

setBiophysics

public void setBiophysics(Level3Biophysics value)
Sets the value of the biophysics property.

Parameters:
value - allowed object is Level3Biophysics


NeuroML API (v1.4)