Package org.neuroml.model
Class SpaceStructure
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.SpaceStructure
- All Implemented Interfaces:
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 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) Gets the value of the xSpacing property.floatGets the value of the xStart property.Gets the value of the ySpacing property.floatGets the value of the yStart property.Gets the value of the zSpacing property.floatGets the value of the zStart property.voidsetXSpacing(Float value) Sets the value of the xSpacing property.voidSets the value of the xStart property.voidsetYSpacing(Float value) Sets the value of the ySpacing property.voidSets the value of the yStart property.voidsetZSpacing(Float value) Sets the value of the zSpacing property.voidSets the value of the zStart property.toString()
-
Field Details
-
xSpacing
-
ySpacing
-
zSpacing
-
xStart
-
yStart
-
zStart
-
-
Constructor Details
-
SpaceStructure
public SpaceStructure()
-
-
Method Details
-
getXSpacing
Gets the value of the xSpacing property.- Returns:
- possible object is
Float
-
setXSpacing
Sets the value of the xSpacing property.- Parameters:
value- allowed object isFloat
-
getYSpacing
Gets the value of the ySpacing property.- Returns:
- possible object is
Float
-
setYSpacing
Sets the value of the ySpacing property.- Parameters:
value- allowed object isFloat
-
getZSpacing
Gets the value of the zSpacing property.- Returns:
- possible object is
Float
-
setZSpacing
Sets the value of the zSpacing property.- Parameters:
value- allowed object isFloat
-
getXStart
public float getXStart()Gets the value of the xStart property.- Returns:
- possible object is
Float
-
setXStart
Sets the value of the xStart property.- Parameters:
value- allowed object isFloat
-
getYStart
public float getYStart()Gets the value of the yStart property.- Returns:
- possible object is
Float
-
setYStart
Sets the value of the yStart property.- Parameters:
value- allowed object isFloat
-
getZStart
public float getZStart()Gets the value of the zStart property.- Returns:
- possible object is
Float
-
setZStart
Sets the value of the zStart property.- Parameters:
value- allowed object isFloat
-
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
-