Class Spike

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

public class Spike extends BaseNonNegativeIntegerId implements org.jvnet.jaxb2_commons.lang.ToString2
Emits a single spike at the specified **time** \n :param time: Time at which to emit one spike event :type time: time

Java class for Spike complex type.

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

 <complexType name="Spike">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseNonNegativeIntegerId">
       <attribute name="time" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • time

      protected String time
  • Constructor Details

    • Spike

      public Spike()
  • Method Details

    • getTime

      public String getTime()
      Gets the value of the time property.
      Returns:
      possible object is String
    • setTime

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

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