Package org.neuroml.model
Class ConcentrationModelD
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.DecayingPoolConcentrationModel
org.neuroml.model.ConcentrationModelD
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class ConcentrationModelD
extends DecayingPoolConcentrationModel
implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for ConcentrationModel_D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConcentrationModel_D"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}DecayingPoolConcentrationModel"> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="decayingPoolConcentrationModel" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.DecayingPoolConcentrationModel
decayConstant, ion, restingConc, shellThickness
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
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) getType()
Gets the value of the type property.void
Sets the value of the type property.toString()
Methods inherited from class org.neuroml.model.DecayingPoolConcentrationModel
getDecayConstant, getIon, getRestingConc, getShellThickness, setDecayConstant, setIon, setRestingConc, setShellThickness
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
type
-
-
Constructor Details
-
ConcentrationModelD
public ConcentrationModelD()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classDecayingPoolConcentrationModel
-
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 classDecayingPoolConcentrationModel
-
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 classDecayingPoolConcentrationModel
-