Package org.neuroml.model
Class Location
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Location
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Specifies the ( x, y, z ) location of a single **instance** of a component in a **population**
\n
:param x:
:type x: none
:param y:
:type y: none
:param z:
:type z: none
Java class for Location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
<attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="z" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) floatgetX()Gets the value of the x property.floatgetY()Gets the value of the y property.floatgetZ()Gets the value of the z property.voidsetX(float value) Sets the value of the x property.voidsetY(float value) Sets the value of the y property.voidsetZ(float value) Sets the value of the z property.toString()
-
Field Details
-
x
protected float x -
y
protected float y -
z
protected float z
-
-
Constructor Details
-
Location
public Location()
-
-
Method Details
-
getX
public float getX()Gets the value of the x property. -
setX
public void setX(float value) Sets the value of the x property. -
getY
public float getY()Gets the value of the y property. -
setY
public void setY(float value) Sets the value of the y property. -
getZ
public float getZ()Gets the value of the z property. -
setZ
public void setZ(float value) Sets the value of the z property. -
toString
- Overrides:
toStringin classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBaseWithoutId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseWithoutId
-