Class ChannelDensityGHK

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

public class ChannelDensityGHK extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
Specifies a time varying conductance density, **gDensity,** which is distributed on an area of the cell, producing a current density **iDensity** and whose reversal potential is calculated from the Goldman Hodgkin Katz equation. Hard coded for Ca only! See https://github.com/OpenSourceBrain/ghk-nernst. \n :param permeability: :type permeability: permeability

Java class for ChannelDensityGHK complex type.

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

 <complexType name="ChannelDensityGHK">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <attribute name="ionChannel" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="permeability" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_permeability" />
       <attribute name="segmentGroup" type="{http://www.neuroml.org/schema/neuroml2}NmlId" default="all" />
       <attribute name="segment" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="ion" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • ionChannel

      protected String ionChannel
    • permeability

      protected String permeability
    • segmentGroup

      protected String segmentGroup
    • segment

      protected String segment
    • ion

      protected String ion
  • Constructor Details

    • ChannelDensityGHK

      public ChannelDensityGHK()
  • Method Details

    • getIonChannel

      public String getIonChannel()
      Gets the value of the ionChannel property.
      Returns:
      possible object is String
    • setIonChannel

      public void setIonChannel(String value)
      Sets the value of the ionChannel property.
      Parameters:
      value - allowed object is String
    • getPermeability

      public String getPermeability()
      Gets the value of the permeability property.
      Returns:
      possible object is String
    • setPermeability

      public void setPermeability(String value)
      Sets the value of the permeability property.
      Parameters:
      value - allowed object is String
    • getSegmentGroup

      public String getSegmentGroup()
      Gets the value of the segmentGroup property.
      Returns:
      possible object is String
    • setSegmentGroup

      public void setSegmentGroup(String value)
      Sets the value of the segmentGroup property.
      Parameters:
      value - allowed object is String
    • getSegment

      public String getSegment()
      Gets the value of the segment property.
      Returns:
      possible object is String
    • setSegment

      public void setSegment(String value)
      Sets the value of the segment property.
      Parameters:
      value - allowed object is String
    • getIon

      public String getIon()
      Gets the value of the ion property.
      Returns:
      possible object is String
    • setIon

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

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