Class 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 Details

  • Constructor Details

    • BiophysicalProperties

      public BiophysicalProperties()
  • Method Details

    • getMembraneProperties

      public MembraneProperties getMembraneProperties()
      Gets the value of the membraneProperties property.
      Returns:
      possible object is MembraneProperties
    • setMembraneProperties

      public void setMembraneProperties(MembraneProperties value)
      Sets the value of the membraneProperties property.
      Parameters:
      value - allowed object is MembraneProperties
    • getIntracellularProperties

      public IntracellularProperties getIntracellularProperties()
      Gets the value of the intracellularProperties property.
      Returns:
      possible object is IntracellularProperties
    • setIntracellularProperties

      public void setIntracellularProperties(IntracellularProperties value)
      Sets the value of the intracellularProperties property.
      Parameters:
      value - allowed object is IntracellularProperties
    • getExtracellularProperties

      public ExtracellularProperties getExtracellularProperties()
      Gets the value of the extracellularProperties property.
      Returns:
      possible object is ExtracellularProperties
    • setExtracellularProperties

      public void setExtracellularProperties(ExtracellularProperties value)
      Sets the value of the extracellularProperties property.
      Parameters:
      value - allowed object is ExtracellularProperties
    • toString

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