Class Cell2CaPools

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

public class Cell2CaPools extends Cell implements org.jvnet.jaxb2_commons.lang.ToString2
Variant of cell with two independent Ca2+ pools. Cell with **segment** s specified in a **morphology** element along with details on its **biophysicalProperties** . NOTE: this can only be correctly simulated using jLEMS when there is a single segment in the cell, and **v** of this cell represents the membrane potential in that isopotential segment.

Java class for Cell2CaPools complex type.

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

 <complexType name="Cell2CaPools">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Cell">
       <sequence>
         <element name="biophysicalProperties2CaPools" type="{http://www.neuroml.org/schema/neuroml2}BiophysicalProperties2CaPools" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Cell2CaPools

      public Cell2CaPools()
  • Method Details

    • getBiophysicalProperties2CaPools

      public BiophysicalProperties2CaPools getBiophysicalProperties2CaPools()
      Gets the value of the biophysicalProperties2CaPools property.
      Returns:
      possible object is BiophysicalProperties2CaPools
    • setBiophysicalProperties2CaPools

      public void setBiophysicalProperties2CaPools(BiophysicalProperties2CaPools value)
      Sets the value of the biophysicalProperties2CaPools property.
      Parameters:
      value - allowed object is BiophysicalProperties2CaPools
    • toString

      public String toString()
      Overrides:
      toString in class Cell
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class Cell
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class Cell