Class Layout

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

public class Layout extends BaseWithoutId implements 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 Details

  • Constructor Details

    • Layout

      public Layout()
  • Method Details

    • getRandom

      public RandomLayout getRandom()
      Gets the value of the random property.
      Returns:
      possible object is RandomLayout
    • setRandom

      public void setRandom(RandomLayout value)
      Sets the value of the random property.
      Parameters:
      value - allowed object is RandomLayout
    • getGrid

      public GridLayout getGrid()
      Gets the value of the grid property.
      Returns:
      possible object is GridLayout
    • setGrid

      public void setGrid(GridLayout value)
      Sets the value of the grid property.
      Parameters:
      value - allowed object is GridLayout
    • getUnstructured

      public UnstructuredLayout getUnstructured()
      Gets the value of the unstructured property.
      Returns:
      possible object is UnstructuredLayout
    • setUnstructured

      public void setUnstructured(UnstructuredLayout value)
      Sets the value of the unstructured property.
      Parameters:
      value - allowed object is UnstructuredLayout
    • getSpace

      public String getSpace()
      Gets the value of the space property.
      Returns:
      possible object is String
    • setSpace

      public void setSpace(String value)
      Sets the value of the space property.
      Parameters:
      value - allowed object is String
    • toString

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