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
-
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) Gets the value of the xSpacing property.float
Gets the value of the xStart property.Gets the value of the ySpacing property.float
Gets the value of the yStart property.Gets the value of the zSpacing property.float
Gets the value of the zStart property.void
setXSpacing
(Float value) Sets the value of the xSpacing property.void
Sets the value of the xStart property.void
setYSpacing
(Float value) Sets the value of the ySpacing property.void
Sets the value of the yStart property.void
setZSpacing
(Float value) Sets the value of the zSpacing property.void
Sets 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:
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
-