Class BaseConnectionOldFormat

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
Connection, ConnectionWD

public class BaseConnectionOldFormat extends BaseConnection implements org.jvnet.jaxb2_commons.lang.ToString2
Base of all synaptic connections with preCellId, postSegmentId, etc. Note: this is not the best name for these attributes, since Id is superfluous, hence BaseConnectionNewFormat

Java class for BaseConnectionOldFormat complex type.

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

 <complexType name="BaseConnectionOldFormat">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseConnection">
       <attribute name="preCellId" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
       <attribute name="preSegmentId" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" default="0" />
       <attribute name="preFractionAlong" type="{http://www.neuroml.org/schema/neuroml2}ZeroToOne" default="0.5" />
       <attribute name="postCellId" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
       <attribute name="postSegmentId" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" default="0" />
       <attribute name="postFractionAlong" type="{http://www.neuroml.org/schema/neuroml2}ZeroToOne" default="0.5" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • preCellId

      protected String preCellId
    • preSegmentId

      protected Integer preSegmentId
    • preFractionAlong

      protected Float preFractionAlong
    • postCellId

      protected String postCellId
    • postSegmentId

      protected Integer postSegmentId
    • postFractionAlong

      protected Float postFractionAlong
  • Constructor Details

    • BaseConnectionOldFormat

      public BaseConnectionOldFormat()
  • Method Details

    • getPreCellId

      public String getPreCellId()
      Gets the value of the preCellId property.
      Returns:
      possible object is String
    • setPreCellId

      public void setPreCellId(String value)
      Sets the value of the preCellId property.
      Parameters:
      value - allowed object is String
    • getPreSegmentId

      public int getPreSegmentId()
      Gets the value of the preSegmentId property.
      Returns:
      possible object is String
    • setPreSegmentId

      public void setPreSegmentId(Integer value)
      Sets the value of the preSegmentId property.
      Parameters:
      value - allowed object is String
    • getPreFractionAlong

      public float getPreFractionAlong()
      Gets the value of the preFractionAlong property.
      Returns:
      possible object is Float
    • setPreFractionAlong

      public void setPreFractionAlong(Float value)
      Sets the value of the preFractionAlong property.
      Parameters:
      value - allowed object is Float
    • getPostCellId

      public String getPostCellId()
      Gets the value of the postCellId property.
      Returns:
      possible object is String
    • setPostCellId

      public void setPostCellId(String value)
      Sets the value of the postCellId property.
      Parameters:
      value - allowed object is String
    • getPostSegmentId

      public int getPostSegmentId()
      Gets the value of the postSegmentId property.
      Returns:
      possible object is String
    • setPostSegmentId

      public void setPostSegmentId(Integer value)
      Sets the value of the postSegmentId property.
      Parameters:
      value - allowed object is String
    • getPostFractionAlong

      public float getPostFractionAlong()
      Gets the value of the postFractionAlong property.
      Returns:
      possible object is Float
    • setPostFractionAlong

      public void setPostFractionAlong(Float value)
      Sets the value of the postFractionAlong property.
      Parameters:
      value - allowed object is Float
    • toString

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