Class SubTree

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

public class SubTree extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2
Include all the **segment** s distal to that specified by **from** in the **segmentGroup**

Java class for SubTree complex type.

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

 <complexType name="SubTree">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <choice>
         <element name="from" type="{http://www.neuroml.org/schema/neuroml2}SegmentEndPoint" minOccurs="0"/>
         <element name="to" type="{http://www.neuroml.org/schema/neuroml2}SegmentEndPoint" minOccurs="0"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>