Package org.neuroml.model
Class DoubleSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class DoubleSynapse
extends BaseVoltageDepSynapse
implements org.jvnet.jaxb2_commons.lang.ToString2
Synapse consisting of two independent synaptic mechanisms ( e. g. AMPA-R and NMDA-R ), which can be easily colocated in connections
Java class for DoubleSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoubleSynapse"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseVoltageDepSynapse"> <attribute name="synapse1" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="synapse2" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="synapse1Path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="synapse2Path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
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 synapse1 property.Gets the value of the synapse1Path property.Gets the value of the synapse2 property.Gets the value of the synapse2Path property.void
setSynapse1
(String value) Sets the value of the synapse1 property.void
setSynapse1Path
(String value) Sets the value of the synapse1Path property.void
setSynapse2
(String value) Sets the value of the synapse2 property.void
setSynapse2Path
(String value) Sets the value of the synapse2Path 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
-
synapse1
-
synapse2
-
synapse1Path
-
synapse2Path
-
-
Constructor Details
-
DoubleSynapse
public DoubleSynapse()
-
-
Method Details
-
getSynapse1
Gets the value of the synapse1 property.- Returns:
- possible object is
String
-
setSynapse1
Sets the value of the synapse1 property.- Parameters:
value
- allowed object isString
-
getSynapse2
Gets the value of the synapse2 property.- Returns:
- possible object is
String
-
setSynapse2
Sets the value of the synapse2 property.- Parameters:
value
- allowed object isString
-
getSynapse1Path
Gets the value of the synapse1Path property.- Returns:
- possible object is
String
-
setSynapse1Path
Sets the value of the synapse1Path property.- Parameters:
value
- allowed object isString
-
getSynapse2Path
Gets the value of the synapse2Path property.- Returns:
- possible object is
String
-
setSynapse2Path
Sets the value of the synapse2Path property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseVoltageDepSynapse
-
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 classBaseVoltageDepSynapse
-
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 classBaseVoltageDepSynapse
-