Package org.neuroml.model
Class ChannelDensityNonUniformNernst
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.ChannelDensityNonUniformNernst
- All Implemented Interfaces:
- org.jvnet.jaxb2_commons.lang.ToString2
public class ChannelDensityNonUniformNernst
extends Base
implements org.jvnet.jaxb2_commons.lang.ToString2
Specifies a time varying conductance density, which is distributed on a region of the **cell,**  and whose reversal potential is calculated from the Nernst equation. Hard coded for Ca only!. The conductance density of the channel is not uniform, but is set using the  **variableParameter** . Note, there is no dynamical description of this in LEMS yet, as this type only makes sense for multicompartmental cells. A ComponentType for this needs to be present to enable export of NeuroML 2 multicompartmental cells via LEMS/jNeuroML to NEURON
 
 
 
Java class for ChannelDensityNonUniformNernst complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ChannelDensityNonUniformNernst">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <sequence>
         <element name="variableParameter" type="{http://www.neuroml.org/schema/neuroml2}VariableParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ionChannel" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="ion" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<VariableParameter>
- 
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) getIon()Gets the value of the ion property.Gets the value of the ionChannel property.Gets the value of the variableParameter property.voidSets the value of the ion property.voidsetIonChannel(String value) Sets the value of the ionChannel property.toString()
- 
Field Details- 
variableParameter
- 
ionChannel
- 
ion
 
- 
- 
Constructor Details- 
ChannelDensityNonUniformNernstpublic ChannelDensityNonUniformNernst()
 
- 
- 
Method Details- 
getVariableParameterGets the value of the variableParameter 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 setmethod for the variableParameter property.For example, to add a new item, do as follows: getVariableParameter().add(newItem);Objects of the following type(s) are allowed in the list VariableParameter
- 
getIonChannelGets the value of the ionChannel property.- Returns:
- possible object is
     String
 
- 
setIonChannelSets the value of the ionChannel property.- Parameters:
- value- allowed object is- String
 
- 
getIonGets the value of the ion property.- Returns:
- possible object is
     String
 
- 
setIonSets the value of the ion property.- Parameters:
- value- allowed object is- String
 
- 
toString
- 
appendpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) 
- 
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- Base
 
 
-