neuroml.meta
Class RectangularBox

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

public class RectangularBox
extends java.lang.Object

A Rectangular Box for locating cells in 3D.

Java class for RectangularBox complex type.

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

 <complexType name="RectangularBox">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corner" type="{http://morphml.org/metadata/schema}Point"/>
         <element name="size">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="depth" type="{http://www.w3.org/2001/XMLSchema}double" />
                 <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
                 <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RectangularBox.Size
          Java class for anonymous complex type.
 
Field Summary
protected  Point corner
           
protected  java.lang.String name
           
protected  RectangularBox.Size size
           
 
Constructor Summary
RectangularBox()
           
 
Method Summary
 Point getCorner()
          Gets the value of the corner property.
 java.lang.String getName()
          Gets the value of the name property.
 RectangularBox.Size getSize()
          Gets the value of the size property.
 void setCorner(Point value)
          Sets the value of the corner property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSize(RectangularBox.Size value)
          Sets the value of the size property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

corner

protected Point corner

size

protected RectangularBox.Size size

name

protected java.lang.String name
Constructor Detail

RectangularBox

public RectangularBox()
Method Detail

getCorner

public Point getCorner()
Gets the value of the corner property.

Returns:
possible object is Point

setCorner

public void setCorner(Point value)
Sets the value of the corner property.

Parameters:
value - allowed object is Point

getSize

public RectangularBox.Size getSize()
Gets the value of the size property.

Returns:
possible object is RectangularBox.Size

setSize

public void setSize(RectangularBox.Size value)
Sets the value of the size property.

Parameters:
value - allowed object is RectangularBox.Size

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)