Package org.neuroml.model
Class BlockMechanism
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.BlockMechanism
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for BlockMechanism complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BlockMechanism"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="type" use="required" type="{http://www.neuroml.org/schema/neuroml2}BlockTypes" /> <attribute name="species" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="blockConcentration" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_concentration" /> <attribute name="scalingConc" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_concentration" /> <attribute name="scalingVolt" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected BlockTypes
-
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 blockConcentration property.Gets the value of the scalingConc property.Gets the value of the scalingVolt property.Gets the value of the species property.getType()
Gets the value of the type property.void
setBlockConcentration
(String value) Sets the value of the blockConcentration property.void
setScalingConc
(String value) Sets the value of the scalingConc property.void
setScalingVolt
(String value) Sets the value of the scalingVolt property.void
setSpecies
(String value) Sets the value of the species property.void
setType
(BlockTypes value) Sets the value of the type property.toString()
-
Field Details
-
type
-
species
-
blockConcentration
-
scalingConc
-
scalingVolt
-
-
Constructor Details
-
BlockMechanism
public BlockMechanism()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
BlockTypes
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isBlockTypes
-
getSpecies
Gets the value of the species property.- Returns:
- possible object is
String
-
setSpecies
Sets the value of the species property.- Parameters:
value
- allowed object isString
-
getBlockConcentration
Gets the value of the blockConcentration property.- Returns:
- possible object is
String
-
setBlockConcentration
Sets the value of the blockConcentration property.- Parameters:
value
- allowed object isString
-
getScalingConc
Gets the value of the scalingConc property.- Returns:
- possible object is
String
-
setScalingConc
Sets the value of the scalingConc property.- Parameters:
value
- allowed object isString
-
getScalingVolt
Gets the value of the scalingVolt property.- Returns:
- possible object is
String
-
setScalingVolt
Sets the value of the scalingVolt 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
-