neuroml.channel
Class ConcDependence

java.lang.Object
  extended by neuroml.channel.ConcDependence

public class ConcDependence
extends java.lang.Object

Specification of what a gate is dependent on the concentration of

Java class for ConcDependence complex type.

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

 <complexType name="ConcDependence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ion" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="max_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" />
       <attribute name="min_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="variable_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String ion
           
protected  double maxConc
           
protected  double minConc
           
protected  java.lang.String name
           
protected  java.lang.String variableName
           
 
Constructor Summary
ConcDependence()
           
 
Method Summary
 java.lang.String getIon()
          Gets the value of the ion property.
 double getMaxConc()
          Gets the value of the maxConc property.
 double getMinConc()
          Gets the value of the minConc property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getVariableName()
          Gets the value of the variableName property.
 void setIon(java.lang.String value)
          Sets the value of the ion property.
 void setMaxConc(double value)
          Sets the value of the maxConc property.
 void setMinConc(double value)
          Sets the value of the minConc property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setVariableName(java.lang.String value)
          Sets the value of the variableName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ion

protected java.lang.String ion

maxConc

protected double maxConc

minConc

protected double minConc

name

protected java.lang.String name

variableName

protected java.lang.String variableName
Constructor Detail

ConcDependence

public ConcDependence()
Method Detail

getIon

public java.lang.String getIon()
Gets the value of the ion property.

Returns:
possible object is String

setIon

public void setIon(java.lang.String value)
Sets the value of the ion property.

Parameters:
value - allowed object is String

getMaxConc

public double getMaxConc()
Gets the value of the maxConc property.


setMaxConc

public void setMaxConc(double value)
Sets the value of the maxConc property.


getMinConc

public double getMinConc()
Gets the value of the minConc property.


setMinConc

public void setMinConc(double value)
Sets the value of the minConc property.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVariableName

public java.lang.String getVariableName()
Gets the value of the variableName property.

Returns:
possible object is String

setVariableName

public void setVariableName(java.lang.String value)
Sets the value of the variableName property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)