neuroml.morph
Class Cell.CellBody

java.lang.Object
  extended by neuroml.morph.Cell.CellBody
Enclosing class:
Cell

public static class Cell.CellBody
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">
       <sequence>
         <group ref="{http://morphml.org/metadata/schema}metadata"/>
         <choice>
           <element name="polygon" type="{http://morphml.org/metadata/schema}Polygon"/>
           <element name="polyhedron" type="{http://morphml.org/metadata/schema}Polyhedron"/>
           <element name="sphere" type="{http://morphml.org/metadata/schema}Sphere"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Annotation annotation
           
protected  java.util.List<java.lang.String> group
           
protected  java.lang.String notes
           
protected  Polygon polygon
           
protected  Polyhedron polyhedron
           
protected  Properties properties
           
protected  Sphere sphere
           
 
Constructor Summary
Cell.CellBody()
           
 
Method Summary
 Annotation getAnnotation()
          Gets the value of the annotation property.
 java.util.List<java.lang.String> getGroup()
          Gets the value of the group property.
 java.lang.String getNotes()
          Gets the value of the notes property.
 Polygon getPolygon()
          Gets the value of the polygon property.
 Polyhedron getPolyhedron()
          Gets the value of the polyhedron property.
 Properties getProperties()
          Gets the value of the properties property.
 Sphere getSphere()
          Gets the value of the sphere property.
 void setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void setNotes(java.lang.String value)
          Sets the value of the notes property.
 void setPolygon(Polygon value)
          Sets the value of the polygon property.
 void setPolyhedron(Polyhedron value)
          Sets the value of the polyhedron property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSphere(Sphere value)
          Sets the value of the sphere property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notes

protected java.lang.String notes

properties

protected Properties properties

annotation

protected Annotation annotation

group

protected java.util.List<java.lang.String> group

polygon

protected Polygon polygon

polyhedron

protected Polyhedron polyhedron

sphere

protected Sphere sphere
Constructor Detail

Cell.CellBody

public Cell.CellBody()
Method Detail

getNotes

public java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getAnnotation

public Annotation getAnnotation()
Gets the value of the annotation property.

Returns:
possible object is Annotation

setAnnotation

public void setAnnotation(Annotation value)
Sets the value of the annotation property.

Parameters:
value - allowed object is Annotation

getGroup

public java.util.List<java.lang.String> getGroup()
Gets the value of the group property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the group property.

For example, to add a new item, do as follows:

    getGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getPolygon

public Polygon getPolygon()
Gets the value of the polygon property.

Returns:
possible object is Polygon

setPolygon

public void setPolygon(Polygon value)
Sets the value of the polygon property.

Parameters:
value - allowed object is Polygon

getPolyhedron

public Polyhedron getPolyhedron()
Gets the value of the polyhedron property.

Returns:
possible object is Polyhedron

setPolyhedron

public void setPolyhedron(Polyhedron value)
Sets the value of the polyhedron property.

Parameters:
value - allowed object is Polyhedron

getSphere

public Sphere getSphere()
Gets the value of the sphere property.

Returns:
possible object is Sphere

setSphere

public void setSphere(Sphere value)
Sets the value of the sphere property.

Parameters:
value - allowed object is Sphere


NeuroML API (v1.4)