Package org.neuroml.model
Class Include
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Include
- All Implemented Interfaces:
- org.jvnet.jaxb2_commons.lang.ToString2
Include all members of another  **segmentGroup**  in this group
 
 
 
Java class for Include complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Include">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="segmentGroup" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </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) Gets the value of the segmentGroup property.voidsetSegmentGroup(String value) Sets the value of the segmentGroup property.toString()
- 
Field Details- 
segmentGroup
 
- 
- 
Constructor Details- 
Includepublic Include()
 
- 
- 
Method Details- 
getSegmentGroupGets the value of the segmentGroup property.- Returns:
- possible object is
     String
 
- 
setSegmentGroupSets the value of the segmentGroup property.- Parameters:
- value- allowed object is- String
 
- 
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
 
 
-