Class SpaceStructure

java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.SpaceStructure
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class SpaceStructure extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2

Java class for SpaceStructure complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SpaceStructure">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="xSpacing" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="ySpacing" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="zSpacing" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="xStart" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
       <attribute name="yStart" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
       <attribute name="zStart" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • xSpacing

      protected Float xSpacing
    • ySpacing

      protected Float ySpacing
    • zSpacing

      protected Float zSpacing
    • xStart

      protected Float xStart
    • yStart

      protected Float yStart
    • zStart

      protected Float zStart
  • Constructor Details

    • SpaceStructure

      public SpaceStructure()
  • Method Details

    • getXSpacing

      public Float getXSpacing()
      Gets the value of the xSpacing property.
      Returns:
      possible object is Float
    • setXSpacing

      public void setXSpacing(Float value)
      Sets the value of the xSpacing property.
      Parameters:
      value - allowed object is Float
    • getYSpacing

      public Float getYSpacing()
      Gets the value of the ySpacing property.
      Returns:
      possible object is Float
    • setYSpacing

      public void setYSpacing(Float value)
      Sets the value of the ySpacing property.
      Parameters:
      value - allowed object is Float
    • getZSpacing

      public Float getZSpacing()
      Gets the value of the zSpacing property.
      Returns:
      possible object is Float
    • setZSpacing

      public void setZSpacing(Float value)
      Sets the value of the zSpacing property.
      Parameters:
      value - allowed object is Float
    • getXStart

      public float getXStart()
      Gets the value of the xStart property.
      Returns:
      possible object is Float
    • setXStart

      public void setXStart(Float value)
      Sets the value of the xStart property.
      Parameters:
      value - allowed object is Float
    • getYStart

      public float getYStart()
      Gets the value of the yStart property.
      Returns:
      possible object is Float
    • setYStart

      public void setYStart(Float value)
      Sets the value of the yStart property.
      Parameters:
      value - allowed object is Float
    • getZStart

      public float getZStart()
      Gets the value of the zStart property.
      Returns:
      possible object is Float
    • setZStart

      public void setZStart(Float value)
      Sets the value of the zStart property.
      Parameters:
      value - allowed object is Float
    • 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