neuroml.channel
Class RateConstantEqnChoice

java.lang.Object
  extended by neuroml.channel.RateConstantEqnChoice

public class RateConstantEqnChoice
extends java.lang.Object

Choice of the various rate constant expressions allowed

Java class for RateConstantEqnChoice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RateConstantEqnChoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="parameterised_hh" type="{http://morphml.org/channelml/schema}AkdEquation"/>
         <element name="generic_equation_hh" type="{http://morphml.org/channelml/schema}GenericEquation"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  GenericEquation genericEquationHh
           
protected  AkdEquation parameterisedHh
           
 
Constructor Summary
RateConstantEqnChoice()
           
 
Method Summary
 GenericEquation getGenericEquationHh()
          Gets the value of the genericEquationHh property.
 AkdEquation getParameterisedHh()
          Gets the value of the parameterisedHh property.
 void setGenericEquationHh(GenericEquation value)
          Sets the value of the genericEquationHh property.
 void setParameterisedHh(AkdEquation value)
          Sets the value of the parameterisedHh property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterisedHh

protected AkdEquation parameterisedHh

genericEquationHh

protected GenericEquation genericEquationHh
Constructor Detail

RateConstantEqnChoice

public RateConstantEqnChoice()
Method Detail

getParameterisedHh

public AkdEquation getParameterisedHh()
Gets the value of the parameterisedHh property.

Returns:
possible object is AkdEquation

setParameterisedHh

public void setParameterisedHh(AkdEquation value)
Sets the value of the parameterisedHh property.

Parameters:
value - allowed object is AkdEquation

getGenericEquationHh

public GenericEquation getGenericEquationHh()
Gets the value of the genericEquationHh property.

Returns:
possible object is GenericEquation

setGenericEquationHh

public void setGenericEquationHh(GenericEquation value)
Sets the value of the genericEquationHh property.

Parameters:
value - allowed object is GenericEquation


NeuroML API (v1.4)