Package org.neuroml.model
Class Cell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
Cell2CaPools
Cell with **segment** s specified in a **morphology** element along with details on its **biophysicalProperties** . NOTE: this can only be correctly simulated using jLEMS when there is a single segment in the cell, and **v** of this cell represents the membrane potential in that isopotential segment.
Java class for Cell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cell"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell"> <sequence> <element name="morphology" type="{http://www.neuroml.org/schema/neuroml2}Morphology" minOccurs="0"/> <element name="biophysicalProperties" type="{http://www.neuroml.org/schema/neuroml2}BiophysicalProperties" minOccurs="0"/> </sequence> <attribute name="morphology" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="biophysicalProperties" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BiophysicalProperties
protected String
protected Morphology
protected String
Fields inherited from class org.neuroml.model.BaseCell
neuroLexId
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
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 biophysicalProperties property.Gets the value of the biophysicalPropertiesAttr property.Gets the value of the morphology property.Gets the value of the morphologyAttr property.void
Sets the value of the biophysicalProperties property.void
Sets the value of the biophysicalPropertiesAttr property.void
setMorphology
(Morphology value) Sets the value of the morphology property.void
setMorphologyAttr
(String value) Sets the value of the morphologyAttr property.toString()
Methods inherited from class org.neuroml.model.BaseCell
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
morphology
-
biophysicalProperties
-
morphologyAttr
-
biophysicalPropertiesAttr
-
-
Constructor Details
-
Cell
public Cell()
-
-
Method Details
-
getMorphology
Gets the value of the morphology property.- Returns:
- possible object is
Morphology
-
setMorphology
Sets the value of the morphology property.- Parameters:
value
- allowed object isMorphology
-
getBiophysicalProperties
Gets the value of the biophysicalProperties property.- Returns:
- possible object is
BiophysicalProperties
-
setBiophysicalProperties
Sets the value of the biophysicalProperties property.- Parameters:
value
- allowed object isBiophysicalProperties
-
getMorphologyAttr
Gets the value of the morphologyAttr property.- Returns:
- possible object is
String
-
setMorphologyAttr
Sets the value of the morphologyAttr property.- Parameters:
value
- allowed object isString
-
getBiophysicalPropertiesAttr
Gets the value of the biophysicalPropertiesAttr property.- Returns:
- possible object is
String
-
setBiophysicalPropertiesAttr
Sets the value of the biophysicalPropertiesAttr 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 classBaseCell
-