Package org.neuroml.model
Class SubTree
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.SubTree
- All Implemented Interfaces:
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>
-
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) getFrom()
Gets the value of the from property.getTo()
Gets the value of the to property.void
setFrom
(SegmentEndPoint value) Sets the value of the from property.void
setTo
(SegmentEndPoint value) Sets the value of the to property.toString()
-
Field Details
-
from
-
to
-
-
Constructor Details
-
SubTree
public SubTree()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
SegmentEndPoint
-
setFrom
Sets the value of the from property.- Parameters:
value
- allowed object isSegmentEndPoint
-
getTo
Gets the value of the to property.- Returns:
- possible object is
SegmentEndPoint
-
setTo
Sets the value of the to property.- Parameters:
value
- allowed object isSegmentEndPoint
-
toString
- Overrides:
toString
in classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseWithoutId
-
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 classBaseWithoutId
-