Package org.neuroml.model
Class HHVariable
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.HHVariable
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for HHVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HHVariable"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="type" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="rate" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="midpoint" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="scale" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> </extension> </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 midpoint property.getRate()
Gets the value of the rate property.getScale()
Gets the value of the scale property.getType()
Gets the value of the type property.void
setMidpoint
(String value) Sets the value of the midpoint property.void
Sets the value of the rate property.void
Sets the value of the scale property.void
Sets the value of the type property.toString()
-
Field Details
-
type
-
rate
-
midpoint
-
scale
-
-
Constructor Details
-
HHVariable
public HHVariable()
-
-
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
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
Float
-
setRate
Sets the value of the rate property.- Parameters:
value
- allowed object isFloat
-
getMidpoint
Gets the value of the midpoint property.- Returns:
- possible object is
String
-
setMidpoint
Sets the value of the midpoint property.- Parameters:
value
- allowed object isString
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
String
-
setScale
Sets the value of the scale property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseWithoutId
-
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
- Overrides:
append
in classBaseWithoutId
-
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
- Overrides:
appendFields
in classBaseWithoutId
-