Package org.neuroml.model
Class Layout
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Layout
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for Layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Layout"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <choice> <element name="random" type="{http://www.neuroml.org/schema/neuroml2}RandomLayout"/> <element name="grid" type="{http://www.neuroml.org/schema/neuroml2}GridLayout"/> <element name="unstructured" type="{http://www.neuroml.org/schema/neuroml2}UnstructuredLayout"/> </choice> <attribute name="space" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected GridLayout
protected RandomLayout
protected String
protected UnstructuredLayout
-
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) getGrid()
Gets the value of the grid property.Gets the value of the random property.getSpace()
Gets the value of the space property.Gets the value of the unstructured property.void
setGrid
(GridLayout value) Sets the value of the grid property.void
setRandom
(RandomLayout value) Sets the value of the random property.void
Sets the value of the space property.void
Sets the value of the unstructured property.toString()
-
Field Details
-
random
-
grid
-
unstructured
-
space
-
-
Constructor Details
-
Layout
public Layout()
-
-
Method Details
-
getRandom
Gets the value of the random property.- Returns:
- possible object is
RandomLayout
-
setRandom
Sets the value of the random property.- Parameters:
value
- allowed object isRandomLayout
-
getGrid
Gets the value of the grid property.- Returns:
- possible object is
GridLayout
-
setGrid
Sets the value of the grid property.- Parameters:
value
- allowed object isGridLayout
-
getUnstructured
Gets the value of the unstructured property.- Returns:
- possible object is
UnstructuredLayout
-
setUnstructured
Sets the value of the unstructured property.- Parameters:
value
- allowed object isUnstructuredLayout
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value
- allowed object isString
-
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
-