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
-
Constructor Summary
-
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) float
getX()
Gets the value of the x property.float
getY()
Gets the value of the y property.float
getZ()
Gets the value of the z property.void
setX
(float value) Sets the value of the x property.void
setY
(float value) Sets the value of the y property.void
setZ
(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:
toString
in classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseWithoutId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBaseWithoutId
-