Class DistalDetails

java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.DistalDetails
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class DistalDetails extends BaseWithoutId implements 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 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

      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