Class SegmentGroup
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for SegmentGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SegmentGroup"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <sequence> <element name="notes" type="{http://www.neuroml.org/schema/neuroml2}Notes" minOccurs="0"/> <element name="property" type="{http://www.neuroml.org/schema/neuroml2}Property" maxOccurs="unbounded" minOccurs="0"/> <element name="annotation" type="{http://www.neuroml.org/schema/neuroml2}Annotation" minOccurs="0"/> <element name="member" type="{http://www.neuroml.org/schema/neuroml2}Member" maxOccurs="unbounded" minOccurs="0"/> <element name="include" type="{http://www.neuroml.org/schema/neuroml2}Include" maxOccurs="unbounded" minOccurs="0"/> <element name="path" type="{http://www.neuroml.org/schema/neuroml2}Path" maxOccurs="unbounded" minOccurs="0"/> <element name="subTree" type="{http://www.neuroml.org/schema/neuroml2}SubTree" maxOccurs="unbounded" minOccurs="0"/> <element name="inhomogeneousParameter" type="{http://www.neuroml.org/schema/neuroml2}InhomogeneousParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="neuroLexId" type="{http://www.neuroml.org/schema/neuroml2}NeuroLexId" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Annotation
protected List<InhomogeneousParameter>
protected String
protected String
-
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 annotation property.Gets the value of the include property.Gets the value of the inhomogeneousParameter property.Gets the value of the member property.Gets the value of the neuroLexId property.getNotes()
Gets the value of the notes property.getPath()
Gets the value of the path property.Gets the value of the property property.Gets the value of the subTree property.void
setAnnotation
(Annotation value) Sets the value of the annotation property.void
setNeuroLexId
(String value) Sets the value of the neuroLexId property.void
Sets the value of the notes property.toString()
-
Field Details
-
notes
-
property
-
annotation
-
member
-
include
-
path
-
subTree
-
inhomogeneousParameter
-
neuroLexId
-
-
Constructor Details
-
SegmentGroup
public SegmentGroup()
-
-
Method Details
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value
- allowed object isString
-
getProperty
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
-
getAnnotation
Gets the value of the annotation property.- Returns:
- possible object is
Annotation
-
setAnnotation
Sets the value of the annotation property.- Parameters:
value
- allowed object isAnnotation
-
getMember
Gets the value of the member property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the member property.For example, to add a new item, do as follows:
getMember().add(newItem);
Objects of the following type(s) are allowed in the list
Member
-
getInclude
Gets the value of the include property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the include property.For example, to add a new item, do as follows:
getInclude().add(newItem);
Objects of the following type(s) are allowed in the list
Include
-
getPath
Gets the value of the path property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the path property.For example, to add a new item, do as follows:
getPath().add(newItem);
Objects of the following type(s) are allowed in the list
Path
-
getSubTree
Gets the value of the subTree property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the subTree property.For example, to add a new item, do as follows:
getSubTree().add(newItem);
Objects of the following type(s) are allowed in the list
SubTree
-
getInhomogeneousParameter
Gets the value of the inhomogeneousParameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the inhomogeneousParameter property.For example, to add a new item, do as follows:
getInhomogeneousParameter().add(newItem);
Objects of the following type(s) are allowed in the list
InhomogeneousParameter
-
getNeuroLexId
Gets the value of the neuroLexId property.- Returns:
- possible object is
String
-
setNeuroLexId
Sets the value of the neuroLexId property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-