neuroml.channel
Class PoolVolumeInfo

java.lang.Object
  extended by neuroml.channel.PoolVolumeInfo

public class PoolVolumeInfo
extends java.lang.Object

Information on the volume of the ion pool

Java class for PoolVolumeInfo complex type.

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

 <complexType name="PoolVolumeInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="shell_thickness" type="{http://morphml.org/biophysics/schema}LengthValue"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double shellThickness
           
 
Constructor Summary
PoolVolumeInfo()
           
 
Method Summary
 double getShellThickness()
          Gets the value of the shellThickness property.
 void setShellThickness(double value)
          Sets the value of the shellThickness property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shellThickness

protected double shellThickness
Constructor Detail

PoolVolumeInfo

public PoolVolumeInfo()
Method Detail

getShellThickness

public double getShellThickness()
Gets the value of the shellThickness property.


setShellThickness

public void setShellThickness(double value)
Sets the value of the shellThickness property.



NeuroML API (v1.4)