Package org.neuroml.model
Class Standalone
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.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
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 Summary
-
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 annotation property.Gets the value of the metaid property.getNotes()
Gets the value of the notes property.Gets the value of the property property.void
setAnnotation
(Annotation value) Sets the value of the annotation property.void
Sets the value of the metaid property.void
Sets the value of the notes property.toString()
-
Field Details
-
notes
-
property
-
annotation
-
metaid
-
-
Constructor Details
-
Standalone
public Standalone()
-
-
Method Details
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the annotation property.- Returns:
- possible object is
Annotation
-
setAnnotation
Sets the value of the annotation property.- Parameters:
value
- allowed object isAnnotation
-
getMetaid
Gets the value of the metaid property.- Returns:
- possible object is
String
-
setMetaid
Sets the value of the metaid property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-