neuroml.channel
Class RateAdjustments.Q10Settings

java.lang.Object
  extended by neuroml.channel.RateAdjustments.Q10Settings
Enclosing class:
RateAdjustments

public static class RateAdjustments.Q10Settings
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="experimental_temp" type="{http://morphml.org/biophysics/schema}TemperatureValue" />
       <attribute name="q10_factor" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double experimentalTemp
           
protected  java.lang.Double q10Factor
           
 
Constructor Summary
RateAdjustments.Q10Settings()
           
 
Method Summary
 java.lang.Double getExperimentalTemp()
          Gets the value of the experimentalTemp property.
 java.lang.Double getQ10Factor()
          Gets the value of the q10Factor property.
 void setExperimentalTemp(java.lang.Double value)
          Sets the value of the experimentalTemp property.
 void setQ10Factor(java.lang.Double value)
          Sets the value of the q10Factor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

experimentalTemp

protected java.lang.Double experimentalTemp

q10Factor

protected java.lang.Double q10Factor
Constructor Detail

RateAdjustments.Q10Settings

public RateAdjustments.Q10Settings()
Method Detail

getExperimentalTemp

public java.lang.Double getExperimentalTemp()
Gets the value of the experimentalTemp property.

Returns:
possible object is Double

setExperimentalTemp

public void setExperimentalTemp(java.lang.Double value)
Sets the value of the experimentalTemp property.

Parameters:
value - allowed object is Double

getQ10Factor

public java.lang.Double getQ10Factor()
Gets the value of the q10Factor property.

Returns:
possible object is Double

setQ10Factor

public void setQ10Factor(java.lang.Double value)
Sets the value of the q10Factor property.

Parameters:
value - allowed object is Double


NeuroML API (v1.4)