neuroml.bio
Class InitialMembPotential

java.lang.Object
  extended by neuroml.bio.InitialMembPotential

public class InitialMembPotential
extends java.lang.Object

This quantity is often required for computational simulations and specifies the potential difference across the membrane at the start of the simulation. This is an optional field

Java class for InitialMembPotential complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InitialMembPotential">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameter" type="{http://morphml.org/biophysics/schema}UnnamedParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="variableParameter" type="{http://morphml.org/biophysics/schema}VariableParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<UnnamedParameter> parameter
           
protected  java.util.List<VariableParameter> variableParameter
           
 
Constructor Summary
InitialMembPotential()
           
 
Method Summary
 java.util.List<UnnamedParameter> getParameter()
          Gets the value of the parameter property.
 java.util.List<VariableParameter> getVariableParameter()
          Gets the value of the variableParameter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

protected java.util.List<UnnamedParameter> parameter

variableParameter

protected java.util.List<VariableParameter> variableParameter
Constructor Detail

InitialMembPotential

public InitialMembPotential()
Method Detail

getParameter

public java.util.List<UnnamedParameter> getParameter()
Gets the value of the parameter 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 parameter property.

For example, to add a new item, do as follows:

    getParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list UnnamedParameter


getVariableParameter

public java.util.List<VariableParameter> getVariableParameter()
Gets 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 set method 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



NeuroML API (v1.4)