Package org.neuroml.model
Class IonChannelVShift
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.IonChannelScalable
org.neuroml.model.IonChannel
org.neuroml.model.IonChannelVShift
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Same as **ionChannel** , but with a **vShift** parameter to change voltage activation of gates. The exact usage of **vShift** in expressions for rates is determined by the individual gates.
\n
:param vShift:
:type vShift: voltage
:param conductance:
:type conductance: conductance
Java class for IonChannelVShift complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IonChannelVShift"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}IonChannel"> <attribute name="vShift" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.IonChannel
conductance, gate, gateFractional, gateHHInstantaneous, gateHHrates, gateHHratesInf, gateHHratesTau, gateHHratesTauInf, gateHHtauInf, species, type
Fields inherited from class org.neuroml.model.IonChannelScalable
neuroLexId, q10ConductanceScaling
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the vShift property.void
Sets the value of the vShift property.toString()
Methods inherited from class org.neuroml.model.IonChannel
getConductance, getGate, getGateFractional, getGateHHInstantaneous, getGateHHrates, getGateHHratesInf, getGateHHratesTau, getGateHHratesTauInf, getGateHHtauInf, getSpecies, getType, setConductance, setSpecies, setType
Methods inherited from class org.neuroml.model.IonChannelScalable
getNeuroLexId, getQ10ConductanceScaling, setNeuroLexId
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
vShift
-
-
Constructor Details
-
IonChannelVShift
public IonChannelVShift()
-
-
Method Details
-
getVShift
Gets the value of the vShift property.- Returns:
- possible object is
String
-
setVShift
Sets the value of the vShift property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classIonChannel
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classIonChannel
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classIonChannel
-