Package org.neuroml.model
Class Species
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Species
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Description of a chemical species identified by **ion,** which has internal, **concentration,** and external, **extConcentration** values for its concentration
\n
:param initialConcentration:
:type initialConcentration: concentration
:param initialExtConcentration:
:type initialExtConcentration: concentration
Java class for Species complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Species"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <attribute name="concentrationModel" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="ion" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="initialConcentration" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_concentration" /> <attribute name="initialExtConcentration" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_concentration" /> <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 concentrationModel property.Gets the value of the initialConcentration property.Gets the value of the initialExtConcentration property.getIon()
Gets the value of the ion property.Gets the value of the segmentGroup property.void
setConcentrationModel
(String value) Sets the value of the concentrationModel property.void
setInitialConcentration
(String value) Sets the value of the initialConcentration property.void
setInitialExtConcentration
(String value) Sets the value of the initialExtConcentration property.void
Sets the value of the ion property.void
setSegmentGroup
(String value) Sets the value of the segmentGroup property.toString()
-
Field Details
-
concentrationModel
-
ion
-
initialConcentration
-
initialExtConcentration
-
segmentGroup
-
-
Constructor Details
-
Species
public Species()
-
-
Method Details
-
getConcentrationModel
Gets the value of the concentrationModel property.- Returns:
- possible object is
String
-
setConcentrationModel
Sets the value of the concentrationModel property.- Parameters:
value
- allowed object isString
-
getIon
Gets the value of the ion property.- Returns:
- possible object is
String
-
setIon
Sets the value of the ion property.- Parameters:
value
- allowed object isString
-
getInitialConcentration
Gets the value of the initialConcentration property.- Returns:
- possible object is
String
-
setInitialConcentration
Sets the value of the initialConcentration property.- Parameters:
value
- allowed object isString
-
getInitialExtConcentration
Gets the value of the initialExtConcentration property.- Returns:
- possible object is
String
-
setInitialExtConcentration
Sets the value of the initialExtConcentration 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
-
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
-