Class DecayingPoolConcentrationModel

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ConcentrationModelD

public class DecayingPoolConcentrationModel extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
Model of an intracellular buffering mechanism for **ion** ( currently hard Coded to be calcium, due to requirement for **iCa** ) which has a baseline level **restingConc** and tends to this value with time course **decayConstant.** The ion is assumed to occupy a shell inside the membrane of thickness **shellThickness.** \n :param restingConc: :type restingConc: concentration :param decayConstant: :type decayConstant: time :param shellThickness: :type shellThickness: length

Java class for DecayingPoolConcentrationModel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DecayingPoolConcentrationModel">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <attribute name="ion" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="restingConc" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_concentration" />
       <attribute name="decayConstant" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="shellThickness" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_length" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • ion

      protected String ion
    • restingConc

      protected String restingConc
    • decayConstant

      protected String decayConstant
    • shellThickness

      protected String shellThickness
  • Constructor Details

    • DecayingPoolConcentrationModel

      public DecayingPoolConcentrationModel()
  • Method Details

    • 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
    • getRestingConc

      public String getRestingConc()
      Gets the value of the restingConc property.
      Returns:
      possible object is String
    • setRestingConc

      public void setRestingConc(String value)
      Sets the value of the restingConc property.
      Parameters:
      value - allowed object is String
    • getDecayConstant

      public String getDecayConstant()
      Gets the value of the decayConstant property.
      Returns:
      possible object is String
    • setDecayConstant

      public void setDecayConstant(String value)
      Sets the value of the decayConstant property.
      Parameters:
      value - allowed object is String
    • getShellThickness

      public String getShellThickness()
      Gets the value of the shellThickness property.
      Returns:
      possible object is String
    • setShellThickness

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

      public String toString()
      Overrides:
      toString in class Standalone
    • 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 Standalone
    • 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 Standalone