Class ChannelDensity

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

public class ChannelDensity extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
Specifies a time varying ohmic conductance density, **gDensity,** which is distributed on an area of the **cell** ( specified in **membraneProperties** ) with fixed reversal potential **erev** producing a current density **iDensity** \n :param erev: The reversal potential of the current produced :type erev: voltage :param condDensity: :type condDensity: conductanceDensity

Java class for ChannelDensity complex type.

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

 <complexType name="ChannelDensity">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <sequence>
         <element name="variableParameter" type="{http://www.neuroml.org/schema/neuroml2}VariableParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ionChannel" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="condDensity" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductanceDensity" />
       <attribute name="erev" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="segmentGroup" type="{http://www.neuroml.org/schema/neuroml2}NmlId" default="all" />
       <attribute name="segment" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" />
       <attribute name="ion" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • variableParameter

      protected List<VariableParameter> variableParameter
    • ionChannel

      protected String ionChannel
    • condDensity

      protected String condDensity
    • erev

      protected String erev
    • segmentGroup

      protected String segmentGroup
    • segment

      protected Integer segment
    • ion

      protected String ion
  • Constructor Details

    • ChannelDensity

      public ChannelDensity()
  • Method Details

    • getVariableParameter

      public List<VariableParameter> getVariableParameter()
      Gets the value of the variableParameter property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variableParameter property.

      For example, to add a new item, do as follows:

          getVariableParameter().add(newItem);
       

      Objects of the following type(s) are allowed in the list VariableParameter

    • getIonChannel

      public String getIonChannel()
      Gets the value of the ionChannel property.
      Returns:
      possible object is String
    • setIonChannel

      public void setIonChannel(String value)
      Sets the value of the ionChannel property.
      Parameters:
      value - allowed object is String
    • getCondDensity

      public String getCondDensity()
      Gets the value of the condDensity property.
      Returns:
      possible object is String
    • setCondDensity

      public void setCondDensity(String value)
      Sets the value of the condDensity property.
      Parameters:
      value - allowed object is String
    • getErev

      public String getErev()
      Gets the value of the erev property.
      Returns:
      possible object is String
    • setErev

      public void setErev(String value)
      Sets the value of the erev 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
    • getSegment

      public Integer getSegment()
      Gets the value of the segment property.
      Returns:
      possible object is String
    • setSegment

      public void setSegment(Integer value)
      Sets the value of the segment 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
    • 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