neuroml.channel
Class Ohmic

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

public class Ohmic
extends java.lang.Object

Signifies an ohmic relation; the current is proportional to the potential difference across the channel

Java class for Ohmic complex type.

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

 <complexType name="Ohmic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="conductance">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="rate_adjustments" type="{http://morphml.org/channelml/schema}RateAdjustments" minOccurs="0"/>
                   <element name="gate" type="{http://morphml.org/channelml/schema}Gate" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="default_gmax" type="{http://www.w3.org/2001/XMLSchema}double" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="NonSpecific" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ion" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Ohmic.Conductance
          Java class for anonymous complex type.
 
Field Summary
protected  Ohmic.Conductance conductance
           
protected  java.lang.String ion
           
protected  java.lang.String nonSpecific
           
 
Constructor Summary
Ohmic()
           
 
Method Summary
 Ohmic.Conductance getConductance()
          Gets the value of the conductance property.
 java.lang.String getIon()
          Gets the value of the ion property.
 java.lang.String getNonSpecific()
          Gets the value of the nonSpecific property.
 void setConductance(Ohmic.Conductance value)
          Sets the value of the conductance property.
 void setIon(java.lang.String value)
          Sets the value of the ion property.
 void setNonSpecific(java.lang.String value)
          Sets the value of the nonSpecific property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conductance

protected Ohmic.Conductance conductance

nonSpecific

protected java.lang.String nonSpecific

ion

protected java.lang.String ion
Constructor Detail

Ohmic

public Ohmic()
Method Detail

getConductance

public Ohmic.Conductance getConductance()
Gets the value of the conductance property.

Returns:
possible object is Ohmic.Conductance

setConductance

public void setConductance(Ohmic.Conductance value)
Sets the value of the conductance property.

Parameters:
value - allowed object is Ohmic.Conductance

getNonSpecific

public java.lang.String getNonSpecific()
Gets the value of the nonSpecific property.

Returns:
possible object is String

setNonSpecific

public void setNonSpecific(java.lang.String value)
Sets the value of the nonSpecific property.

Parameters:
value - allowed object is String

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


NeuroML API (v1.4)