neuroml.network
Class GridArrangement.Spacing

java.lang.Object
  extended by neuroml.network.GridArrangement.Spacing
Enclosing class:
GridArrangement

public static class GridArrangement.Spacing
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="x" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double x
           
protected  java.lang.Double y
           
protected  java.lang.Double z
           
 
Constructor Summary
GridArrangement.Spacing()
           
 
Method Summary
 java.lang.Double getX()
          Gets the value of the x property.
 java.lang.Double getY()
          Gets the value of the y property.
 java.lang.Double getZ()
          Gets the value of the z property.
 void setX(java.lang.Double value)
          Sets the value of the x property.
 void setY(java.lang.Double value)
          Sets the value of the y property.
 void setZ(java.lang.Double value)
          Sets the value of the z property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected java.lang.Double x

y

protected java.lang.Double y

z

protected java.lang.Double z
Constructor Detail

GridArrangement.Spacing

public GridArrangement.Spacing()
Method Detail

getX

public java.lang.Double getX()
Gets the value of the x property.

Returns:
possible object is Double

setX

public void setX(java.lang.Double value)
Sets the value of the x property.

Parameters:
value - allowed object is Double

getY

public java.lang.Double getY()
Gets the value of the y property.

Returns:
possible object is Double

setY

public void setY(java.lang.Double value)
Sets the value of the y property.

Parameters:
value - allowed object is Double

getZ

public java.lang.Double getZ()
Gets the value of the z property.

Returns:
possible object is Double

setZ

public void setZ(java.lang.Double value)
Sets the value of the z property.

Parameters:
value - allowed object is Double


NeuroML API (v1.4)