Package org.neuroml.model
Class SegmentEndPoint
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.SegmentEndPoint
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class SegmentEndPoint
extends BaseWithoutId
implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for SegmentEndPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SegmentEndPoint"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="segment" use="required" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" /> </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) Gets the value of the segment property.void
setSegment
(Integer value) Sets the value of the segment property.toString()
-
Field Details
-
segment
-
-
Constructor Details
-
SegmentEndPoint
public SegmentEndPoint()
-
-
Method Details
-
getSegment
Gets the value of the segment property.- Returns:
- possible object is
String
-
setSegment
Sets the value of the segment property.- Parameters:
value
- allowed object isString
-
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
-