|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.channel.Ohmic
public class Ohmic
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 |
|---|
protected Ohmic.Conductance conductance
protected java.lang.String nonSpecific
protected java.lang.String ion
| Constructor Detail |
|---|
public Ohmic()
| Method Detail |
|---|
public Ohmic.Conductance getConductance()
Ohmic.Conductancepublic void setConductance(Ohmic.Conductance value)
value - allowed object is
Ohmic.Conductancepublic java.lang.String getNonSpecific()
Stringpublic void setNonSpecific(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIon()
Stringpublic void setIon(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||