Package org.neuroml.model
Class LEMSProperty
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.NamedDimensionalType
org.neuroml.model.LEMSProperty
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class LEMSProperty
extends NamedDimensionalType
implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for LEMS_Property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LEMS_Property"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}NamedDimensionalType"> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}double" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.NamedDimensionalType
description, dimension, name
-
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 defaultValue property.void
setDefaultValue
(Double value) Sets the value of the defaultValue property.toString()
Methods inherited from class org.neuroml.model.NamedDimensionalType
getDescription, getDimension, getName, setDescription, setDimension, setName
-
Field Details
-
defaultValue
-
-
Constructor Details
-
LEMSProperty
public LEMSProperty()
-
-
Method Details
-
getDefaultValue
Gets the value of the defaultValue property.- Returns:
- possible object is
Double
-
setDefaultValue
Sets the value of the defaultValue property.- Parameters:
value
- allowed object isDouble
-
toString
- Overrides:
toString
in classNamedDimensionalType
-
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 classNamedDimensionalType
-
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 classNamedDimensionalType
-