Class Location

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class Location extends BaseWithoutId implements 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
    Modifier and Type
    Field
    Description
    protected float
     
    protected float
     
    protected float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    append(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
    Gets the value of the x property.
    float
    Gets the value of the y property.
    float
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

      public String toString()
      Overrides:
      toString in class BaseWithoutId
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseWithoutId
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseWithoutId