Class ChannelDensityVShift

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

public class ChannelDensityVShift extends ChannelDensity implements org.jvnet.jaxb2_commons.lang.ToString2
Same as **channelDensity** , but with a **vShift** parameter to change voltage activation of gates. The exact usage of **vShift** in expressions for rates is determined by the individual gates. \n :param vShift: :type vShift: voltage :param erev: The reversal potential of the current produced :type erev: voltage :param condDensity: :type condDensity: conductanceDensity

Java class for ChannelDensityVShift complex type.

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

 <complexType name="ChannelDensityVShift">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}ChannelDensity">
       <attribute name="vShift" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • vShift

      protected String vShift
  • Constructor Details

    • ChannelDensityVShift

      public ChannelDensityVShift()
  • Method Details

    • getVShift

      public String getVShift()
      Gets the value of the vShift property.
      Returns:
      possible object is String
    • setVShift

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

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