Class Species

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class Species extends Base implements 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 Details

    • concentrationModel

      protected String concentrationModel
    • ion

      protected String ion
    • initialConcentration

      protected String initialConcentration
    • initialExtConcentration

      protected String initialExtConcentration
    • segmentGroup

      protected String segmentGroup
  • Constructor Details

    • Species

      public Species()
  • Method Details

    • getConcentrationModel

      public String getConcentrationModel()
      Gets the value of the concentrationModel property.
      Returns:
      possible object is String
    • setConcentrationModel

      public void setConcentrationModel(String value)
      Sets the value of the concentrationModel property.
      Parameters:
      value - allowed object is String
    • getIon

      public String getIon()
      Gets the value of the ion property.
      Returns:
      possible object is String
    • setIon

      public void setIon(String value)
      Sets the value of the ion property.
      Parameters:
      value - allowed object is String
    • getInitialConcentration

      public String getInitialConcentration()
      Gets the value of the initialConcentration property.
      Returns:
      possible object is String
    • setInitialConcentration

      public void setInitialConcentration(String value)
      Sets the value of the initialConcentration property.
      Parameters:
      value - allowed object is String
    • getInitialExtConcentration

      public String getInitialExtConcentration()
      Gets the value of the initialExtConcentration property.
      Returns:
      possible object is String
    • setInitialExtConcentration

      public void setInitialExtConcentration(String value)
      Sets the value of the initialExtConcentration property.
      Parameters:
      value - allowed object is String
    • getSegmentGroup

      public String getSegmentGroup()
      Gets the value of the segmentGroup property.
      Returns:
      possible object is String
    • setSegmentGroup

      public void setSegmentGroup(String value)
      Sets the value of the segmentGroup property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Base
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class Base
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class Base