Class Morphology

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

public class Morphology extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
The collection of **segment** s which specify the 3D structure of the cell, along with a number of **segmentGroup** s

Java class for Morphology complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Morphology">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <sequence>
         <element name="segment" type="{http://www.neuroml.org/schema/neuroml2}Segment" maxOccurs="unbounded"/>
         <element name="segmentGroup" type="{http://www.neuroml.org/schema/neuroml2}SegmentGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Morphology

      public Morphology()
  • Method Details

    • getSegment

      public List<Segment> getSegment()
      Gets the value of the segment property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the segment property.

      For example, to add a new item, do as follows:

          getSegment().add(newItem);
       

      Objects of the following type(s) are allowed in the list Segment

    • getSegmentGroup

      public List<SegmentGroup> getSegmentGroup()
      Gets the value of the segmentGroup property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the segmentGroup property.

      For example, to add a new item, do as follows:

          getSegmentGroup().add(newItem);
       

      Objects of the following type(s) are allowed in the list SegmentGroup

    • toString

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