Package org.neuroml.model
Class BiophysicalProperties2CaPools
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BiophysicalProperties2CaPools
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class BiophysicalProperties2CaPools
extends Standalone
implements org.jvnet.jaxb2_commons.lang.ToString2
The biophysical properties of the **cell** , including the **membraneProperties2CaPools** and the **intracellularProperties2CaPools** for a cell with two Ca pools
Java class for BiophysicalProperties2CaPools complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BiophysicalProperties2CaPools">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
<sequence>
<element name="membraneProperties2CaPools" type="{http://www.neuroml.org/schema/neuroml2}MembraneProperties2CaPools"/>
<element name="intracellularProperties2CaPools" type="{http://www.neuroml.org/schema/neuroml2}IntracellularProperties2CaPools" minOccurs="0"/>
<element name="extracellularProperties" type="{http://www.neuroml.org/schema/neuroml2}ExtracellularProperties" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtracellularPropertiesprotected IntracellularProperties2CaPoolsprotected MembraneProperties2CaPoolsFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
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 extracellularProperties property.Gets the value of the intracellularProperties2CaPools property.Gets the value of the membraneProperties2CaPools property.voidSets the value of the extracellularProperties property.voidSets the value of the intracellularProperties2CaPools property.voidSets the value of the membraneProperties2CaPools property.toString()Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
membraneProperties2CaPools
-
intracellularProperties2CaPools
-
extracellularProperties
-
-
Constructor Details
-
BiophysicalProperties2CaPools
public BiophysicalProperties2CaPools()
-
-
Method Details
-
getMembraneProperties2CaPools
Gets the value of the membraneProperties2CaPools property.- Returns:
- possible object is
MembraneProperties2CaPools
-
setMembraneProperties2CaPools
Sets the value of the membraneProperties2CaPools property.- Parameters:
value- allowed object isMembraneProperties2CaPools
-
getIntracellularProperties2CaPools
Gets the value of the intracellularProperties2CaPools property.- Returns:
- possible object is
IntracellularProperties2CaPools
-
setIntracellularProperties2CaPools
Sets the value of the intracellularProperties2CaPools property.- Parameters:
value- allowed object isIntracellularProperties2CaPools
-
getExtracellularProperties
Gets the value of the extracellularProperties property.- Returns:
- possible object is
ExtracellularProperties
-
setExtracellularProperties
Sets the value of the extracellularProperties property.- Parameters:
value- allowed object isExtracellularProperties
-
toString
- Overrides:
toStringin classStandalone
-
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 classStandalone
-
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 classStandalone
-