Package org.neuroml.model
Class GateHHUndetermined
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.GateHHUndetermined
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Note all sub elements for gateHHrates, gateHHratesTau, gateFractional etc. allowed here. Which are valid should be constrained by what type is set
Java class for GateHHUndetermined complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GateHHUndetermined">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}Base">
<sequence>
<element name="notes" type="{http://www.neuroml.org/schema/neuroml2}Notes" minOccurs="0"/>
<element name="q10Settings" type="{http://www.neuroml.org/schema/neuroml2}Q10Settings" minOccurs="0"/>
<element name="forwardRate" type="{http://www.neuroml.org/schema/neuroml2}HHRate" minOccurs="0"/>
<element name="reverseRate" type="{http://www.neuroml.org/schema/neuroml2}HHRate" minOccurs="0"/>
<element name="timeCourse" type="{http://www.neuroml.org/schema/neuroml2}HHTime" minOccurs="0"/>
<element name="steadyState" type="{http://www.neuroml.org/schema/neuroml2}HHVariable" minOccurs="0"/>
<element name="subGate" type="{http://www.neuroml.org/schema/neuroml2}GateFractionalSubgate" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="instances" use="required" type="{http://www.neuroml.org/schema/neuroml2}PositiveInteger" />
<attribute name="type" use="required" type="{http://www.neuroml.org/schema/neuroml2}gateTypes" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HHRateprotected Integerprotected Stringprotected Q10Settingsprotected HHRateprotected HHVariableprotected List<GateFractionalSubgate>protected HHTimeprotected GateTypes -
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 forwardRate property.Gets the value of the instances property.getNotes()Gets the value of the notes property.Gets the value of the q10Settings property.Gets the value of the reverseRate property.Gets the value of the steadyState property.Gets the value of the subGate property.Gets the value of the timeCourse property.getType()Gets the value of the type property.voidsetForwardRate(HHRate value) Sets the value of the forwardRate property.voidsetInstances(Integer value) Sets the value of the instances property.voidSets the value of the notes property.voidsetQ10Settings(Q10Settings value) Sets the value of the q10Settings property.voidsetReverseRate(HHRate value) Sets the value of the reverseRate property.voidsetSteadyState(HHVariable value) Sets the value of the steadyState property.voidsetTimeCourse(HHTime value) Sets the value of the timeCourse property.voidSets the value of the type property.toString()
-
Field Details
-
notes
-
q10Settings
-
forwardRate
-
reverseRate
-
timeCourse
-
steadyState
-
subGate
-
instances
-
type
-
-
Constructor Details
-
GateHHUndetermined
public GateHHUndetermined()
-
-
Method Details
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value- allowed object isString
-
getQ10Settings
Gets the value of the q10Settings property.- Returns:
- possible object is
Q10Settings
-
setQ10Settings
Sets the value of the q10Settings property.- Parameters:
value- allowed object isQ10Settings
-
getForwardRate
Gets the value of the forwardRate property.- Returns:
- possible object is
HHRate
-
setForwardRate
Sets the value of the forwardRate property.- Parameters:
value- allowed object isHHRate
-
getReverseRate
Gets the value of the reverseRate property.- Returns:
- possible object is
HHRate
-
setReverseRate
Sets the value of the reverseRate property.- Parameters:
value- allowed object isHHRate
-
getTimeCourse
Gets the value of the timeCourse property.- Returns:
- possible object is
HHTime
-
setTimeCourse
Sets the value of the timeCourse property.- Parameters:
value- allowed object isHHTime
-
getSteadyState
Gets the value of the steadyState property.- Returns:
- possible object is
HHVariable
-
setSteadyState
Sets the value of the steadyState property.- Parameters:
value- allowed object isHHVariable
-
getSubGate
Gets the value of the subGate 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
setmethod for the subGate property.For example, to add a new item, do as follows:
getSubGate().add(newItem);Objects of the following type(s) are allowed in the list
GateFractionalSubgate -
getInstances
Gets the value of the instances property.- Returns:
- possible object is
String
-
setInstances
Sets the value of the instances property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
GateTypes
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isGateTypes
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-