Package org.neuroml.model
Class MembraneProperties2CaPools
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.MembraneProperties
org.neuroml.model.MembraneProperties2CaPools
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class MembraneProperties2CaPools
extends MembraneProperties
implements org.jvnet.jaxb2_commons.lang.ToString2
Variant of membraneProperties with 2 independent Ca pools
Java class for MembraneProperties2CaPools complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MembraneProperties2CaPools"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}MembraneProperties"> <sequence> <element name="channelDensityNernstCa2" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityNernstCa2" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.MembraneProperties
channelDensity, channelDensityGHK, channelDensityGHK2, channelDensityNernst, channelDensityNonUniform, channelDensityNonUniformGHK, channelDensityNonUniformNernst, channelDensityVShift, channelPopulation, initMembPotential, specificCapacitance, spikeThresh
-
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 channelDensityNernstCa2 property.toString()
Methods inherited from class org.neuroml.model.MembraneProperties
getChannelDensity, getChannelDensityGHK, getChannelDensityGHK2, getChannelDensityNernst, getChannelDensityNonUniform, getChannelDensityNonUniformGHK, getChannelDensityNonUniformNernst, getChannelDensityVShift, getChannelPopulation, getInitMembPotential, getSpecificCapacitance, getSpikeThresh
-
Field Details
-
channelDensityNernstCa2
-
-
Constructor Details
-
MembraneProperties2CaPools
public MembraneProperties2CaPools()
-
-
Method Details
-
getChannelDensityNernstCa2
Gets the value of the channelDensityNernstCa2 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 channelDensityNernstCa2 property.For example, to add a new item, do as follows:
getChannelDensityNernstCa2().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelDensityNernstCa2
-
toString
- Overrides:
toString
in classMembraneProperties
-
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 classMembraneProperties
-
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 classMembraneProperties
-