Package org.neuroml1.model
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>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.neuroml1.model.morph.Cell
Cell.Cables, Cell.CellBody, Cell.Segments, Cell.Spines
-
Field Summary
FieldsFields inherited from class org.neuroml1.model.morph.Cell
annotation, authorList, cables, cellBody, freePoints, group, modelDBref, name, neuroMorphoRef, neuronDBref, notes, properties, publication, segments, spines, status
-
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) clone()
copyTo
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) boolean
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) Gets the value of the biophysics property.Gets the value of the connectivity property.int
hashCode()
int
hashCode
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) void
setBiophysics
(Level3Biophysics value) Sets the value of the biophysics property.void
Sets the value of the connectivity property.toString()
Methods inherited from class org.neuroml1.model.morph.Cell
getAnnotation, getAuthorList, getCableList, getCables, getCellBody, getFreePoints, getGroup, getModelDBref, getName, getNeuroMorphoRef, getNeuronDBref, getNotes, getProperties, getPublication, getSegmentList, getSegments, getSpines, getStatus, setAnnotation, setAuthorList, setCables, setCellBody, setFreePoints, setName, setNotes, setProperties, setSegments, setSpines, setStatus
-
Field Details
-
biophysics
-
connectivity
-
-
Constructor Details
-
Level3Cell
public Level3Cell()
-
-
Method Details
-
getBiophysics
Gets the value of the biophysics property.- Returns:
- possible object is
Level3Biophysics
-
setBiophysics
Sets the value of the biophysics property.- Parameters:
value
- allowed object isLevel3Biophysics
-
getConnectivity
Gets the value of the connectivity property.- Returns:
- possible object is
Level3Connectivity
-
setConnectivity
Sets the value of the connectivity property.- Parameters:
value
- allowed object isLevel3Connectivity
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classCell
-
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) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
clone
-
copyTo
-
copyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classCell
-