neuroml.channel
Class RateAdjustments.Offset

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

public static class RateAdjustments.Offset
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="value" type="{http://morphml.org/biophysics/schema}VoltageValue" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double value
           
 
Constructor Summary
RateAdjustments.Offset()
           
 
Method Summary
 java.lang.Double getValue()
          Gets the value of the value property.
 void setValue(java.lang.Double value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Double value
Constructor Detail

RateAdjustments.Offset

public RateAdjustments.Offset()
Method Detail

getValue

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

Returns:
possible object is Double

setValue

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

Parameters:
value - allowed object is Double


NeuroML API (v1.4)