Class Standalone

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
BaseCell, BaseSynapse, BiophysicalProperties, BiophysicalProperties2CaPools, CompoundInput, CompoundInputDL, DecayingPoolConcentrationModel, FixedFactorConcentrationModel, IonChannelKS, IonChannelScalable, Morphology, Network, NeuroMLDocument, PoissonFiringSynapse, Population, PulseGenerator, PulseGeneratorDL, RampGenerator, RampGeneratorDL, SineGenerator, SineGeneratorDL, SpikeArray, SpikeGenerator, SpikeGeneratorPoisson, SpikeGeneratorRandom, SpikeSourcePoisson, TimedSynapticInput, TransientPoissonFiringSynapse, VoltageClamp, VoltageClampTriple

public class Standalone extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
Elements which can stand alone and be referenced by id, e.g. cell, morphology.

Java class for Standalone complex type.

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

 <complexType name="Standalone">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <sequence>
         <element name="notes" type="{http://www.neuroml.org/schema/neuroml2}Notes" minOccurs="0"/>
         <element name="property" type="{http://www.neuroml.org/schema/neuroml2}Property" maxOccurs="unbounded" minOccurs="0"/>
         <element name="annotation" type="{http://www.neuroml.org/schema/neuroml2}Annotation" minOccurs="0"/>
       </sequence>
       <attribute name="metaid" type="{http://www.neuroml.org/schema/neuroml2}MetaId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Standalone

      public Standalone()
  • Method Details

    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getProperty

      public List<Property> getProperty()
      Gets the value of the property 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 property property.

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

          getProperty().add(newItem);
       

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

    • getAnnotation

      public Annotation getAnnotation()
      Gets the value of the annotation property.
      Returns:
      possible object is Annotation
    • setAnnotation

      public void setAnnotation(Annotation value)
      Sets the value of the annotation property.
      Parameters:
      value - allowed object is Annotation
    • getMetaid

      public String getMetaid()
      Gets the value of the metaid property.
      Returns:
      possible object is String
    • setMetaid

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

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