Class MembraneProperties
- All Implemented Interfaces:
 org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
 MembraneProperties2CaPools
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"/>
         <element name="initMembPotential" type="{http://www.neuroml.org/schema/neuroml2}InitMembPotential" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ChannelDensity>protected List<ChannelDensityGHK>protected List<ChannelDensityGHK2>protected List<ChannelDensityNernst>protected List<ChannelDensityNonUniform>protected List<ChannelDensityNonUniformGHK>protected List<ChannelDensityNonUniformNernst>protected List<ChannelDensityVShift>protected List<ChannelPopulation>protected List<InitMembPotential>protected List<SpecificCapacitance>protected List<SpikeThresh> - 
Constructor Summary
Constructors - 
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 channelDensity property.Gets the value of the channelDensityGHK property.Gets the value of the channelDensityGHK2 property.Gets the value of the channelDensityNernst property.Gets the value of the channelDensityNonUniform property.Gets the value of the channelDensityNonUniformGHK property.Gets the value of the channelDensityNonUniformNernst property.Gets the value of the channelDensityVShift property.Gets the value of the channelPopulation property.Gets the value of the initMembPotential property.Gets the value of the specificCapacitance property.Gets the value of the spikeThresh property.toString() 
- 
Field Details
- 
channelPopulation
 - 
channelDensity
 - 
channelDensityVShift
 - 
channelDensityNernst
 - 
channelDensityGHK
 - 
channelDensityGHK2
 - 
channelDensityNonUniform
 - 
channelDensityNonUniformNernst
 - 
channelDensityNonUniformGHK
 - 
spikeThresh
 - 
specificCapacitance
 - 
initMembPotential
 
 - 
 - 
Constructor Details
- 
MembraneProperties
public MembraneProperties() 
 - 
 - 
Method Details
- 
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
- Overrides:
 toStringin classBaseWithoutId
 - 
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
 appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
 appendin classBaseWithoutId
 - 
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
 appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
 appendFieldsin classBaseWithoutId
 
 -