Class Projection

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

public class Projection extends BaseProjection implements org.jvnet.jaxb2_commons.lang.ToString2
Projection from one population, **presynapticPopulation** to another, **postsynapticPopulation,** through **synapse.** Contains lists of **connection** or **connectionWD** elements.

Java class for Projection complex type.

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

 <complexType name="Projection">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseProjection">
       <sequence>
         <element name="connection" type="{http://www.neuroml.org/schema/neuroml2}Connection" maxOccurs="unbounded" minOccurs="0"/>
         <element name="connectionWD" type="{http://www.neuroml.org/schema/neuroml2}ConnectionWD" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="synapse" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Projection

      public Projection()
  • Method Details

    • getConnection

      public List<Connection> getConnection()
      Gets the value of the connection 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 connection property.

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

          getConnection().add(newItem);
       

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

    • getConnectionWD

      public List<ConnectionWD> getConnectionWD()
      Gets the value of the connectionWD 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 connectionWD property.

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

          getConnectionWD().add(newItem);
       

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

    • getSynapse

      public String getSynapse()
      Gets the value of the synapse property.
      Returns:
      possible object is String
    • setSynapse

      public void setSynapse(String value)
      Sets the value of the synapse property.
      Parameters:
      value - allowed object is String
    • 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