neuroml.meta
Class Sphere

java.lang.Object
  extended by neuroml.meta.Sphere

public class Sphere
extends java.lang.Object

A spherical structure such as a cell body or cell.

Java class for Sphere complex type.

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

 <complexType name="Sphere">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="center" type="{http://morphml.org/metadata/schema}Point"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Point center
           
protected  java.lang.String name
           
 
Constructor Summary
Sphere()
           
 
Method Summary
 Point getCenter()
          Gets the value of the center property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCenter(Point value)
          Sets the value of the center property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

center

protected Point center

name

protected java.lang.String name
Constructor Detail

Sphere

public Sphere()
Method Detail

getCenter

public Point getCenter()
Gets the value of the center property.

Returns:
possible object is Point

setCenter

public void setCenter(Point value)
Sets the value of the center property.

Parameters:
value - allowed object is Point

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)