Package org.neuroml1.model.channel
Class DecayingPoolModel
java.lang.Object
org.neuroml1.model.channel.DecayingPoolModel
- All Implemented Interfaces:
Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
,org.jvnet.jaxb2_commons.lang.ToString2
public class DecayingPoolModel
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Element for parameters in a decaying pool model of ion concentration (e.g. calcium pool)
Java class for DecayingPoolModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecayingPoolModel"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="resting_conc" type="{http://morphml.org/biophysics/schema}ConcentrationValue" minOccurs="0"/> <choice> <element name="decay_constant" type="{http://morphml.org/biophysics/schema}TimeConstantValue" minOccurs="0"/> <element name="inv_decay_constant" type="{http://morphml.org/biophysics/schema}InvTimeConstantValue"/> </choice> <element name="ceiling" type="{http://morphml.org/biophysics/schema}ConcentrationValue" minOccurs="0"/> <choice> <element name="pool_volume_info" type="{http://morphml.org/channelml/schema}PoolVolumeInfo"/> <element name="fixed_pool_info" type="{http://morphml.org/channelml/schema}FixedPoolInfo"/> </choice> </sequence> <attribute name="resting_conc" type="{http://morphml.org/biophysics/schema}ConcentrationValue" /> <attribute name="decay_constant" type="{http://morphml.org/biophysics/schema}TimeConstantValue" /> <attribute name="inv_decay_constant" type="{http://morphml.org/biophysics/schema}InvTimeConstantValue" /> <attribute name="ceiling" type="{http://morphml.org/biophysics/schema}ConcentrationValue" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Double
protected Double
protected Double
protected Double
protected FixedPoolInfo
protected Double
protected Double
protected PoolVolumeInfo
protected Double
protected Double
-
Constructor Summary
Constructors -
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) clone()
copyTo
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) boolean
boolean
equals
(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the ceiling property.Gets the value of the ceilingAttribute property.Gets the value of the decayConstant property.Gets the value of the decayConstantAttribute property.Gets the value of the fixedPoolInfo property.Gets the value of the invDecayConstant property.Gets the value of the invDecayConstantAttribute property.Gets the value of the poolVolumeInfo property.Gets the value of the restingConc property.Gets the value of the restingConcAttribute property.int
hashCode()
int
hashCode
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) void
setCeiling
(Double value) Sets the value of the ceiling property.void
setCeilingAttribute
(Double value) Sets the value of the ceilingAttribute property.void
setDecayConstant
(Double value) Sets the value of the decayConstant property.void
setDecayConstantAttribute
(Double value) Sets the value of the decayConstantAttribute property.void
setFixedPoolInfo
(FixedPoolInfo value) Sets the value of the fixedPoolInfo property.void
setInvDecayConstant
(Double value) Sets the value of the invDecayConstant property.void
Sets the value of the invDecayConstantAttribute property.void
setPoolVolumeInfo
(PoolVolumeInfo value) Sets the value of the poolVolumeInfo property.void
setRestingConc
(Double value) Sets the value of the restingConc property.void
setRestingConcAttribute
(Double value) Sets the value of the restingConcAttribute property.toString()
-
Field Details
-
restingConc
-
decayConstant
-
invDecayConstant
-
ceiling
-
poolVolumeInfo
-
fixedPoolInfo
-
restingConcAttribute
-
decayConstantAttribute
-
invDecayConstantAttribute
-
ceilingAttribute
-
-
Constructor Details
-
DecayingPoolModel
public DecayingPoolModel()
-
-
Method Details
-
getRestingConc
Gets the value of the restingConc property.- Returns:
- possible object is
Double
-
setRestingConc
Sets the value of the restingConc property.- Parameters:
value
- allowed object isDouble
-
getDecayConstant
Gets the value of the decayConstant property.- Returns:
- possible object is
Double
-
setDecayConstant
Sets the value of the decayConstant property.- Parameters:
value
- allowed object isDouble
-
getInvDecayConstant
Gets the value of the invDecayConstant property.- Returns:
- possible object is
Double
-
setInvDecayConstant
Sets the value of the invDecayConstant property.- Parameters:
value
- allowed object isDouble
-
getCeiling
Gets the value of the ceiling property.- Returns:
- possible object is
Double
-
setCeiling
Sets the value of the ceiling property.- Parameters:
value
- allowed object isDouble
-
getPoolVolumeInfo
Gets the value of the poolVolumeInfo property.- Returns:
- possible object is
PoolVolumeInfo
-
setPoolVolumeInfo
Sets the value of the poolVolumeInfo property.- Parameters:
value
- allowed object isPoolVolumeInfo
-
getFixedPoolInfo
Gets the value of the fixedPoolInfo property.- Returns:
- possible object is
FixedPoolInfo
-
setFixedPoolInfo
Sets the value of the fixedPoolInfo property.- Parameters:
value
- allowed object isFixedPoolInfo
-
getRestingConcAttribute
Gets the value of the restingConcAttribute property.- Returns:
- possible object is
Double
-
setRestingConcAttribute
Sets the value of the restingConcAttribute property.- Parameters:
value
- allowed object isDouble
-
getDecayConstantAttribute
Gets the value of the decayConstantAttribute property.- Returns:
- possible object is
Double
-
setDecayConstantAttribute
Sets the value of the decayConstantAttribute property.- Parameters:
value
- allowed object isDouble
-
getInvDecayConstantAttribute
Gets the value of the invDecayConstantAttribute property.- Returns:
- possible object is
Double
-
setInvDecayConstantAttribute
Sets the value of the invDecayConstantAttribute property.- Parameters:
value
- allowed object isDouble
-
getCeilingAttribute
Gets the value of the ceilingAttribute property.- Returns:
- possible object is
Double
-
setCeilingAttribute
Sets the value of the ceilingAttribute property.- Parameters:
value
- allowed object isDouble
-
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
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-