Package org.neuroml.model
Class BiophysicalProperties
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BiophysicalProperties
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class BiophysicalProperties
extends Standalone
implements org.jvnet.jaxb2_commons.lang.ToString2
The biophysical properties of the **cell** , including the **membraneProperties** and the **intracellularProperties**
Java class for BiophysicalProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BiophysicalProperties"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone"> <sequence> <element name="membraneProperties" type="{http://www.neuroml.org/schema/neuroml2}MembraneProperties"/> <element name="intracellularProperties" type="{http://www.neuroml.org/schema/neuroml2}IntracellularProperties" minOccurs="0"/> <element name="extracellularProperties" type="{http://www.neuroml.org/schema/neuroml2}ExtracellularProperties" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ExtracellularProperties
protected IntracellularProperties
protected MembraneProperties
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
Constructor Summary
-
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 intracellularProperties property.Gets the value of the membraneProperties property.void
Sets the value of the extracellularProperties property.void
Sets the value of the intracellularProperties property.void
Sets the value of the membraneProperties property.toString()
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
membraneProperties
-
intracellularProperties
-
extracellularProperties
-
-
Constructor Details
-
BiophysicalProperties
public BiophysicalProperties()
-
-
Method Details
-
getMembraneProperties
Gets the value of the membraneProperties property.- Returns:
- possible object is
MembraneProperties
-
setMembraneProperties
Sets the value of the membraneProperties property.- Parameters:
value
- allowed object isMembraneProperties
-
getIntracellularProperties
Gets the value of the intracellularProperties property.- Returns:
- possible object is
IntracellularProperties
-
setIntracellularProperties
Sets the value of the intracellularProperties property.- Parameters:
value
- allowed object isIntracellularProperties
-
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:
toString
in classStandalone
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classStandalone
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classStandalone
-