Package org.neuroml1.model.channel
Class ConcDependence
java.lang.Object
org.neuroml1.model.channel.ConcDependence
- 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 ConcDependence
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
Specification of the factor to use in the concentration dependence of the rate expressions of a gate
Java class for ConcDependence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConcDependence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="charge" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" /> <attribute name="variable_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="min_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" /> <attribute name="max_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigInteger
protected String
protected double
protected double
protected String
protected String
-
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 charge property.getIon()
Gets the value of the ion property.double
Gets the value of the maxConc property.double
Gets the value of the minConc property.getName()
Gets the value of the name property.Gets the value of the variableName property.int
hashCode()
int
hashCode
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) void
setCharge
(BigInteger value) Sets the value of the charge property.void
Sets the value of the ion property.void
setMaxConc
(double value) Sets the value of the maxConc property.void
setMinConc
(double value) Sets the value of the minConc property.void
Sets the value of the name property.void
setVariableName
(String value) Sets the value of the variableName property.toString()
-
Field Details
-
name
-
ion
-
charge
-
variableName
-
minConc
protected double minConc -
maxConc
protected double maxConc
-
-
Constructor Details
-
ConcDependence
public ConcDependence()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getIon
Gets the value of the ion property.- Returns:
- possible object is
String
-
setIon
Sets the value of the ion property.- Parameters:
value
- allowed object isString
-
getCharge
Gets the value of the charge property.- Returns:
- possible object is
BigInteger
-
setCharge
Sets the value of the charge property.- Parameters:
value
- allowed object isBigInteger
-
getVariableName
Gets the value of the variableName property.- Returns:
- possible object is
String
-
setVariableName
Sets the value of the variableName property.- Parameters:
value
- allowed object isString
-
getMinConc
public double getMinConc()Gets the value of the minConc property. -
setMinConc
public void setMinConc(double value) Sets the value of the minConc property. -
getMaxConc
public double getMaxConc()Gets the value of the maxConc property. -
setMaxConc
public void setMaxConc(double value) Sets the value of the maxConc property. -
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
-