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 Details

    • name

      protected String name
    • ion

      protected String ion
    • charge

      protected BigInteger charge
    • variableName

      protected String variableName
    • minConc

      protected double minConc
    • maxConc

      protected double maxConc
  • Constructor Details

    • ConcDependence

      public ConcDependence()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getIon

      public String getIon()
      Gets the value of the ion property.
      Returns:
      possible object is String
    • setIon

      public void setIon(String value)
      Sets the value of the ion property.
      Parameters:
      value - allowed object is String
    • getCharge

      public BigInteger getCharge()
      Gets the value of the charge property.
      Returns:
      possible object is BigInteger
    • setCharge

      public void setCharge(BigInteger value)
      Sets the value of the charge property.
      Parameters:
      value - allowed object is BigInteger
    • getVariableName

      public String getVariableName()
      Gets the value of the variableName property.
      Returns:
      possible object is String
    • setVariableName

      public void setVariableName(String value)
      Sets the value of the variableName property.
      Parameters:
      value - allowed object is String
    • 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

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.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 interface org.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 interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2