neuroml.morph
Class Spine

java.lang.Object
  extended by neuroml.morph.Spine

public class Spine
extends java.lang.Object

A spine with location, shape, and direction.

Java class for Spine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Spine">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="proximal" type="{http://morphml.org/metadata/schema}Point"/>
         <element name="distal" type="{http://morphml.org/metadata/schema}Point" minOccurs="0"/>
       </sequence>
       <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="shape" type="{http://morphml.org/morphml/schema}SpineShape" />
       <attribute name="volume" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Point distal
           
protected  java.lang.Double length
           
protected  java.math.BigInteger parent
           
protected  Point proximal
           
protected  SpineShape shape
           
protected  java.lang.Double volume
           
 
Constructor Summary
Spine()
           
 
Method Summary
 Point getDistal()
          Gets the value of the distal property.
 java.lang.Double getLength()
          Gets the value of the length property.
 java.math.BigInteger getParent()
          Gets the value of the parent property.
 Point getProximal()
          Gets the value of the proximal property.
 SpineShape getShape()
          Gets the value of the shape property.
 java.lang.Double getVolume()
          Gets the value of the volume property.
 void setDistal(Point value)
          Sets the value of the distal property.
 void setLength(java.lang.Double value)
          Sets the value of the length property.
 void setParent(java.math.BigInteger value)
          Sets the value of the parent property.
 void setProximal(Point value)
          Sets the value of the proximal property.
 void setShape(SpineShape value)
          Sets the value of the shape property.
 void setVolume(java.lang.Double value)
          Sets the value of the volume property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proximal

protected Point proximal

distal

protected Point distal

length

protected java.lang.Double length

parent

protected java.math.BigInteger parent

shape

protected SpineShape shape

volume

protected java.lang.Double volume
Constructor Detail

Spine

public Spine()
Method Detail

getProximal

public Point getProximal()
Gets the value of the proximal property.

Returns:
possible object is Point

setProximal

public void setProximal(Point value)
Sets the value of the proximal property.

Parameters:
value - allowed object is Point

getDistal

public Point getDistal()
Gets the value of the distal property.

Returns:
possible object is Point

setDistal

public void setDistal(Point value)
Sets the value of the distal property.

Parameters:
value - allowed object is Point

getLength

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

Returns:
possible object is Double

setLength

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

Parameters:
value - allowed object is Double

getParent

public java.math.BigInteger getParent()
Gets the value of the parent property.

Returns:
possible object is BigInteger

setParent

public void setParent(java.math.BigInteger value)
Sets the value of the parent property.

Parameters:
value - allowed object is BigInteger

getShape

public SpineShape getShape()
Gets the value of the shape property.

Returns:
possible object is SpineShape

setShape

public void setShape(SpineShape value)
Sets the value of the shape property.

Parameters:
value - allowed object is SpineShape

getVolume

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

Returns:
possible object is Double

setVolume

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

Parameters:
value - allowed object is Double


NeuroML API (v1.4)