Package org.neuroml.model
Class GateFractionalSubgate
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.GateFractionalSubgate
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for GateFractionalSubgate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GateFractionalSubgate"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <all> <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="steadyState" type="{http://www.neuroml.org/schema/neuroml2}HHVariable"/> <element name="timeCourse" type="{http://www.neuroml.org/schema/neuroml2}HHTime"/> </all> <attribute name="fractionalConductance" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Q10Settings
protected HHVariable
protected HHTime
-
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 fractionalConductance property.getNotes()
Gets the value of the notes property.Gets the value of the q10Settings property.Gets the value of the steadyState property.Gets the value of the timeCourse property.void
setFractionalConductance
(String value) Sets the value of the fractionalConductance property.void
Sets the value of the notes property.void
setQ10Settings
(Q10Settings value) Sets the value of the q10Settings property.void
setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
setTimeCourse
(HHTime value) Sets the value of the timeCourse property.toString()
-
Field Details
-
notes
-
q10Settings
-
steadyState
-
timeCourse
-
fractionalConductance
-
-
Constructor Details
-
GateFractionalSubgate
public GateFractionalSubgate()
-
-
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
-
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
-
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
-
getFractionalConductance
Gets the value of the fractionalConductance property.- Returns:
- possible object is
String
-
setFractionalConductance
Sets the value of the fractionalConductance property.- Parameters:
value
- allowed object isString
-
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:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBase
-