Class NeuroMLDocument

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

public class NeuroMLDocument extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2

Java class for NeuroMLDocument complex type.

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

 <complexType name="NeuroMLDocument">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <sequence>
         <element name="include" type="{http://www.neuroml.org/schema/neuroml2}IncludeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="extracellularProperties" type="{http://www.neuroml.org/schema/neuroml2}ExtracellularProperties" maxOccurs="unbounded" minOccurs="0"/>
         <element name="intracellularProperties" type="{http://www.neuroml.org/schema/neuroml2}IntracellularProperties" maxOccurs="unbounded" minOccurs="0"/>
         <element name="morphology" type="{http://www.neuroml.org/schema/neuroml2}Morphology" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ionChannel" type="{http://www.neuroml.org/schema/neuroml2}IonChannel" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ionChannelHH" type="{http://www.neuroml.org/schema/neuroml2}IonChannelHH" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ionChannelVShift" type="{http://www.neuroml.org/schema/neuroml2}IonChannelVShift" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ionChannelKS" type="{http://www.neuroml.org/schema/neuroml2}IonChannelKS" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.neuroml.org/schema/neuroml2}ConcentrationModelTypes"/>
         <group ref="{http://www.neuroml.org/schema/neuroml2}SynapseTypes"/>
         <element name="biophysicalProperties" type="{http://www.neuroml.org/schema/neuroml2}BiophysicalProperties" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.neuroml.org/schema/neuroml2}CellTypes"/>
         <group ref="{http://www.neuroml.org/schema/neuroml2}InputTypes"/>
         <group ref="{http://www.neuroml.org/schema/neuroml2}PyNNCellTypes"/>
         <group ref="{http://www.neuroml.org/schema/neuroml2}PyNNSynapseTypes"/>
         <group ref="{http://www.neuroml.org/schema/neuroml2}PyNNInputTypes"/>
         <element name="network" type="{http://www.neuroml.org/schema/neuroml2}Network" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ComponentType" type="{http://www.neuroml.org/schema/neuroml2}ComponentType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NeuroMLDocument

      public NeuroMLDocument()
  • Method Details

    • getInclude

      public List<IncludeType> getInclude()
      Gets the value of the include 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 include property.

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

          getInclude().add(newItem);
       

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

    • getExtracellularProperties

      public List<ExtracellularProperties> getExtracellularProperties()
      Gets the value of the extracellularProperties 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 extracellularProperties property.

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

          getExtracellularProperties().add(newItem);
       

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

    • getIntracellularProperties

      public List<IntracellularProperties> getIntracellularProperties()
      Gets the value of the intracellularProperties 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 intracellularProperties property.

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

          getIntracellularProperties().add(newItem);
       

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

    • getMorphology

      public List<Morphology> getMorphology()
      Gets the value of the morphology 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 morphology property.

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

          getMorphology().add(newItem);
       

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

    • getIonChannel

      public List<IonChannel> getIonChannel()
      Gets the value of the ionChannel 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 ionChannel property.

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

          getIonChannel().add(newItem);
       

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

    • getIonChannelHH

      public List<IonChannelHH> getIonChannelHH()
      Gets the value of the ionChannelHH 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 ionChannelHH property.

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

          getIonChannelHH().add(newItem);
       

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

    • getIonChannelVShift

      public List<IonChannelVShift> getIonChannelVShift()
      Gets the value of the ionChannelVShift 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 ionChannelVShift property.

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

          getIonChannelVShift().add(newItem);
       

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

    • getIonChannelKS

      public List<IonChannelKS> getIonChannelKS()
      Gets the value of the ionChannelKS 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 ionChannelKS property.

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

          getIonChannelKS().add(newItem);
       

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

    • getDecayingPoolConcentrationModel

      public List<DecayingPoolConcentrationModel> getDecayingPoolConcentrationModel()
      Gets the value of the decayingPoolConcentrationModel 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 decayingPoolConcentrationModel property.

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

          getDecayingPoolConcentrationModel().add(newItem);
       

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

    • getFixedFactorConcentrationModel

      public List<FixedFactorConcentrationModel> getFixedFactorConcentrationModel()
      Gets the value of the fixedFactorConcentrationModel 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 fixedFactorConcentrationModel property.

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

          getFixedFactorConcentrationModel().add(newItem);
       

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

    • getAlphaCurrentSynapse

      public List<AlphaCurrentSynapse> getAlphaCurrentSynapse()
      Gets the value of the alphaCurrentSynapse 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 alphaCurrentSynapse property.

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

          getAlphaCurrentSynapse().add(newItem);
       

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

    • getAlphaSynapse

      public List<AlphaSynapse> getAlphaSynapse()
      Gets the value of the alphaSynapse 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 alphaSynapse property.

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

          getAlphaSynapse().add(newItem);
       

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

    • getExpOneSynapse

      public List<ExpOneSynapse> getExpOneSynapse()
      Gets the value of the expOneSynapse 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 expOneSynapse property.

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

          getExpOneSynapse().add(newItem);
       

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

    • getExpTwoSynapse

      public List<ExpTwoSynapse> getExpTwoSynapse()
      Gets the value of the expTwoSynapse 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 expTwoSynapse property.

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

          getExpTwoSynapse().add(newItem);
       

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

    • getExpThreeSynapse

      public List<ExpThreeSynapse> getExpThreeSynapse()
      Gets the value of the expThreeSynapse 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 expThreeSynapse property.

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

          getExpThreeSynapse().add(newItem);
       

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

    • getBlockingPlasticSynapse

      public List<BlockingPlasticSynapse> getBlockingPlasticSynapse()
      Gets the value of the blockingPlasticSynapse 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 blockingPlasticSynapse property.

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

          getBlockingPlasticSynapse().add(newItem);
       

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

    • getDoubleSynapse

      public List<DoubleSynapse> getDoubleSynapse()
      Gets the value of the doubleSynapse 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 doubleSynapse property.

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

          getDoubleSynapse().add(newItem);
       

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

    • getGapJunction

      public List<GapJunction> getGapJunction()
      Gets the value of the gapJunction 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 gapJunction property.

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

          getGapJunction().add(newItem);
       

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

    • getSilentSynapse

      public List<SilentSynapse> getSilentSynapse()
      Gets the value of the silentSynapse 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 silentSynapse property.

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

          getSilentSynapse().add(newItem);
       

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

    • getLinearGradedSynapse

      public List<LinearGradedSynapse> getLinearGradedSynapse()
      Gets the value of the linearGradedSynapse 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 linearGradedSynapse property.

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

          getLinearGradedSynapse().add(newItem);
       

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

    • getGradedSynapse

      public List<GradedSynapse> getGradedSynapse()
      Gets the value of the gradedSynapse 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 gradedSynapse property.

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

          getGradedSynapse().add(newItem);
       

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

    • getBiophysicalProperties

      public List<BiophysicalProperties> getBiophysicalProperties()
      Gets the value of the biophysicalProperties 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 biophysicalProperties property.

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

          getBiophysicalProperties().add(newItem);
       

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

    • getCell

      public List<Cell> getCell()
      Gets the value of the cell 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 cell property.

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

          getCell().add(newItem);
       

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

    • getCell2CaPools

      public List<Cell2CaPools> getCell2CaPools()
      Gets the value of the cell2CaPools 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 cell2CaPools property.

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

          getCell2CaPools().add(newItem);
       

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

    • getBaseCell

      public List<BaseCell> getBaseCell()
      Gets the value of the baseCell 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 baseCell property.

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

          getBaseCell().add(newItem);
       

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

    • getIafTauCell

      public List<IafTauCell> getIafTauCell()
      Gets the value of the iafTauCell 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 iafTauCell property.

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

          getIafTauCell().add(newItem);
       

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

    • getIafTauRefCell

      public List<IafTauRefCell> getIafTauRefCell()
      Gets the value of the iafTauRefCell 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 iafTauRefCell property.

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

          getIafTauRefCell().add(newItem);
       

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

    • getIafCell

      public List<IafCell> getIafCell()
      Gets the value of the iafCell 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 iafCell property.

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

          getIafCell().add(newItem);
       

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

    • getIafRefCell

      public List<IafRefCell> getIafRefCell()
      Gets the value of the iafRefCell 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 iafRefCell property.

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

          getIafRefCell().add(newItem);
       

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

    • getIzhikevichCell

      public List<IzhikevichCell> getIzhikevichCell()
      Gets the value of the izhikevichCell 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 izhikevichCell property.

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

          getIzhikevichCell().add(newItem);
       

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

    • getIzhikevich2007Cell

      public List<Izhikevich2007Cell> getIzhikevich2007Cell()
      Gets the value of the izhikevich2007Cell 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 izhikevich2007Cell property.

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

          getIzhikevich2007Cell().add(newItem);
       

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

    • getAdExIaFCell

      public List<AdExIaFCell> getAdExIaFCell()
      Gets the value of the adExIaFCell 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 adExIaFCell property.

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

          getAdExIaFCell().add(newItem);
       

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

    • getFitzHughNagumoCell

      public List<FitzHughNagumoCell> getFitzHughNagumoCell()
      Gets the value of the fitzHughNagumoCell 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 fitzHughNagumoCell property.

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

          getFitzHughNagumoCell().add(newItem);
       

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

    • getFitzHughNagumo1969Cell

      public List<FitzHughNagumo1969Cell> getFitzHughNagumo1969Cell()
      Gets the value of the fitzHughNagumo1969Cell 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 fitzHughNagumo1969Cell property.

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

          getFitzHughNagumo1969Cell().add(newItem);
       

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

    • getPinskyRinzelCA3Cell

      public List<PinskyRinzelCA3Cell> getPinskyRinzelCA3Cell()
      Gets the value of the pinskyRinzelCA3Cell 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 pinskyRinzelCA3Cell property.

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

          getPinskyRinzelCA3Cell().add(newItem);
       

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

    • getHindmarshRose1984Cell

      public List<HindmarshRose1984Cell> getHindmarshRose1984Cell()
      Gets the value of the hindmarshRose1984Cell 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 hindmarshRose1984Cell property.

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

          getHindmarshRose1984Cell().add(newItem);
       

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

    • getPulseGenerator

      public List<PulseGenerator> 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

    • 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

    • getSineGenerator

      public List<SineGenerator> 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

    • 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

    • getRampGenerator

      public List<RampGenerator> 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

    • 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

    • getCompoundInput

      public List<CompoundInput> getCompoundInput()
      Gets the value of the compoundInput 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 compoundInput property.

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

          getCompoundInput().add(newItem);
       

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

    • getCompoundInputDL

      public List<CompoundInputDL> getCompoundInputDL()
      Gets the value of the compoundInputDL 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 compoundInputDL property.

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

          getCompoundInputDL().add(newItem);
       

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

    • getVoltageClamp

      public List<VoltageClamp> getVoltageClamp()
      Gets the value of the voltageClamp 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 voltageClamp property.

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

          getVoltageClamp().add(newItem);
       

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

    • getVoltageClampTriple

      public List<VoltageClampTriple> getVoltageClampTriple()
      Gets the value of the voltageClampTriple 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 voltageClampTriple property.

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

          getVoltageClampTriple().add(newItem);
       

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

    • getSpikeArray

      public List<SpikeArray> getSpikeArray()
      Gets the value of the spikeArray 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 spikeArray property.

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

          getSpikeArray().add(newItem);
       

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

    • getTimedSynapticInput

      public List<TimedSynapticInput> getTimedSynapticInput()
      Gets the value of the timedSynapticInput 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 timedSynapticInput property.

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

          getTimedSynapticInput().add(newItem);
       

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

    • getSpikeGenerator

      public List<SpikeGenerator> getSpikeGenerator()
      Gets the value of the spikeGenerator 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 spikeGenerator property.

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

          getSpikeGenerator().add(newItem);
       

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

    • getSpikeGeneratorRandom

      public List<SpikeGeneratorRandom> getSpikeGeneratorRandom()
      Gets the value of the spikeGeneratorRandom 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 spikeGeneratorRandom property.

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

          getSpikeGeneratorRandom().add(newItem);
       

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

    • getSpikeGeneratorPoisson

      public List<SpikeGeneratorPoisson> getSpikeGeneratorPoisson()
      Gets the value of the spikeGeneratorPoisson 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 spikeGeneratorPoisson property.

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

          getSpikeGeneratorPoisson().add(newItem);
       

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

    • getSpikeGeneratorRefPoisson

      public List<SpikeGeneratorRefPoisson> getSpikeGeneratorRefPoisson()
      Gets the value of the spikeGeneratorRefPoisson 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 spikeGeneratorRefPoisson property.

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

          getSpikeGeneratorRefPoisson().add(newItem);
       

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

    • getPoissonFiringSynapse

      public List<PoissonFiringSynapse> getPoissonFiringSynapse()
      Gets the value of the poissonFiringSynapse 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 poissonFiringSynapse property.

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

          getPoissonFiringSynapse().add(newItem);
       

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

    • getTransientPoissonFiringSynapse

      public List<TransientPoissonFiringSynapse> getTransientPoissonFiringSynapse()
      Gets the value of the transientPoissonFiringSynapse 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 transientPoissonFiringSynapse property.

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

          getTransientPoissonFiringSynapse().add(newItem);
       

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

    • getIFCurrAlpha

      public List<IFCurrAlpha> getIFCurrAlpha()
      Gets the value of the ifCurrAlpha 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 ifCurrAlpha property.

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

          getIFCurrAlpha().add(newItem);
       

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

    • getIFCurrExp

      public List<IFCurrExp> getIFCurrExp()
      Gets the value of the ifCurrExp 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 ifCurrExp property.

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

          getIFCurrExp().add(newItem);
       

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

    • getIFCondAlpha

      public List<IFCondAlpha> getIFCondAlpha()
      Gets the value of the ifCondAlpha 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 ifCondAlpha property.

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

          getIFCondAlpha().add(newItem);
       

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

    • getIFCondExp

      public List<IFCondExp> getIFCondExp()
      Gets the value of the ifCondExp 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 ifCondExp property.

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

          getIFCondExp().add(newItem);
       

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

    • getEIFCondExpIsfaIsta

      public List<EIFCondExpIsfaIsta> getEIFCondExpIsfaIsta()
      Gets the value of the eifCondExpIsfaIsta 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 eifCondExpIsfaIsta property.

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

          getEIFCondExpIsfaIsta().add(newItem);
       

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

    • getEIFCondAlphaIsfaIsta

      public List<EIFCondAlphaIsfaIsta> getEIFCondAlphaIsfaIsta()
      Gets the value of the eifCondAlphaIsfaIsta 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 eifCondAlphaIsfaIsta property.

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

          getEIFCondAlphaIsfaIsta().add(newItem);
       

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

    • getHHCondExp

      public List<HHCondExp> getHHCondExp()
      Gets the value of the hhCondExp 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 hhCondExp property.

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

          getHHCondExp().add(newItem);
       

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

    • getExpCondSynapse

      public List<ExpCondSynapse> getExpCondSynapse()
      Gets the value of the expCondSynapse 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 expCondSynapse property.

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

          getExpCondSynapse().add(newItem);
       

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

    • getAlphaCondSynapse

      public List<AlphaCondSynapse> getAlphaCondSynapse()
      Gets the value of the alphaCondSynapse 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 alphaCondSynapse property.

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

          getAlphaCondSynapse().add(newItem);
       

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

    • getExpCurrSynapse

      public List<ExpCurrSynapse> getExpCurrSynapse()
      Gets the value of the expCurrSynapse 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 expCurrSynapse property.

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

          getExpCurrSynapse().add(newItem);
       

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

    • getAlphaCurrSynapse

      public List<AlphaCurrSynapse> getAlphaCurrSynapse()
      Gets the value of the alphaCurrSynapse 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 alphaCurrSynapse property.

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

          getAlphaCurrSynapse().add(newItem);
       

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

    • getSpikeSourcePoisson

      public List<SpikeSourcePoisson> getSpikeSourcePoisson()
      Gets the value of the spikeSourcePoisson 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 spikeSourcePoisson property.

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

          getSpikeSourcePoisson().add(newItem);
       

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

    • getNetwork

      public List<Network> getNetwork()
      Gets the value of the network 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 network property.

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

          getNetwork().add(newItem);
       

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

    • getComponentType

      public List<ComponentType> getComponentType()
      Gets the value of the componentType 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 componentType property.

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

          getComponentType().add(newItem);
       

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

    • 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