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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.neuroml.model.BaseSynapse
neuroLexIdFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
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) 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.voidsetSynapse1(String value) Sets the value of the synapse1 property.voidsetSynapse1Path(String value) Sets the value of the synapse1Path property.voidsetSynapse2(String value) Sets the value of the synapse2 property.voidsetSynapse2Path(String value) Sets the value of the synapse2Path property.toString()Methods inherited from class org.neuroml.model.BaseSynapse
getNeuroLexId, setNeuroLexIdMethods 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:
toStringin classBaseVoltageDepSynapse
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBaseVoltageDepSynapse
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseVoltageDepSynapse
-