neuroml.meta
Class Polyhedron

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

public class Polyhedron
extends java.lang.Object

A 3d surface to represent the cell body or histological structure.

Java class for Polyhedron complex type.

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

 <complexType name="Polyhedron">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="polygons">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="polygon" type="{http://morphml.org/metadata/schema}Polygon" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Polyhedron.Polygons
          Java class for anonymous complex type.
 
Field Summary
protected  Polyhedron.Polygons polygons
           
 
Constructor Summary
Polyhedron()
           
 
Method Summary
 Polyhedron.Polygons getPolygons()
          Gets the value of the polygons property.
 void setPolygons(Polyhedron.Polygons value)
          Sets the value of the polygons property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

polygons

protected Polyhedron.Polygons polygons
Constructor Detail

Polyhedron

public Polyhedron()
Method Detail

getPolygons

public Polyhedron.Polygons getPolygons()
Gets the value of the polygons property.

Returns:
possible object is Polyhedron.Polygons

setPolygons

public void setPolygons(Polyhedron.Polygons value)
Sets the value of the polygons property.

Parameters:
value - allowed object is Polyhedron.Polygons


NeuroML API (v1.4)