Package org.neuroml.model
Class Q10Settings
java.lang.Object
org.neuroml.model.Q10Settings
- All Implemented Interfaces:
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 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) Gets the value of the experimentalTemp property.Gets the value of the fixedQ10 property.Gets the value of the q10Factor property.getType()
Gets the value of the type property.void
setExperimentalTemp
(String value) Sets the value of the experimentalTemp property.void
setFixedQ10
(String value) Sets the value of the fixedQ10 property.void
setQ10Factor
(String value) Sets the value of the q10Factor property.void
Sets the value of the type property.toString()
-
Field Details
-
type
-
fixedQ10
-
q10Factor
-
experimentalTemp
-
-
Constructor Details
-
Q10Settings
public Q10Settings()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getFixedQ10
Gets the value of the fixedQ10 property.- Returns:
- possible object is
String
-
setFixedQ10
Sets the value of the fixedQ10 property.- Parameters:
value
- allowed object isString
-
getQ10Factor
Gets the value of the q10Factor property.- Returns:
- possible object is
String
-
setQ10Factor
Sets the value of the q10Factor property.- Parameters:
value
- allowed object isString
-
getExperimentalTemp
Gets the value of the experimentalTemp property.- Returns:
- possible object is
String
-
setExperimentalTemp
Sets the value of the experimentalTemp property.- Parameters:
value
- allowed object isString
-
toString
-
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
-
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
-