Class CompoundInputDL

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

public class CompoundInputDL extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
Generates a current which is the sum of all its child **basePointCurrentDL** elements, e. g. can be a combination of **pulseGeneratorDL** , **sineGeneratorDL** elements producing a single **i.** Scaled by **weight,** if set

Java class for CompoundInputDL complex type.

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

 <complexType name="CompoundInputDL">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <sequence>
         <element name="pulseGeneratorDL" type="{http://www.neuroml.org/schema/neuroml2}PulseGeneratorDL" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sineGeneratorDL" type="{http://www.neuroml.org/schema/neuroml2}SineGeneratorDL" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rampGeneratorDL" type="{http://www.neuroml.org/schema/neuroml2}RampGeneratorDL" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CompoundInputDL

      public CompoundInputDL()
  • Method Details

    • getPulseGeneratorDL

      public List<PulseGeneratorDL> getPulseGeneratorDL()
      Gets the value of the pulseGeneratorDL 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 pulseGeneratorDL property.

      For example, to add a new item, do as follows:

          getPulseGeneratorDL().add(newItem);
       

      Objects of the following type(s) are allowed in the list PulseGeneratorDL

    • getSineGeneratorDL

      public List<SineGeneratorDL> getSineGeneratorDL()
      Gets the value of the sineGeneratorDL 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 sineGeneratorDL property.

      For example, to add a new item, do as follows:

          getSineGeneratorDL().add(newItem);
       

      Objects of the following type(s) are allowed in the list SineGeneratorDL

    • getRampGeneratorDL

      public List<RampGeneratorDL> getRampGeneratorDL()
      Gets the value of the rampGeneratorDL 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 rampGeneratorDL property.

      For example, to add a new item, do as follows:

          getRampGeneratorDL().add(newItem);
       

      Objects of the following type(s) are allowed in the list RampGeneratorDL

    • toString

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