Class BiophysicalProperties2CaPools

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class BiophysicalProperties2CaPools extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
The biophysical properties of the **cell** , including the **membraneProperties2CaPools** and the **intracellularProperties2CaPools** for a cell with two Ca pools

Java class for BiophysicalProperties2CaPools complex type.

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

 <complexType name="BiophysicalProperties2CaPools">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <sequence>
         <element name="membraneProperties2CaPools" type="{http://www.neuroml.org/schema/neuroml2}MembraneProperties2CaPools"/>
         <element name="intracellularProperties2CaPools" type="{http://www.neuroml.org/schema/neuroml2}IntracellularProperties2CaPools" minOccurs="0"/>
         <element name="extracellularProperties" type="{http://www.neuroml.org/schema/neuroml2}ExtracellularProperties" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>