neuroml.morph
Class InhomogeneousParam.Proximal

java.lang.Object
  extended by neuroml.morph.InhomogeneousParam.Proximal
Enclosing class:
InhomogeneousParam

public static class InhomogeneousParam.Proximal
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="translationStart" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double translationStart
           
 
Constructor Summary
InhomogeneousParam.Proximal()
           
 
Method Summary
 java.lang.Double getTranslationStart()
          Gets the value of the translationStart property.
 void setTranslationStart(java.lang.Double value)
          Sets the value of the translationStart property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

translationStart

protected java.lang.Double translationStart
Constructor Detail

InhomogeneousParam.Proximal

public InhomogeneousParam.Proximal()
Method Detail

getTranslationStart

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

Returns:
possible object is Double

setTranslationStart

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

Parameters:
value - allowed object is Double


NeuroML API (v1.4)