Class BaseConnectionNewFormat

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ContinuousConnection, ElectricalConnection

public class BaseConnectionNewFormat extends BaseConnection implements org.jvnet.jaxb2_commons.lang.ToString2
Base of all synaptic connections with preCell, postSegment, etc. See BaseConnectionOldFormat

Java class for BaseConnectionNewFormat complex type.

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

 <complexType name="BaseConnectionNewFormat">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseConnection">
       <attribute name="preCell" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="preSegment" 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="postCell" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="postSegment" 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

    • preCell

      protected String preCell
    • preSegment

      protected Integer preSegment
    • preFractionAlong

      protected Float preFractionAlong
    • postCell

      protected String postCell
    • postSegment

      protected Integer postSegment
    • postFractionAlong

      protected Float postFractionAlong
  • Constructor Details

    • BaseConnectionNewFormat

      public BaseConnectionNewFormat()
  • Method Details

    • getPreCell

      public String getPreCell()
      Gets the value of the preCell property.
      Returns:
      possible object is String
    • setPreCell

      public void setPreCell(String value)
      Sets the value of the preCell property.
      Parameters:
      value - allowed object is String
    • getPreSegment

      public int getPreSegment()
      Gets the value of the preSegment property.
      Returns:
      possible object is String
    • setPreSegment

      public void setPreSegment(Integer value)
      Sets the value of the preSegment 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
    • getPostCell

      public String getPostCell()
      Gets the value of the postCell property.
      Returns:
      possible object is String
    • setPostCell

      public void setPostCell(String value)
      Sets the value of the postCell property.
      Parameters:
      value - allowed object is String
    • getPostSegment

      public int getPostSegment()
      Gets the value of the postSegment property.
      Returns:
      possible object is String
    • setPostSegment

      public void setPostSegment(Integer value)
      Sets the value of the postSegment 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