Package org.neuroml.model
Class DistalDetails
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.DistalDetails
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
What to do at the distal point when creating an inhomogeneous parameter
Java class for DistalDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistalDetails"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="normalizationEnd" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </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) double
Gets the value of the normalizationEnd property.void
setNormalizationEnd
(double value) Sets the value of the normalizationEnd property.toString()
-
Field Details
-
normalizationEnd
protected double normalizationEnd
-
-
Constructor Details
-
DistalDetails
public DistalDetails()
-
-
Method Details
-
getNormalizationEnd
public double getNormalizationEnd()Gets the value of the normalizationEnd property. -
setNormalizationEnd
public void setNormalizationEnd(double value) Sets the value of the normalizationEnd property. -
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
-