|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.bio.Biophysics
public class Biophysics
Description of biophysical properties of a cell.
Java class for Biophysics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Biophysics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mechanism" type="{http://morphml.org/biophysics/schema}Mechanism" maxOccurs="unbounded"/>
<element name="specificCapacitance" type="{http://morphml.org/biophysics/schema}SpecCapacitance"/>
<element name="specificAxialResistance" type="{http://morphml.org/biophysics/schema}SpecAxialResistance"/>
<element name="initialMembPotential" type="{http://morphml.org/biophysics/schema}InitialMembPotential" minOccurs="0"/>
<element name="ionProperties" type="{http://morphml.org/biophysics/schema}IonProperties" minOccurs="0"/>
</sequence>
<attribute name="units" use="required" type="{http://morphml.org/biophysics/schema}Units" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected InitialMembPotential |
initialMembPotential
|
protected IonProperties |
ionProperties
|
protected java.util.List<Mechanism> |
mechanism
|
protected SpecAxialResistance |
specificAxialResistance
|
protected SpecCapacitance |
specificCapacitance
|
protected Units |
units
|
| Constructor Summary | |
|---|---|
Biophysics()
|
|
| Method Summary | |
|---|---|
InitialMembPotential |
getInitialMembPotential()
Gets the value of the initialMembPotential property. |
IonProperties |
getIonProperties()
Gets the value of the ionProperties property. |
java.util.List<Mechanism> |
getMechanism()
Gets the value of the mechanism property. |
SpecAxialResistance |
getSpecificAxialResistance()
Gets the value of the specificAxialResistance property. |
SpecCapacitance |
getSpecificCapacitance()
Gets the value of the specificCapacitance property. |
Units |
getUnits()
Gets the value of the units property. |
void |
setInitialMembPotential(InitialMembPotential value)
Sets the value of the initialMembPotential property. |
void |
setIonProperties(IonProperties value)
Sets the value of the ionProperties property. |
void |
setSpecificAxialResistance(SpecAxialResistance value)
Sets the value of the specificAxialResistance property. |
void |
setSpecificCapacitance(SpecCapacitance value)
Sets the value of the specificCapacitance property. |
void |
setUnits(Units value)
Sets the value of the units property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Mechanism> mechanism
protected SpecCapacitance specificCapacitance
protected SpecAxialResistance specificAxialResistance
protected InitialMembPotential initialMembPotential
protected IonProperties ionProperties
protected Units units
| Constructor Detail |
|---|
public Biophysics()
| Method Detail |
|---|
public java.util.List<Mechanism> getMechanism()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mechanism property.
For example, to add a new item, do as follows:
getMechanism().add(newItem);
Objects of the following type(s) are allowed in the list
Mechanism
public SpecCapacitance getSpecificCapacitance()
SpecCapacitancepublic void setSpecificCapacitance(SpecCapacitance value)
value - allowed object is
SpecCapacitancepublic SpecAxialResistance getSpecificAxialResistance()
SpecAxialResistancepublic void setSpecificAxialResistance(SpecAxialResistance value)
value - allowed object is
SpecAxialResistancepublic InitialMembPotential getInitialMembPotential()
InitialMembPotentialpublic void setInitialMembPotential(InitialMembPotential value)
value - allowed object is
InitialMembPotentialpublic IonProperties getIonProperties()
IonPropertiespublic void setIonProperties(IonProperties value)
value - allowed object is
IonPropertiespublic Units getUnits()
Unitspublic void setUnits(Units value)
value - allowed object is
Units
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||