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
FieldsFields inherited from class org.neuroml.model.IonChannel
conductance, gate, gateFractional, gateHHInstantaneous, gateHHrates, gateHHratesInf, gateHHratesTau, gateHHratesTauInf, gateHHtauInf, species, typeFields inherited from class org.neuroml.model.IonChannelScalable
neuroLexId, q10ConductanceScalingFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
Constructor Summary
Constructors -
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.voidSets 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, setTypeMethods inherited from class org.neuroml.model.IonChannelScalable
getNeuroLexId, getQ10ConductanceScaling, setNeuroLexIdMethods 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:
toStringin classIonChannel
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classIonChannel
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classIonChannel
-