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