Class Q10Settings

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

public class Q10Settings extends Object implements org.jvnet.jaxb2_commons.lang.ToString2

Java class for Q10Settings complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Q10Settings">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="fixedQ10" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="q10Factor" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
       <attribute name="experimentalTemp" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_temperature" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected String type
    • fixedQ10

      protected String fixedQ10
    • q10Factor

      protected String q10Factor
    • experimentalTemp

      protected String experimentalTemp
  • Constructor Details

    • Q10Settings

      public Q10Settings()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getFixedQ10

      public String getFixedQ10()
      Gets the value of the fixedQ10 property.
      Returns:
      possible object is String
    • setFixedQ10

      public void setFixedQ10(String value)
      Sets the value of the fixedQ10 property.
      Parameters:
      value - allowed object is String
    • getQ10Factor

      public String getQ10Factor()
      Gets the value of the q10Factor property.
      Returns:
      possible object is String
    • setQ10Factor

      public void setQ10Factor(String value)
      Sets the value of the q10Factor property.
      Parameters:
      value - allowed object is String
    • getExperimentalTemp

      public String getExperimentalTemp()
      Gets the value of the experimentalTemp property.
      Returns:
      possible object is String
    • setExperimentalTemp

      public void setExperimentalTemp(String value)
      Sets the value of the experimentalTemp property.
      Parameters:
      value - allowed object is String
    • toString

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