neuroml.morph
Class InhomogeneousParam.Distal

java.lang.Object
  extended by 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>
 


Field Summary
protected  java.lang.Double normalizationEnd
           
 
Constructor Summary
InhomogeneousParam.Distal()
           
 
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
 

Field Detail

normalizationEnd

protected java.lang.Double normalizationEnd
Constructor Detail

InhomogeneousParam.Distal

public InhomogeneousParam.Distal()
Method Detail

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)