Class GateHHRatesTau

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

public class GateHHRatesTau extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
Gate which follows the general Hodgkin Huxley formalism \n :param instances: :type instances: none

Java class for GateHHRatesTau complex type.

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

 <complexType name="GateHHRatesTau">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <all>
         <element name="notes" type="{http://www.neuroml.org/schema/neuroml2}Notes" minOccurs="0"/>
         <element name="q10Settings" type="{http://www.neuroml.org/schema/neuroml2}Q10Settings" minOccurs="0"/>
         <element name="forwardRate" type="{http://www.neuroml.org/schema/neuroml2}HHRate"/>
         <element name="reverseRate" type="{http://www.neuroml.org/schema/neuroml2}HHRate"/>
         <element name="timeCourse" type="{http://www.neuroml.org/schema/neuroml2}HHTime"/>
       </all>
       <attribute name="instances" use="required" type="{http://www.neuroml.org/schema/neuroml2}PositiveInteger" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • notes

      protected String notes
    • q10Settings

      protected Q10Settings q10Settings
    • forwardRate

      protected HHRate forwardRate
    • reverseRate

      protected HHRate reverseRate
    • timeCourse

      protected HHTime timeCourse
    • instances

      protected Integer instances
  • Constructor Details

    • GateHHRatesTau

      public GateHHRatesTau()
  • Method Details

    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getQ10Settings

      public Q10Settings getQ10Settings()
      Gets the value of the q10Settings property.
      Returns:
      possible object is Q10Settings
    • setQ10Settings

      public void setQ10Settings(Q10Settings value)
      Sets the value of the q10Settings property.
      Parameters:
      value - allowed object is Q10Settings
    • getForwardRate

      public HHRate getForwardRate()
      Gets the value of the forwardRate property.
      Returns:
      possible object is HHRate
    • setForwardRate

      public void setForwardRate(HHRate value)
      Sets the value of the forwardRate property.
      Parameters:
      value - allowed object is HHRate
    • getReverseRate

      public HHRate getReverseRate()
      Gets the value of the reverseRate property.
      Returns:
      possible object is HHRate
    • setReverseRate

      public void setReverseRate(HHRate value)
      Sets the value of the reverseRate property.
      Parameters:
      value - allowed object is HHRate
    • getTimeCourse

      public HHTime getTimeCourse()
      Gets the value of the timeCourse property.
      Returns:
      possible object is HHTime
    • setTimeCourse

      public void setTimeCourse(HHTime value)
      Sets the value of the timeCourse property.
      Parameters:
      value - allowed object is HHTime
    • getInstances

      public Integer getInstances()
      Gets the value of the instances property.
      Returns:
      possible object is String
    • setInstances

      public void setInstances(Integer value)
      Sets the value of the instances 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