|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.channel.Transition
public class Transition
What causes the gate to open and close. A dependence on potential difference, or a voltage and (ion) concentration dependence
Java class for Transition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="voltage_gate" type="{http://morphml.org/channelml/schema}VoltageGate"/>
<element name="voltage_conc_gate" type="{http://morphml.org/channelml/schema}VoltageConcGate"/>
</choice>
<attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
src
|
protected java.lang.String |
target
|
protected VoltageConcGate |
voltageConcGate
|
protected VoltageGate |
voltageGate
|
| Constructor Summary | |
|---|---|
Transition()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSrc()
Gets the value of the src property. |
java.lang.String |
getTarget()
Gets the value of the target property. |
VoltageConcGate |
getVoltageConcGate()
Gets the value of the voltageConcGate property. |
VoltageGate |
getVoltageGate()
Gets the value of the voltageGate property. |
void |
setSrc(java.lang.String value)
Sets the value of the src property. |
void |
setTarget(java.lang.String value)
Sets the value of the target property. |
void |
setVoltageConcGate(VoltageConcGate value)
Sets the value of the voltageConcGate property. |
void |
setVoltageGate(VoltageGate value)
Sets the value of the voltageGate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected VoltageGate voltageGate
protected VoltageConcGate voltageConcGate
protected java.lang.String src
protected java.lang.String target
| Constructor Detail |
|---|
public Transition()
| Method Detail |
|---|
public VoltageGate getVoltageGate()
VoltageGatepublic void setVoltageGate(VoltageGate value)
value - allowed object is
VoltageGatepublic VoltageConcGate getVoltageConcGate()
VoltageConcGatepublic void setVoltageConcGate(VoltageConcGate value)
value - allowed object is
VoltageConcGatepublic java.lang.String getSrc()
Stringpublic void setSrc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTarget()
Stringpublic void setTarget(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 | |||||||||