Package org.neuroml.model
Class GapJunction
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseSynapse
org.neuroml.model.GapJunction
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Gap junction/single electrical connection
\n
:param conductance:
:type conductance: conductance
Java class for GapJunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GapJunction"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseSynapse"> <attribute name="conductance" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.BaseSynapse
neuroLexId
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 conductance property.void
setConductance
(String value) Sets the value of the conductance property.toString()
Methods inherited from class org.neuroml.model.BaseSynapse
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
conductance
-
-
Constructor Details
-
GapJunction
public GapJunction()
-
-
Method Details
-
getConductance
Gets the value of the conductance property.- Returns:
- possible object is
String
-
setConductance
Sets the value of the conductance property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseSynapse
-
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 classBaseSynapse
-
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 classBaseSynapse
-