Package org.neuroml.model
Class GateHHRates
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.GateHHRates
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Gate which follows the general Hodgkin Huxley formalism
\n
:param instances:
:type instances: none
Java class for GateHHRates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GateHHRates"> <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"/> </all> <attribute name="instances" use="required" type="{http://www.neuroml.org/schema/neuroml2}PositiveInteger" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected HHRate
protected Integer
protected String
protected Q10Settings
protected HHRate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the forwardRate property.Gets the value of the instances property.getNotes()
Gets the value of the notes property.Gets the value of the q10Settings property.Gets the value of the reverseRate property.void
setForwardRate
(HHRate value) Sets the value of the forwardRate property.void
setInstances
(Integer value) Sets the value of the instances property.void
Sets the value of the notes property.void
setQ10Settings
(Q10Settings value) Sets the value of the q10Settings property.void
setReverseRate
(HHRate value) Sets the value of the reverseRate property.toString()
-
Field Details
-
notes
-
q10Settings
-
forwardRate
-
reverseRate
-
instances
-
-
Constructor Details
-
GateHHRates
public GateHHRates()
-
-
Method Details
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value
- allowed object isString
-
getQ10Settings
Gets the value of the q10Settings property.- Returns:
- possible object is
Q10Settings
-
setQ10Settings
Sets the value of the q10Settings property.- Parameters:
value
- allowed object isQ10Settings
-
getForwardRate
Gets the value of the forwardRate property.- Returns:
- possible object is
HHRate
-
setForwardRate
Sets the value of the forwardRate property.- Parameters:
value
- allowed object isHHRate
-
getReverseRate
Gets the value of the reverseRate property.- Returns:
- possible object is
HHRate
-
setReverseRate
Sets the value of the reverseRate property.- Parameters:
value
- allowed object isHHRate
-
getInstances
Gets the value of the instances property.- Returns:
- possible object is
String
-
setInstances
Sets the value of the instances property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBase
-