neuroml.morph
Class InhomogeneousParam.Distal
java.lang.Object
neuroml.morph.InhomogeneousParam.Distal
- Enclosing class:
- InhomogeneousParam
public static class InhomogeneousParam.Distal
- 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="normalizationEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
Method Summary |
java.lang.Double |
getNormalizationEnd()
Gets the value of the normalizationEnd property. |
void |
setNormalizationEnd(java.lang.Double value)
Sets the value of the normalizationEnd property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
normalizationEnd
protected java.lang.Double normalizationEnd
InhomogeneousParam.Distal
public InhomogeneousParam.Distal()
getNormalizationEnd
public java.lang.Double getNormalizationEnd()
- Gets the value of the normalizationEnd property.
- Returns:
- possible object is
Double
setNormalizationEnd
public void setNormalizationEnd(java.lang.Double value)
- Sets the value of the normalizationEnd property.
- Parameters:
value
- allowed object is
Double
NeuroML API (v1.4)