Class ElectricalProjection

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class ElectricalProjection extends BaseProjection implements org.jvnet.jaxb2_commons.lang.ToString2
A projection between **presynapticPopulation** to another **postsynapticPopulation** through gap junctions.

Java class for ElectricalProjection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ElectricalProjection">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseProjection">
       <sequence>
         <element name="electricalConnection" type="{http://www.neuroml.org/schema/neuroml2}ElectricalConnection" maxOccurs="unbounded" minOccurs="0"/>
         <element name="electricalConnectionInstance" type="{http://www.neuroml.org/schema/neuroml2}ElectricalConnectionInstance" maxOccurs="unbounded" minOccurs="0"/>
         <element name="electricalConnectionInstanceW" type="{http://www.neuroml.org/schema/neuroml2}ElectricalConnectionInstanceW" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ElectricalProjection

      public ElectricalProjection()
  • Method Details

    • getElectricalConnection

      public List<ElectricalConnection> getElectricalConnection()
      Gets the value of the electricalConnection property.

      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 electricalConnection property.

      For example, to add a new item, do as follows:

          getElectricalConnection().add(newItem);
       

      Objects of the following type(s) are allowed in the list ElectricalConnection

    • getElectricalConnectionInstance

      public List<ElectricalConnectionInstance> getElectricalConnectionInstance()
      Gets the value of the electricalConnectionInstance property.

      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 electricalConnectionInstance property.

      For example, to add a new item, do as follows:

          getElectricalConnectionInstance().add(newItem);
       

      Objects of the following type(s) are allowed in the list ElectricalConnectionInstance

    • getElectricalConnectionInstanceW

      public List<ElectricalConnectionInstanceW> getElectricalConnectionInstanceW()
      Gets the value of the electricalConnectionInstanceW property.

      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 electricalConnectionInstanceW property.

      For example, to add a new item, do as follows:

          getElectricalConnectionInstanceW().add(newItem);
       

      Objects of the following type(s) are allowed in the list ElectricalConnectionInstanceW

    • toString

      public String toString()
      Overrides:
      toString in class BaseProjection
    • 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 BaseProjection
    • 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 BaseProjection