Package org.neuroml.model
Class SegmentParent
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.SegmentParent
- All Implemented Interfaces:
- org.jvnet.jaxb2_commons.lang.ToString2
Java class for SegmentParent complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="SegmentParent">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="segment" use="required" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" />
       <attribute name="fractionAlong" type="{http://www.neuroml.org/schema/neuroml2}ZeroToOne" default="1" />
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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) floatGets the value of the fractionAlong property.Gets the value of the segment property.voidsetFractionAlong(Float value) Sets the value of the fractionAlong property.voidsetSegment(Integer value) Sets the value of the segment property.toString()
- 
Field Details- 
segment
- 
fractionAlong
 
- 
- 
Constructor Details- 
SegmentParentpublic SegmentParent()
 
- 
- 
Method Details- 
getSegmentGets the value of the segment property.- Returns:
- possible object is
     String
 
- 
setSegmentSets the value of the segment property.- Parameters:
- value- allowed object is- String
 
- 
getFractionAlongpublic float getFractionAlong()Gets the value of the fractionAlong property.- Returns:
- possible object is
     Float
 
- 
setFractionAlongSets the value of the fractionAlong property.- Parameters:
- value- allowed object is- Float
 
- 
toString- Overrides:
- toStringin class- BaseWithoutId
 
- 
appendpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
- appendin interface- org.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
- appendin class- BaseWithoutId
 
- 
appendFieldspublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
- appendFieldsin interface- org.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
- appendFieldsin class- BaseWithoutId
 
 
-