Class Level3Cell

java.lang.Object
org.neuroml1.model.morph.Cell
org.neuroml1.model.Level3Cell
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class Level3Cell extends Cell implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Cell with extensions for biophysics, and network functionality

Java class for Level3Cell complex type.

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

 <complexType name="Level3Cell">
   <complexContent>
     <extension base="{http://morphml.org/morphml/schema}Cell">
       <sequence>
         <element name="biophysics" type="{http://morphml.org/neuroml/schema}Level3Biophysics" minOccurs="0"/>
         <element name="connectivity" type="{http://morphml.org/networkml/schema}Level3Connectivity" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Level3Cell

      public Level3Cell()
  • Method Details

    • getBiophysics

      public Level3Biophysics getBiophysics()
      Gets the value of the biophysics property.
      Returns:
      possible object is Level3Biophysics
    • setBiophysics

      public void setBiophysics(Level3Biophysics value)
      Sets the value of the biophysics property.
      Parameters:
      value - allowed object is Level3Biophysics
    • getConnectivity

      public Level3Connectivity getConnectivity()
      Gets the value of the connectivity property.
      Returns:
      possible object is Level3Connectivity
    • setConnectivity

      public void setConnectivity(Level3Connectivity value)
      Sets the value of the connectivity property.
      Parameters:
      value - allowed object is Level3Connectivity
    • toString

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

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class Cell
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Cell
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class Cell
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Cell
    • clone

      public Object clone()
      Overrides:
      clone in class Cell
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      Overrides:
      copyTo in class Cell
    • copyTo

      public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      Overrides:
      copyTo in class Cell
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      Overrides:
      createNewInstance in class Cell