Package org.neuroml.model
Class Spike
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.BaseNonNegativeIntegerId
org.neuroml.model.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 Summary
Fields inherited from class org.neuroml.model.BaseNonNegativeIntegerId
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) getTime()
Gets the value of the time property.void
Sets the value of the time property.toString()
Methods inherited from class org.neuroml.model.BaseNonNegativeIntegerId
getId, setId
-
Field Details
-
time
-
-
Constructor Details
-
Spike
public Spike()
-
-
Method Details
-
getTime
Gets the value of the time property.- Returns:
- possible object is
String
-
setTime
Sets the value of the time property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseNonNegativeIntegerId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseNonNegativeIntegerId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBaseNonNegativeIntegerId
-