neuroml.channel
Class RateAdjustments.Offset
java.lang.Object
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
|
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 |
value
protected java.lang.Double value
RateAdjustments.Offset
public RateAdjustments.Offset()
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)