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 Details

    • synapse1

      protected String synapse1
    • synapse2

      protected String synapse2
    • synapse1Path

      protected String synapse1Path
    • synapse2Path

      protected String synapse2Path
  • Constructor Details

    • DoubleSynapse

      public DoubleSynapse()
  • Method Details

    • getSynapse1

      public String getSynapse1()
      Gets the value of the synapse1 property.
      Returns:
      possible object is String
    • setSynapse1

      public void setSynapse1(String value)
      Sets the value of the synapse1 property.
      Parameters:
      value - allowed object is String
    • getSynapse2

      public String getSynapse2()
      Gets the value of the synapse2 property.
      Returns:
      possible object is String
    • setSynapse2

      public void setSynapse2(String value)
      Sets the value of the synapse2 property.
      Parameters:
      value - allowed object is String
    • getSynapse1Path

      public String getSynapse1Path()
      Gets the value of the synapse1Path property.
      Returns:
      possible object is String
    • setSynapse1Path

      public void setSynapse1Path(String value)
      Sets the value of the synapse1Path property.
      Parameters:
      value - allowed object is String
    • getSynapse2Path

      public String getSynapse2Path()
      Gets the value of the synapse2Path property.
      Returns:
      possible object is String
    • setSynapse2Path

      public void setSynapse2Path(String value)
      Sets the value of the synapse2Path property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class BaseVoltageDepSynapse
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseVoltageDepSynapse
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseVoltageDepSynapse