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

    • defaultValue

      protected Double defaultValue
  • Constructor Details

    • LEMSProperty

      public LEMSProperty()
  • Method Details

    • getDefaultValue

      public Double getDefaultValue()
      Gets the value of the defaultValue property.
      Returns:
      possible object is Double
    • setDefaultValue

      public void setDefaultValue(Double value)
      Sets the value of the defaultValue property.
      Parameters:
      value - allowed object is Double
    • toString

      public String toString()
      Overrides:
      toString in class NamedDimensionalType
    • 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 NamedDimensionalType
    • 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 NamedDimensionalType