neuroml.meta
Class RectangularBox.Size

java.lang.Object
  extended by neuroml.meta.RectangularBox.Size
Enclosing class:
RectangularBox

public static class RectangularBox.Size
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">
       <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>
 


Field Summary
protected  java.lang.Double depth
           
protected  java.lang.Double height
           
protected  java.lang.Double width
           
 
Constructor Summary
RectangularBox.Size()
           
 
Method Summary
 java.lang.Double getDepth()
          Gets the value of the depth property.
 java.lang.Double getHeight()
          Gets the value of the height property.
 java.lang.Double getWidth()
          Gets the value of the width property.
 void setDepth(java.lang.Double value)
          Sets the value of the depth property.
 void setHeight(java.lang.Double value)
          Sets the value of the height property.
 void setWidth(java.lang.Double value)
          Sets the value of the width property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

depth

protected java.lang.Double depth

height

protected java.lang.Double height

width

protected java.lang.Double width
Constructor Detail

RectangularBox.Size

public RectangularBox.Size()
Method Detail

getDepth

public java.lang.Double getDepth()
Gets the value of the depth property.

Returns:
possible object is Double

setDepth

public void setDepth(java.lang.Double value)
Sets the value of the depth property.

Parameters:
value - allowed object is Double

getHeight

public java.lang.Double getHeight()
Gets the value of the height property.

Returns:
possible object is Double

setHeight

public void setHeight(java.lang.Double value)
Sets the value of the height property.

Parameters:
value - allowed object is Double

getWidth

public java.lang.Double getWidth()
Gets the value of the width property.

Returns:
possible object is Double

setWidth

public void setWidth(java.lang.Double value)
Sets the value of the width property.

Parameters:
value - allowed object is Double


NeuroML API (v1.4)