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 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

      public String toString()
      Overrides:
      toString in class BaseWithoutId
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseWithoutId
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseWithoutId