Class CompoundInput
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for CompoundInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompoundInput"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone"> <sequence> <element name="pulseGenerator" type="{http://www.neuroml.org/schema/neuroml2}PulseGenerator" maxOccurs="unbounded" minOccurs="0"/> <element name="sineGenerator" type="{http://www.neuroml.org/schema/neuroml2}SineGenerator" maxOccurs="unbounded" minOccurs="0"/> <element name="rampGenerator" type="{http://www.neuroml.org/schema/neuroml2}RampGenerator" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<PulseGenerator>
protected List<RampGenerator>
protected List<SineGenerator>
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
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) Gets the value of the pulseGenerator property.Gets the value of the rampGenerator property.Gets the value of the sineGenerator property.toString()
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
pulseGenerator
-
sineGenerator
-
rampGenerator
-
-
Constructor Details
-
CompoundInput
public CompoundInput()
-
-
Method Details
-
getPulseGenerator
Gets the value of the pulseGenerator 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 pulseGenerator property.For example, to add a new item, do as follows:
getPulseGenerator().add(newItem);
Objects of the following type(s) are allowed in the list
PulseGenerator
-
getSineGenerator
Gets the value of the sineGenerator 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 sineGenerator property.For example, to add a new item, do as follows:
getSineGenerator().add(newItem);
Objects of the following type(s) are allowed in the list
SineGenerator
-
getRampGenerator
Gets the value of the rampGenerator 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 rampGenerator property.For example, to add a new item, do as follows:
getRampGenerator().add(newItem);
Objects of the following type(s) are allowed in the list
RampGenerator
-
toString
- Overrides:
toString
in classStandalone
-
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 classStandalone
-
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 classStandalone
-