|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.channel.Ohmic.Conductance
public static class Ohmic.Conductance
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 |
|---|
protected RateAdjustments rateAdjustments
protected java.util.List<Gate> gate
protected java.lang.Double defaultGmax
| Constructor Detail |
|---|
public Ohmic.Conductance()
| Method Detail |
|---|
public RateAdjustments getRateAdjustments()
RateAdjustmentspublic void setRateAdjustments(RateAdjustments value)
value - allowed object is
RateAdjustmentspublic java.util.List<Gate> getGate()
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
public java.lang.Double getDefaultGmax()
Doublepublic void setDefaultGmax(java.lang.Double value)
value - allowed object is
Double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||