Package org.neuroml.model
Class InitMembPotential
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.InitMembPotential
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class InitMembPotential
extends BaseWithoutId
implements org.jvnet.jaxb2_commons.lang.ToString2
Explicitly set initial membrane potential for the cell
\n
:param value:
:type value: voltage
Java class for InitMembPotential complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InitMembPotential"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="value" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="segmentGroup" type="{http://www.neuroml.org/schema/neuroml2}NmlId" default="all" /> </extension> </complexContent> </complexType>
-
Field Summary
-
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 segmentGroup property.getValue()
Gets the value of the value property.void
setSegmentGroup
(String value) Sets the value of the segmentGroup property.void
Sets the value of the value property.toString()
-
Field Details
-
value
-
segmentGroup
-
-
Constructor Details
-
InitMembPotential
public InitMembPotential()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getSegmentGroup
Gets the value of the segmentGroup property.- Returns:
- possible object is
String
-
setSegmentGroup
Sets the value of the segmentGroup property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseWithoutId
-
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 classBaseWithoutId
-
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 classBaseWithoutId
-