Class IonChannelVShift

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

public class IonChannelVShift extends IonChannel implements org.jvnet.jaxb2_commons.lang.ToString2
Same as **ionChannel** , 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 conductance: :type conductance: conductance

Java class for IonChannelVShift complex type.

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

 <complexType name="IonChannelVShift">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}IonChannel">
       <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

    • IonChannelVShift

      public IonChannelVShift()
  • 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 IonChannel
    • 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 IonChannel
    • 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 IonChannel