Package org.neuroml.model
Class Space
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Space
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for Space complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Space"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <sequence> <element name="structure" type="{http://www.neuroml.org/schema/neuroml2}SpaceStructure" minOccurs="0"/> </sequence> <attribute name="basedOn" type="{http://www.neuroml.org/schema/neuroml2}allowedSpaces" /> </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 basedOn property.Gets the value of the structure property.void
setBasedOn
(AllowedSpaces value) Sets the value of the basedOn property.void
setStructure
(SpaceStructure value) Sets the value of the structure property.toString()
-
Field Details
-
structure
-
basedOn
-
-
Constructor Details
-
Space
public Space()
-
-
Method Details
-
getStructure
Gets the value of the structure property.- Returns:
- possible object is
SpaceStructure
-
setStructure
Sets the value of the structure property.- Parameters:
value
- allowed object isSpaceStructure
-
getBasedOn
Gets the value of the basedOn property.- Returns:
- possible object is
AllowedSpaces
-
setBasedOn
Sets the value of the basedOn property.- Parameters:
value
- allowed object isAllowedSpaces
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-