neuroml.channel
Class Ohmic.Conductance

java.lang.Object
  extended by neuroml.channel.Ohmic.Conductance
Enclosing class:
Ohmic

public static class Ohmic.Conductance
extends java.lang.Object

Java class for anonymous complex type.

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

 <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>
 


Field Summary
protected  java.lang.Double defaultGmax
           
protected  java.util.List<Gate> gate
           
protected  RateAdjustments rateAdjustments
           
 
Constructor Summary
Ohmic.Conductance()
           
 
Method Summary
 java.lang.Double getDefaultGmax()
          Gets the value of the defaultGmax property.
 java.util.List<Gate> getGate()
          Gets the value of the gate property.
 RateAdjustments getRateAdjustments()
          Gets the value of the rateAdjustments property.
 void setDefaultGmax(java.lang.Double value)
          Sets the value of the defaultGmax property.
 void setRateAdjustments(RateAdjustments value)
          Sets the value of the rateAdjustments property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rateAdjustments

protected RateAdjustments rateAdjustments

gate

protected java.util.List<Gate> gate

defaultGmax

protected java.lang.Double defaultGmax
Constructor Detail

Ohmic.Conductance

public Ohmic.Conductance()
Method Detail

getRateAdjustments

public RateAdjustments getRateAdjustments()
Gets the value of the rateAdjustments property.

Returns:
possible object is RateAdjustments

setRateAdjustments

public void setRateAdjustments(RateAdjustments value)
Sets the value of the rateAdjustments property.

Parameters:
value - allowed object is RateAdjustments

getGate

public java.util.List<Gate> getGate()
Gets the value of the gate 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 gate property.

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

    getGate().add(newItem);
 

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


getDefaultGmax

public java.lang.Double getDefaultGmax()
Gets the value of the defaultGmax property.

Returns:
possible object is Double

setDefaultGmax

public void setDefaultGmax(java.lang.Double value)
Sets the value of the defaultGmax property.

Parameters:
value - allowed object is Double


NeuroML API (v1.4)