neuroml.channel
Class CurrentVoltageRelation

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

public class CurrentVoltageRelation
extends java.lang.Object

How the current through the channel depends on the conductance of the channel. Only ohmic supported at the moment

Java class for CurrentVoltageRelation complex type.

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

 <complexType name="CurrentVoltageRelation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="ohmic" type="{http://morphml.org/channelml/schema}Ohmic" minOccurs="0"/>
       </choice>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  Ohmic ohmic
           
 
Constructor Summary
CurrentVoltageRelation()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 Ohmic getOhmic()
          Gets the value of the ohmic property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOhmic(Ohmic value)
          Sets the value of the ohmic property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ohmic

protected Ohmic ohmic

name

protected java.lang.String name
Constructor Detail

CurrentVoltageRelation

public CurrentVoltageRelation()
Method Detail

getOhmic

public Ohmic getOhmic()
Gets the value of the ohmic property.

Returns:
possible object is Ohmic

setOhmic

public void setOhmic(Ohmic value)
Sets the value of the ohmic property.

Parameters:
value - allowed object is Ohmic

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


NeuroML API (v1.4)