Class IonChannel
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
IonChannelHH
,IonChannelVShift
Java class for IonChannel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IonChannel"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}IonChannelScalable"> <choice> <element name="gate" type="{http://www.neuroml.org/schema/neuroml2}GateHHUndetermined" maxOccurs="unbounded" minOccurs="0"/> <element name="gateHHrates" type="{http://www.neuroml.org/schema/neuroml2}GateHHRates" maxOccurs="unbounded" minOccurs="0"/> <element name="gateHHratesTau" type="{http://www.neuroml.org/schema/neuroml2}GateHHRatesTau" maxOccurs="unbounded" minOccurs="0"/> <element name="gateHHtauInf" type="{http://www.neuroml.org/schema/neuroml2}GateHHTauInf" maxOccurs="unbounded" minOccurs="0"/> <element name="gateHHratesInf" type="{http://www.neuroml.org/schema/neuroml2}GateHHRatesInf" maxOccurs="unbounded" minOccurs="0"/> <element name="gateHHratesTauInf" type="{http://www.neuroml.org/schema/neuroml2}GateHHRatesTauInf" maxOccurs="unbounded" minOccurs="0"/> <element name="gateHHInstantaneous" type="{http://www.neuroml.org/schema/neuroml2}GateHHInstantaneous" maxOccurs="unbounded" minOccurs="0"/> <element name="gateFractional" type="{http://www.neuroml.org/schema/neuroml2}GateFractional" maxOccurs="unbounded" minOccurs="0"/> </choice> <attribute name="species" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="type" type="{http://www.neuroml.org/schema/neuroml2}channelTypes" /> <attribute name="conductance" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected List<GateHHUndetermined>
protected List<GateFractional>
protected List<GateHHInstantaneous>
protected List<GateHHRates>
protected List<GateHHRatesInf>
protected List<GateHHRatesTau>
protected List<GateHHRatesTauInf>
protected List<GateHHTauInf>
protected String
protected ChannelTypes
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 conductance property.getGate()
Gets the value of the gate property.Gets the value of the gateFractional property.Gets the value of the gateHHInstantaneous property.Gets the value of the gateHHrates property.Gets the value of the gateHHratesInf property.Gets the value of the gateHHratesTau property.Gets the value of the gateHHratesTauInf property.Gets the value of the gateHHtauInf property.Gets the value of the species property.getType()
Gets the value of the type property.void
setConductance
(String value) Sets the value of the conductance property.void
setSpecies
(String value) Sets the value of the species property.void
setType
(ChannelTypes value) Sets the value of the type property.toString()
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
-
gate
-
gateHHrates
-
gateHHratesTau
-
gateHHtauInf
-
gateHHratesInf
-
gateHHratesTauInf
-
gateHHInstantaneous
-
gateFractional
-
species
-
type
-
conductance
-
-
Constructor Details
-
IonChannel
public IonChannel()
-
-
Method Details
-
getGate
Gets the value of the gate property.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
GateHHUndetermined
-
getGateHHrates
Gets the value of the gateHHrates property.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 gateHHrates property.For example, to add a new item, do as follows:
getGateHHrates().add(newItem);
Objects of the following type(s) are allowed in the list
GateHHRates
-
getGateHHratesTau
Gets the value of the gateHHratesTau property.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 gateHHratesTau property.For example, to add a new item, do as follows:
getGateHHratesTau().add(newItem);
Objects of the following type(s) are allowed in the list
GateHHRatesTau
-
getGateHHtauInf
Gets the value of the gateHHtauInf property.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 gateHHtauInf property.For example, to add a new item, do as follows:
getGateHHtauInf().add(newItem);
Objects of the following type(s) are allowed in the list
GateHHTauInf
-
getGateHHratesInf
Gets the value of the gateHHratesInf property.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 gateHHratesInf property.For example, to add a new item, do as follows:
getGateHHratesInf().add(newItem);
Objects of the following type(s) are allowed in the list
GateHHRatesInf
-
getGateHHratesTauInf
Gets the value of the gateHHratesTauInf property.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 gateHHratesTauInf property.For example, to add a new item, do as follows:
getGateHHratesTauInf().add(newItem);
Objects of the following type(s) are allowed in the list
GateHHRatesTauInf
-
getGateHHInstantaneous
Gets the value of the gateHHInstantaneous property.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 gateHHInstantaneous property.For example, to add a new item, do as follows:
getGateHHInstantaneous().add(newItem);
Objects of the following type(s) are allowed in the list
GateHHInstantaneous
-
getGateFractional
Gets the value of the gateFractional property.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 gateFractional property.For example, to add a new item, do as follows:
getGateFractional().add(newItem);
Objects of the following type(s) are allowed in the list
GateFractional
-
getSpecies
Gets the value of the species property.- Returns:
- possible object is
String
-
setSpecies
Sets the value of the species property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
ChannelTypes
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isChannelTypes
-
getConductance
Gets the value of the conductance property.- Returns:
- possible object is
String
-
setConductance
Sets the value of the conductance property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classIonChannelScalable
-
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 classIonChannelScalable
-
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 classIonChannelScalable
-