Package org.neuroml.model
Class Base
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
BaseProjection
,CellSet
,ChannelDensity
,ChannelDensityGHK
,ChannelDensityGHK2
,ChannelDensityNernst
,ChannelDensityNonUniform
,ChannelDensityNonUniformGHK
,ChannelDensityNonUniformNernst
,ChannelPopulation
,ClosedState
,ExtracellularProperties
,ExtracellularPropertiesLocal
,ForwardTransition
,GateFractional
,GateFractionalSubgate
,GateHHInstantaneous
,GateHHRates
,GateHHRatesInf
,GateHHRatesTau
,GateHHRatesTauInf
,GateHHTauInf
,GateHHUndetermined
,GateKS
,InhomogeneousParameter
,InputList
,OpenState
,ReactionScheme
,Region
,ReverseTransition
,SegmentGroup
,Space
,Species
,Standalone
,TauInfTransition
Anything which can have a unique (within its parent) id of the form NmlId (spaceless combination of letters, numbers and underscore).
Java class for Base complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Base"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="id" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </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) getId()
Gets the value of the id property.void
Sets the value of the id property.toString()
-
Field Details
-
id
-
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseWithoutId
-
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 classBaseWithoutId
-
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 classBaseWithoutId
-