Class Cell

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
Cell2CaPools

public class Cell extends BaseCell implements org.jvnet.jaxb2_commons.lang.ToString2
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 Cell complex type.

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

 <complexType name="Cell">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell">
       <sequence>
         <element name="morphology" type="{http://www.neuroml.org/schema/neuroml2}Morphology" minOccurs="0"/>
         <element name="biophysicalProperties" type="{http://www.neuroml.org/schema/neuroml2}BiophysicalProperties" minOccurs="0"/>
       </sequence>
       <attribute name="morphology" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="biophysicalProperties" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • morphology

      protected Morphology morphology
    • biophysicalProperties

      protected BiophysicalProperties biophysicalProperties
    • morphologyAttr

      protected String morphologyAttr
    • biophysicalPropertiesAttr

      protected String biophysicalPropertiesAttr
  • Constructor Details

    • Cell

      public Cell()
  • Method Details

    • getMorphology

      public Morphology getMorphology()
      Gets the value of the morphology property.
      Returns:
      possible object is Morphology
    • setMorphology

      public void setMorphology(Morphology value)
      Sets the value of the morphology property.
      Parameters:
      value - allowed object is Morphology
    • getBiophysicalProperties

      public BiophysicalProperties getBiophysicalProperties()
      Gets the value of the biophysicalProperties property.
      Returns:
      possible object is BiophysicalProperties
    • setBiophysicalProperties

      public void setBiophysicalProperties(BiophysicalProperties value)
      Sets the value of the biophysicalProperties property.
      Parameters:
      value - allowed object is BiophysicalProperties
    • getMorphologyAttr

      public String getMorphologyAttr()
      Gets the value of the morphologyAttr property.
      Returns:
      possible object is String
    • setMorphologyAttr

      public void setMorphologyAttr(String value)
      Sets the value of the morphologyAttr property.
      Parameters:
      value - allowed object is String
    • getBiophysicalPropertiesAttr

      public String getBiophysicalPropertiesAttr()
      Gets the value of the biophysicalPropertiesAttr property.
      Returns:
      possible object is String
    • setBiophysicalPropertiesAttr

      public void setBiophysicalPropertiesAttr(String value)
      Sets the value of the biophysicalPropertiesAttr property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class BaseCell
    • 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 BaseCell
    • 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 BaseCell