Class MembraneProperties

java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.MembraneProperties
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
MembraneProperties2CaPools

public class MembraneProperties extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2
Properties specific to the membrane, such as the **populations** of channels, **channelDensities,** **specificCapacitance,** etc.

Java class for MembraneProperties complex type.

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

 <complexType name="MembraneProperties">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <sequence>
         <element name="channelPopulation" type="{http://www.neuroml.org/schema/neuroml2}ChannelPopulation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensity" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensity" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensityVShift" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityVShift" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensityNernst" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityNernst" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensityGHK" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityGHK" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensityGHK2" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityGHK2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensityNonUniform" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityNonUniform" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensityNonUniformNernst" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityNonUniformNernst" maxOccurs="unbounded" minOccurs="0"/>
         <element name="channelDensityNonUniformGHK" type="{http://www.neuroml.org/schema/neuroml2}ChannelDensityNonUniformGHK" maxOccurs="unbounded" minOccurs="0"/>
         <element name="spikeThresh" type="{http://www.neuroml.org/schema/neuroml2}SpikeThresh" maxOccurs="unbounded"/>
         <element name="specificCapacitance" type="{http://www.neuroml.org/schema/neuroml2}SpecificCapacitance" maxOccurs="unbounded" minOccurs="0"/>
         <element name="initMembPotential" type="{http://www.neuroml.org/schema/neuroml2}InitMembPotential" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MembraneProperties

      public MembraneProperties()
  • Method Details

    • getChannelPopulation

      public List<ChannelPopulation> getChannelPopulation()
      Gets the value of the channelPopulation 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 channelPopulation property.

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

          getChannelPopulation().add(newItem);
       

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

    • getChannelDensity

      public List<ChannelDensity> getChannelDensity()
      Gets the value of the channelDensity 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 channelDensity property.

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

          getChannelDensity().add(newItem);
       

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

    • getChannelDensityVShift

      public List<ChannelDensityVShift> getChannelDensityVShift()
      Gets the value of the channelDensityVShift 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 channelDensityVShift property.

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

          getChannelDensityVShift().add(newItem);
       

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

    • getChannelDensityNernst

      public List<ChannelDensityNernst> getChannelDensityNernst()
      Gets the value of the channelDensityNernst 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 channelDensityNernst property.

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

          getChannelDensityNernst().add(newItem);
       

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

    • getChannelDensityGHK

      public List<ChannelDensityGHK> getChannelDensityGHK()
      Gets the value of the channelDensityGHK 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 channelDensityGHK property.

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

          getChannelDensityGHK().add(newItem);
       

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

    • getChannelDensityGHK2

      public List<ChannelDensityGHK2> getChannelDensityGHK2()
      Gets the value of the channelDensityGHK2 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 channelDensityGHK2 property.

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

          getChannelDensityGHK2().add(newItem);
       

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

    • getChannelDensityNonUniform

      public List<ChannelDensityNonUniform> getChannelDensityNonUniform()
      Gets the value of the channelDensityNonUniform 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 channelDensityNonUniform property.

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

          getChannelDensityNonUniform().add(newItem);
       

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

    • getChannelDensityNonUniformNernst

      public List<ChannelDensityNonUniformNernst> getChannelDensityNonUniformNernst()
      Gets the value of the channelDensityNonUniformNernst 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 channelDensityNonUniformNernst property.

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

          getChannelDensityNonUniformNernst().add(newItem);
       

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

    • getChannelDensityNonUniformGHK

      public List<ChannelDensityNonUniformGHK> getChannelDensityNonUniformGHK()
      Gets the value of the channelDensityNonUniformGHK 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 channelDensityNonUniformGHK property.

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

          getChannelDensityNonUniformGHK().add(newItem);
       

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

    • getSpikeThresh

      public List<SpikeThresh> getSpikeThresh()
      Gets the value of the spikeThresh 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 spikeThresh property.

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

          getSpikeThresh().add(newItem);
       

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

    • getSpecificCapacitance

      public List<SpecificCapacitance> getSpecificCapacitance()
      Gets the value of the specificCapacitance 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 specificCapacitance property.

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

          getSpecificCapacitance().add(newItem);
       

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

    • getInitMembPotential

      public List<InitMembPotential> getInitMembPotential()
      Gets the value of the initMembPotential 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 initMembPotential property.

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

          getInitMembPotential().add(newItem);
       

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

    • toString

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