Class Space

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class Space extends Base implements 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 Details

  • Constructor Details

    • Space

      public Space()
  • Method Details

    • getStructure

      public SpaceStructure getStructure()
      Gets the value of the structure property.
      Returns:
      possible object is SpaceStructure
    • setStructure

      public void setStructure(SpaceStructure value)
      Sets the value of the structure property.
      Parameters:
      value - allowed object is SpaceStructure
    • getBasedOn

      public AllowedSpaces getBasedOn()
      Gets the value of the basedOn property.
      Returns:
      possible object is AllowedSpaces
    • setBasedOn

      public void setBasedOn(AllowedSpaces value)
      Sets the value of the basedOn property.
      Parameters:
      value - allowed object is AllowedSpaces
    • toString

      public String toString()
      Overrides:
      toString in class Base
    • 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 Base
    • 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 Base