Package org.neuroml.model
Class Q10ConductanceScaling
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Q10ConductanceScaling
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class Q10ConductanceScaling
extends BaseWithoutId
implements org.jvnet.jaxb2_commons.lang.ToString2
A value for the conductance scaling which varies as a standard function of the difference between the current temperature, **temperature,** and the temperature at which the conductance was originally determined, **experimentalTemp**
\n
:param q10Factor:
:type q10Factor: none
:param experimentalTemp:
:type experimentalTemp: temperature
Java class for Q10ConductanceScaling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Q10ConductanceScaling"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="q10Factor" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" /> <attribute name="experimentalTemp" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_temperature" /> </extension> </complexContent> </complexType>
-
Field Summary
-
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 experimentalTemp property.Gets the value of the q10Factor property.void
setExperimentalTemp
(String value) Sets the value of the experimentalTemp property.void
setQ10Factor
(String value) Sets the value of the q10Factor property.toString()
-
Field Details
-
q10Factor
-
experimentalTemp
-
-
Constructor Details
-
Q10ConductanceScaling
public Q10ConductanceScaling()
-
-
Method Details
-
getQ10Factor
Gets the value of the q10Factor property.- Returns:
- possible object is
String
-
setQ10Factor
Sets the value of the q10Factor property.- Parameters:
value
- allowed object isString
-
getExperimentalTemp
Gets the value of the experimentalTemp property.- Returns:
- possible object is
String
-
setExperimentalTemp
Sets the value of the experimentalTemp property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseWithoutId
-
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 classBaseWithoutId
-